Ahhh, I just discovered the joy's of

maven -DgroupId=maven -DartifactId=maven-ant-plugin -Dversion=1.5 plugin:download

fixes everything... :-)

__matthewHawthorne wrote:

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]


-- Mark Diggory Software Developer Harvard MIT Data Center http://www.hmdc.harvard.edu

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



Reply via email to