Any luck?

On 16.10.2007, at 12:19, Torsten Curdt wrote:

Well ...that were not the instructions I gave ;)

unjar the block
use ant with the commmons-javaflow ant task
jar the block

Let me be more explicit:

jar xvf cocoon-javaflow-block.jar

(see http://commons.apache.org/sandbox/javaflow/antTask.html)
...
<taskdef name="javaflow" classname="org.apache.commons.javaflow.ant.AntRewriteTask"/>
<javaflow srcdir="." dstdir=".">
  <include name="**/Invoker.class" />
</javaflow>
...

jar cvf cocoon-javaflow-block-new.jar ...


This was just from the top of the head ...so something along the lines of that

cheers
--
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to