I have a problem using 'Ant'.
It gives me an error saying 'junit not found in CLASSPATH' even though I have the file in that specific folder...
Can you help?
Thank you,
Rami
This is a discussion on Ant 1.6.1 released - Java ; Ant 1.6.1 has been released on February 12th, 2004. Apache Ant 1.6.1 is available for download from : <http://ant.apache.org/bindownload.cgi> The ASF Board has approved the new Apache License 2.0. For a copy of that license, please see http://www.apache.org/licenses/ . The ...
Ant 1.6.1 has been released on February 12th, 2004.
Apache Ant 1.6.1 is available for download from :
<http://ant.apache.org/bindownload.cgi>
The ASF Board has approved the new Apache License 2.0. For a copy of
that license, please see http://www.apache.org/licenses/.
The Ant 1.6.1 release is delivered with the Apache License 2.0.
Ant 1.6.1 fixes several bugs, most notably the handling of the default
namespace for nested elements.
Ant 1.6.1 also introduces initial support for compiling with Java 1.5.
Thanks to all the committers and the ant community for helping us
develop this release.
Cheers,
Antoine
I have a problem using 'Ant'.
It gives me an error saying 'junit not found in CLASSPATH' even though I have the file in that specific folder...
Can you help?
Thank you,
Rami
"rami" <abulroam@yahoo.com> wrote in message news:<0ed6a0554c66e456b56270f7e37fec67@localhost.talkaboutprogramming.com>...
> I have a problem using 'Ant'.
>
> It gives me an error saying 'junit not found in CLASSPATH' even though I have the file in that specific folder...
>
> Can you help?
>
> Thank you,
>
> Rami
I too am having problems getting junit 3.8.1 to work from inside of
ant 1.6.1:
BUILD FAILED
D:\Projects\workareas\build.xml:580: Could not create task or type
of type: junit.
What am I missing? This worked fine in 1.5.1.
Ed
edburns@yahoo.com (Ed Burns) wrote in message news:<bbf0af98.0402220902.1064d300@posting.google.com>...
> "rami" <abulroam@yahoo.com> wrote in message news:<0ed6a0554c66e456b56270f7e37fec67@localhost.talkaboutprogramming.com>...
> > I have a problem using 'Ant'.
> >
> > It gives me an error saying 'junit not found in CLASSPATH' even though I have the file in that specific folder...
> >
> > Can you help?
> >
> > Thank you,
> >
> > Rami
>
> I too am having problems getting junit 3.8.1 to work from inside of
> ant 1.6.1:
>
> BUILD FAILED
> D:\Projects\workareas\build.xml:580: Could not create task or type
> of type: junit.
>
> What am I missing? This worked fine in 1.5.1.
For the record, putting junit.jar into %ANT_HOME%\lib worked.
Ed