I have a problem with the ant:generate task, it seems to be producing hardcoded paths, when I cut a release this is very problematic.

Is there a configuration option for this?


<SNIP>


<target name="compile" description="o Compile the code" depends="get-deps">
<mkdir dir="${classesdir}">
</mkdir>
<javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">
<src>
<pathelement location="C:\eclipse\workspace\math\src\java">
</pathelement>
</src>
<classpath>


</SNIP>

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