I make a small patch for the blocks-build.xls at the jar build section. So now it is possible to generate jars form package name in the gump block. This is so small that i don t make a bugzilla patch.
Klaus
here is the diff
Index: blocks-build.xsl
===================================================================
RCS file: /home/cvspublic/cocoon-2.1/tools/src/blocks-build.xsl,v
retrieving revision 1.52
diff -w -b -r1.52 blocks-build.xsl
432c432
< <include name="org/**"/>
---
> <include
name="{substring-before(package/text(),'.')}/**"/>
