dev@glassfish.java.net

build tip of the day ...

From: kedar <Kedar.Mhaswade_at_Sun.COM>
Date: Tue, 03 Apr 2007 14:05:17 -0700

If you want to know more from ant build scripts while doing
GlassFish maven build, just do:

maven -Dant.verbose=-v ...

and you'll see lots and lots of ant output. This proved
useful recently for me to see exactly how many (and which)
Java sources were getting built on a rebuild (cvs -n -q up
won't always give the right picture ...)

Kedar