Date: 2004-12-20T04:14:14
Editor: StavrosKounis <[EMAIL PROTECTED]>
Wiki: Cocoon Wiki
Page: AboutTheBuildTargets
URL: http://wiki.apache.org/cocoon/AboutTheBuildTargets
no comment
Change Log:
------------------------------------------------------------------------------
@@ -1,22 +1,24 @@
This is all from the output of {{{build -projecthelp}}}.
Updated April 3, 2003 for new build system. -- TonyCollen
-||'''Target '''||||Description
-||clean ||Cleans the cocoon build and the webapp
-||clean-cocoon ||Cleans the cocoon build
-||clean-webapp ||Cleans the webapp
-||dist ||(admin) Builds the distribution
-||distclean ||Cleans everything and brings back to original 'CVS
checkout' state
-||docs ||Builds the documentation
-||eclipse-project ||Generate the Eclipse project files
-||emacs-project ||Generate the Emacs project files
-||forrest ||Generates static HTML documentation
-||idldocs ||Builds the IDL API documentation for non-java language
bindings
-||javadocs ||Builds the API documentation (javadocs)
-||printer-docs ||Builds printer-friendly documentation
-||test ||Runs all tests
-||war ||Builds web application archive
-||webapp ||Builds web application folder
+
+
+|| '''Target''' || '''Description''' ||
+|| clean || Cleans the cocoon build and the webapp ||
+|| clean-cocoon || Cleans the cocoon build ||
+|| clean-webapp || Cleans the webapp ||
+|| dist || (admin) Builds the distribution ||
+|| distclean || Cleans everything and brings back to original 'CVS
checkout' state ||
+|| docs || Builds the documentation ||
+|| eclipse-project || Generate the Eclipse project files ||
+|| emacs-project || Generate the Emacs project files ||
+|| forrest || Generates static HTML documentation ||
+|| idldocs || Builds the IDL API documentation for non-java language
bindings ||
+|| javadocs || Builds the API documentation (javadocs) ||
+|| printer-docs || Builds printer-friendly documentation ||
+|| test || Runs all tests ||
+|| war || Builds web application archive ||
+|| webapp || Builds web application folder ||
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.