You can specify which modules to include, in most cases you will just want
to server module:

  cd build
  ./build.sh -Dmodules=server

This will only build the server module.  Be sure to set in local.properties:

  javadoc-generated-already=true

This will disable the generation of javadocs (which should speed things up
alot).

This is covered in the HOWTO section of the new BM users guide, which I will
have added to the newsite module today (a little later).

Perhaps there should be a helper target which will just recurse to the
server, though I would suggest using the -Dmodules and -Dgroups as you need.

--jason


On Mon, 13 Aug 2001, Scott M Stark wrote:
> Changing one server file and rebuilding to test is taking on the order of
> 2 minutes where this takes 5 seconds previously. There should be an
> intermediate build target that builds the server without all of the doc
> steps being run as currently is the case.



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to