Mark R. Diggory wrote:
And to elaborate even more, it also happens to ${pom.build.unitTestSourceDirectory}

<target name="compile-tests" depends="compile">
<mkdir dir="${testclassesdir}">
</mkdir>
<javac destdir="${testclassesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">
<src>
<pathelement location="/x1/home/mdiggory/jakarta-commons/math/src/test">


Is this something that changed just recently?


It's been like that for awhile.  I've always had to manually hack the
Maven-generated Ant build files to remove these paths.



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



Reply via email to