Hi Wayne,

wayne wrote:

> I list my classpath info as follow:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <classpath>
> <classpathentry kind="src" path="src/java"/>
> <classpathentry kind="src" path="src/resources"/>
> <classpathentry kind="con"
> path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry
> combineaccessrules="false" kind="src" path="/JPPF"/> <classpathentry
> kind="lib" path="F:/jppfrun/JPPF-2.4-node/lib/jppf-common-node.jar"/>
> <classpathentry kind="lib"
> path="F:/jppfrun/JPPF-2.4-node/lib/jppf-common-node-src.jar"/>
> <classpathentry kind="lib"
> path="F:/jppfrun/JPPF-2.4-node/lib/log4j-1.2.15.jar"/>
> <classpathentry kind="lib"
> path="F:/jppfrun/JPPF-2.4-node/lib/slf4j-api-1.6.1.jar"/>
> <classpathentry kind="lib"
> path="F:/jppfrun/JPPF-2.4-node/lib/slf4j-log4j12-1.6.1.jar"/>
> <classpathentry kind="lib" path="C:/Documents and
> Settings/whwayne/Desktop/jar/commons-logging-1.1.1-bin/commons-
logging-1.1.1/commons-logging-1.1.1.jar"/>
> <classpathentry kind="output" path="classes"/>
> </classpath>

Just some general comments on the classpath:
1/ jppf-common-node-src.jar does not belong to the classpath at all
2/ either use slf4j or commons-logging, but not both at the same time

BTW: Sorry, I missed your first posting of the classpath. Therefore was my 
last mail harsher than it should have been.

However, I fail now to see the relation to Javaflow. What has this Eclipse 
project to do with the Ant built.xml where you try to use the Javaflow Ant 
task? The classpath of the Ant build is what is of real interest ...

> Torsten, what is mvn clean test by the way?
 
He assumed that you build with Maven, but from your Eclipse classpath above, 
this is clearly not the case.

- 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