Re: [JBoss-dev] A downside to the new build scheme

2001-08-15 Thread Jason Dillon
seconds when everything is up to date. - Original Message - From: Jason Dillon To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 6:44 PM Subject: Re: [JBoss-dev] A downside to the new build scheme Just to clarify, it is slow because of the full execution of the docs target right

Re: [JBoss-dev] A downside to the new build scheme

2001-08-13 Thread Jason Dillon
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

Re: [JBoss-dev] A downside to the new build scheme

2001-08-13 Thread Jason Dillon
Just to clarify, it is slow because of the full execution of the docs target right? --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

Re: [JBoss-dev] A downside to the new build scheme

2001-08-13 Thread Scott M Stark
Yes, with -Dmodules=server and the javadoc-generated-already=true it is taking 17 seconds when everything is up to date. - Original Message - From: Jason Dillon To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 6:44 PM Subject: Re: [JBoss-dev] A downside to the new build scheme Just