Date: 2004-12-20T05:54:18
Editor: StavrosKounis <[EMAIL PROTECTED]>
Wiki: Cocoon Wiki
Page: AboutTheBuildTargets
URL: http://wiki.apache.org/cocoon/AboutTheBuildTargets
no comment
Change Log:
------------------------------------------------------------------------------
@@ -23,3 +23,36 @@
If you wish to build the .war file without any of the samples, you can use
{{{build clean-webapp}}} and then copy the resulting {{{.war}}} file to your
{{{webapps}}} directory.
It might also be good to copy {{{build.properties}}} to
{{{local.build.properties}}} and edit it to exclude the samples, docs, etc to
your liking.
+
+== cocoon 2.1.6 ==
+{{{build.sh -projecthelp}}} in 2.1.6
+
+|| '''Target''' || '''Description''' ||
+|| Woody2CocoonForms || Updates from Woody to CocoonForms ||
+|| anteater-test || Runs a single Anteater test ||
+|| anteater-tests || Runs AntEater tests ||
+|| clean || Cleans the cocoon build, webapp and
standalone-demo ||
+|| clean-cocoon || Cleans the cocoon build ||
+|| clean-dist || Cleans everything and brings back to original
'CVS checkout' state ||
+|| clean-standalone-demo || Cleans the standalone-demo ||
+|| clean-webapp || Cleans the webapp ||
+|| core-anteater-tests || Runs anteater tests ||
+|| correctLinefeed || Make sure LF is used as line feed ||
+|| custom-conf || Uses Cocoon's xpatch task to customize runtime
configuration ||
+|| dist || [admin] Builds the distribution ||
+|| docs || Builds the documentation ||
+|| eclipse-project || Generate the Eclipse project files ||
+|| eclipse-webapp-prepare || Prepares the webapp directory to make it usable
within Eclipse ||
+|| emacs-project || Generate the Emacs project files ||
+|| forrest || Generates static HTML documentation ||
+|| javadocs || Builds the API documentation (javadocs) ||
+|| junit-tests || Runs JUnit tests ||
+|| site || [admin] Builds the site ||
+|| standalone-demo || build webapp and copy files for standalone demo ||
+|| test || Runs all tests ||
+|| validate-sitemaps || Standalone target to validate all sitemaps ||
+|| validate-stylesheets || Standalone target to validate all stylesheets ||
+|| war || Builds web application archive ||
+|| webapp || Builds web application folder ||
+
+