dev@glassfish.java.net

Some build questions

From: vince kraemer <vince.kraemer_at_oracle.com>
Date: Fri, 29 Jul 2011 07:51:39 -0700

Hi all,

I have checked out the trunk for grizzly, hk2, and glassfish.

I want to build glassfish so that it uses the results of building
grizzly and hk2 locally.

What do I need to do (and where)?

Currently, I am doing this:

   cd grizzly
   mvn install
   cd ../hk2
   mvn install
   cd ../glassfish
   mvn install

This builds... but I do not think that it is using any of my changes....

Thanks,
vbk