Hi Oleg, > <description> > -HttpAsync: Jakarta HttpComponents Core > +Jakarta HttpComponents Core > </description>
oops :-) > @@ -302,6 +305,9 @@ > </classpath> > </javac> > + <copy todir="${build.core.nio.tests}" filtering="on"> > + <fileset dir="${comp.core.nio.tests}" excludes="**/*.java" /> > + </copy> > </target> > @@ -484,10 +490,6 @@ > description="runs unit tests on HttpCore classes" > > > - <copy todir="${build.core.tests}" filtering="on"> > - <fileset dir="${comp.core.main.tests}" excludes="**/*.java" /> > - <fileset dir="${comp.core.nio.tests}" excludes="**/*.java" /> > - </copy> Let me guess. Maven copies the files when compiling the tests, and fails to run tests correctly when the compiling was done by Ant? cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]