DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40742>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40742 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2006-10-12 08:28 ------- uh, well, for one thing you didn't use property expansion notation in your <equals> comparison; e.g. <equals arg1="${testClassSpecified}" arg2="true" /> 2. If you are wanting to compare a property to true, you could use <istrue value="${testClassSpecified}" /> 3. All that is unnecessary, is if test.class.name is specified via -D, any subsequent attempt to modify it will silently fail. So you can include <property name="test.class.name" value="some.default.Suite" /> in your buildfile and override via -D without fear. You should have brought your questions to the userlist before submitting a bug report. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]