Hi Wayne,

wayne wrote:

> Jörg. Thank you for your comments
> 
> there is Ant Build content including classpath definition:
> 
> <project name='JPPF-Node' default="run" basedir=".">

[snip]

> <!--
> =========================================================================
> -->
> <!--                                  instrument
>          -->
> <!--
> =========================================================================
> -->
> 
> <taskdef name="javaflow"
> classname="org.apache.commons.javaflow.ant.AntRewriteTask">
> <classpath id = "project.class.path">
> <fileset dir = "lib">
> <include name = "**/commons-javaflow-20060411.jar"/>
> <include name = "**/bcel-5.2.jar"/>
> </fileset>
> </classpath>
> </taskdef>

[snip]

When I look at your version of javaflow from 2006 and compare it with the 
list of dependencies 
(http://commons.apache.org/sandbox/javaflow/dependencies.html) published in 
2008, then it is obvious that your javaflow version cannot use ASM 3.x or 
newer. I don't know which ASM version was used to build javaflow in 2006, 
but in 2008 it was still ASM 2.2.1. AFAICS ASM 2.x and ASM 3.x are not 
compatible.

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to