Discussion:
Ant target renames
David Hearnden
2011-01-05 05:52:50 UTC
Permalink
Hi all,

I've just removed inconsistencies in the target names in the build
file, so you may need to update your fingers' muscle memory for the
new names.
* All names now use hyphens as separators (so compile_gwt_dev is now
compile-gwt-dev, for example).
* All compound names are verb phrases, meaning that the verb comes
first (so gxp-compile is now compile-gxp, for example).
The majority of target names already had those properties, only a few
were renamed. Remember that 'ant -p' lists all the targets.

-Dave

Loading...