You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by do...@cocoon.apache.org on 2004/07/06 11:47:57 UTC

[Cocoon Wiki] Updated: YourCocoonBasedProjectAnt16

   Date: 2004-07-06T02:47:56
   Editor: MarcPortier <mp...@outerthought.org>
   Wiki: Cocoon Wiki
   Page: YourCocoonBasedProjectAnt16
   URL: http://wiki.apache.org/cocoon/YourCocoonBasedProjectAnt16

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -20,7 +20,7 @@
  1. add your project to Eclipse
  1.# set src to src/java
  1.# set output folder to build/classes
- 1. use XPatchTaskUsage to modify the Cocoon configuration files. -> Note: you can use cocoon:unpatch to revert the configuration files back to the original versions.
+ 1. use [:XPatchTaskUsage] to modify the Cocoon configuration files. -> Note: you can use cocoon:unpatch to revert the configuration files back to the original versions.
 
 Once this is setup use the src/java tree for your own customized Java components and src/cocoon/webapp/your!ProjectName for your Cocoon related files (sitemap, XSL and XML files etc.). Ant webapp will compile your classes and copy the files in the src tree to the appropriate places in the tools tree. Jetty (ant cocoon:run) will use the files in the tools tree.