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

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="aaba5015-a9f5-4927-954a-abbbac5bb61d"><ac:plain-text-body><![CDATA[

dist

[admin] Builds the distribution

]]></ac:plain-text-body></ac:structured-macro>

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="852d793d-d019-4cd6-a925-a75b24943641"><ac:plain-text-body><![CDATA[

site

[admin] Builds the site

]]></ac:plain-text-body></ac:structured-macro>

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

  • No labels