From: Alexis O'C. <ale...@co...> - 2005-07-13 13:32:13
|
Antony Corfield wrote: > but the build target doesn't! Can build be updated so that it does? The webapp target is a "super target" of build, in that it also signs the applet jar and compiles the templates. If you want both of these operations to be skipped (but want everything else to occur) when you run webapp, then add ensure 'skip.applet.sign' and 'skip.compile.templates' are set in your build.properties file. If the (optional) description attribute of a target element exists, then this should describe what that target does. 'build' and 'webapp' have these. Any target element which has a description attribute is described as "top-level". To get a list of all the top-level targets in a build.xml, type the following: $>ant -projecthelp > What's the reason for putting them in the etc directory? > See the other e-mail. Alexis |