https://bz.apache.org/bugzilla/show_bug.cgi?id=58404
Christopher Schultz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Christopher Schultz <[email protected]> --- This may not be a bug: ant scripts often provide sane defaults in case the properties files do not specify a value: it's possible to remove compile.source for example from build.properties.default and end up confusing the compiler. Note that ant does not allow property values to be changed once they have been set, so the value from build.properties.default will override the default hard-coded in build.xml. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
