Re: ANT 1.8.2 + JUnit error

2011-06-15 Thread Csatári János
It seems now it works, I just simply needed to add to the junit tasks. Anyway, thank you for your fast response! :) Kasim Ahmed írta : > in your ant-home library include ant-junit.jar( if not avaialble) and run > again. 2011/6/15 Csat

Re: ANT 1.8.2 + JUnit error

2011-06-15 Thread kasim ahmed
in your ant-home library include ant-junit.jar( if not avaialble) and run again. 2011/6/15 Csatári János > Hi there! > > I have ANT 1.8.2 and also JUnit installed. However, when I would like to > use the junit task in the build.xml, I get the following error: > > build.xml:188: The for must in

ANT 1.8.2 + JUnit error

2011-06-15 Thread Csatári János
Hi there! I have ANT 1.8.2 and also JUnit installed. However, when I would like to use the junit task in the build.xml, I get the following error: build.xml:188: The for must include junit.jar if not in Ant's own classpath Here's the relevant parts of the build.xml: