https://issues.apache.org/bugzilla/show_bug.cgi?id=47602
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Stefan Bodewig <[email protected]> 2009-07-30 05:45:13 PST --- svn revision 799251 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=799251 ) contains an AntUnit test for your scenario and it passes. Just to be sure I ran the test for Ant 1.7.1 in addition to svn trunk and it passes there as well. Could it be that anything else in your build file is setting the property to an empty string before your java task is run? <java> won't override existing properties. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
