Peter Reilly wrote:
Hi Antoine,
Thanks for checking.
I had made a mistake!
I had forgot to commit the other file that I changed - Launcher.java
(assuming that it only had changes with printf statements!).
Can you test now?
Hello Peter,
I have tweaked docs.xml to work with a classpath set with the -lib
option (by removing classpath setup).
This works now. :-)
$ $ANT_HOME/bin/ant -f docs.test.xml -lib
c:/opt/velocity-1.4/velocity\#dep-1.4.jar -lib
c:/opt/velocity-1.4/build/li\#b/jdom-b9.jar
Buildfile: docs.test.xml
anakia:
[anakia] Transforming into: C:\dev\asf\ant-core\docs
fixcrlf:
docs:
BUILD SUCCESSFUL
Total time: 7 seconds
Thanks for developing, ;-)
Antonie
I have tested by moving ant-contib.jar into ~/# and running
with ant --execdebug -f x.xml -lib ~/#
where x.xml was:
<project name="x" default="p" xmlns:ac="antlib:net.sf.antcontrib">
<target name="p">
<ac:if>
<equals arg1="a" arg2="a"/>
<then>
<echo>Hello world</echo>
</then>
</ac:if>
</target>
</project>
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]