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>
Torsten, what is mvn clean test by the way?
>From Wayne
2011/6/8 Jörg Schaible <joerg.schaible@scalaris.com>:
> Hi Wayne,
>
> wayne wrote:
>
>> Jörg wrote:
>>
>> You have other ASM classes on the classpath or you're using some code that
>> depends on a different version.
>>
>>
>> even I delete all jar about asm on classpath
>
> You're never explicit in your explanations. What does this mean now? Again,
> what *is* on your classpath?
>
>>, I still got same problem.
>
> With the detail level of your postings, nobody can really help you.
>
>> I am wandering whether I need to use asm-3.2.jar to replace the asm part
>> in the javaflow and package a new javeflow.jar again.
>
> I cannot recommends anything due to lack of info, sorry.
>
> - Jörg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>
--
..............................................
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org
|