Stephen Bannasch wrote:
[...]
> The only problem is that after I did an hg pull -u running ant to update
> the code for the app still took 30m.
>
> Is there an incremental/smarter way to build NB than just running the
> default ant task?
I would not run the default ant target. It builds clusters you probably
are not interested in, as Erno suggested. I'm using almost everyday
commands similar to below, to build Java and Ruby clusters:
$ cd $NB_SRC
$ ant -Dcluster.config=basic
$ ant -Dcluster.config=basic -Dmoduleconfig=ruby merge
With the above you should end-up with Java+Ruby IDE.
m.
---------------------------------------------------------------------
To unsubscribe, e-mail:
dev-unsubscribe@...
For additional commands, e-mail:
dev-help@...