But it needs to be clarified that the ant-plugin in rc1 isn't this fixed version...its 1.4. I downloaded and installed the rc1 distribution and ran the ant goal, it generated absolute paths. I had to upgrade the plugin to 1.5 to get the fix.

-Mark

[EMAIL PROTECTED] wrote:
It's been fixed for ages....
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/



__matthewHawthorne <[EMAIL PROTECTED]> wrote on 29/01/2004 10:29:38 AM:


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]




--------------------------------------------------------------------- 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