Another patch, this time for Cocoon. I've added this target to build.xml:
<!-- =================================================================== --> <!-- Target called by --> <!-- =================================================================== --> <target name="gump" depends="docs, javadocs, test, package" description="Gump target"/> and this diff contains changes to the gump descriptor to: 1. call gump target (generate docs, javadocs and test too) 1-b. package doesn't get updated by gump if tests fail - <ant target="package"> + <ant target="gump"> 2. tell gump where the resulting javadocs are + <javadoc parent="build/cocoon/javadocs"/> 3. commented out location of where the Cocoon site is + <!-- for possible future site tag + <javadoc parent="build/cocoon/docs"/>--> 4. Added poi classes as optional + <option project="jakarta-poi"/> + <option project="commons-logging"/> -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (discussions get forgotten, just code remains) ---------------------------------------------------------------------
xml-cocoon2.diff
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]