AW: ant-contrib requires ant.jar but including it breaks javac

2006-02-17 Thread Jan.Materne
>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

RE: ant-contrib requires ant.jar but including it breaks javac

2006-02-17 Thread Mehdi.Rakhshani
: 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

AW: ant-contrib requires ant.jar but including it breaks javac

2006-02-17 Thread Jan.Materne
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

ant-contrib requires ant.jar but including it breaks javac

2006-02-17 Thread Mehdi.Rakhshani
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