I'm trying to build my ant file and I want to pass the start class arguments, so this is what I get:
Code:
[java] The args attribute is deprecated. Please use nested arg elements.
So, I change it and do what it says, and get this!
Code:
BUILD FAILED
file:/data/development/java/142153/build.xml:139: The <java> task doesn't support the nested "args" element.
So I'm a little confuzzled

Anyone know the answer?