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
rami - 14 Feb 2004 00:08 GMT
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
Ed Burns - 22 Feb 2004 17:02 GMT
> I have a problem using 'Ant'.
>
[quoted text clipped - 5 lines]
>
> 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
Ed Burns - 23 Feb 2004 06:33 GMT
> > I have a problem using 'Ant'.
> >
[quoted text clipped - 14 lines]
>
> What am I missing? This worked fine in 1.5.1.
For the record, putting junit.jar into %ANT_HOME%\lib worked.
Ed