Hi,
i assume you're already using antcontrib [1],
as vanilla ant has no task
and after that
Regards, Gilbert
[1]http://ant-contrib.sourceforge.net/
Bala Paranj wrote:
> How do I enable the assert in my build script? I am getting the error message
> "assert is a
> keyword, and may not
How do I enable the assert in my build script? I am getting the error message
"assert is a
keyword, and may not be used as an identifier" when I compile the file with
assert statement. TIA.
This is a Javac error message, not an Ant one. The sources you compile
either use JDK 1.4+ asserts, and