Bernhard Huber wrote:
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?

No, I didn't forget, I'm going to do it later today (I'm working on polishing and improving the error messaging pipelines + stylesheets and all that)


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

very good catch. Will do that.


Thanks for watching over my shoulders :)

S.




Reply via email to