DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32212>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32212 [PATCH] Enable development of blocks outside of cocoon source tree Summary: [PATCH] Enable development of blocks outside of cocoon source tree Product: Cocoon 2 Version: Current SVN 2.2 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: blocks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This patch enables development of new blocks outside of the cocoon source tree. Suppose you're developing a block called myblock then you can write in your local.blocks.properties: block.myblock.dir=/path/to/myblock You also need to add myblock to gump.xml. In /path/to/myblock you need to have a directory layout similar to what normal blocks have ie conf, java, lib, samples etc.
