>An: user@ant.apache.org
>Betreff: RE: ant-contrib requires ant.jar but including it breaks javac
>
>
>By copying ant-contrib.jar to ANT_HOME and removing it (and
>ant.jar) from classpath the problem went away. Thanks for the
>suggestion.
>
>Any idea why having it the other wa
: Friday, February 17, 2006 11:39 AM
To: user@ant.apache.org
Subject: AW: ant-contrib requires ant.jar but including it breaks javac
Just put the ant-contrib in one of the external library directories, e.g.
USER_HOME/.ant/lib.
Jan
>-Ursprüngliche Nachricht-
>Von: [EMAIL PRO
Just put the ant-contrib in one of the external library directories, e.g.
USER_HOME/.ant/lib.
Jan
>-Ursprüngliche Nachricht-
>Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 17. Februar 2006 17:36
>An: user@ant.apache.org
>Betreff: ant-contrib requi
I started using foreach from ant-contrib. It seems to require ant.jar to
be in classpath. However, when I put it in the classpath, ant cannot
compile any java code (I can manually compile of course and it works
fine, removing foreach and compiling java code through ant works fine
also).
C