hi,
just two open issues:

+ <copy todir="${build.webapp}/stylesheets" filtering="on">
+ <fileset dir="${webapp}/stylesheets">
+ <include name="*.xsl*"/>
+ </fileset>
+ </copy>
+




may be you have forgotten to add webapp/stylesheets directory?

moreover creating scratchpad.jar shall be changed to
<jar jarfile="${build}/${name}-scratchpad.jar">
<fileset dir="${build.scratchpad.dest}"/>
</jar>
otherwise all java sources and classes are included in the cocoon-scratchpad.jar





Reply via email to