I would like to define default properties in a property file and then "override" them from the environment. I have found two mechanisms for accomplishing this. The first is to use the <condition> clause, the second is to use "if" and "unless" attributes on targets that do <property> tasks.
Each approach is a little problematic. I have trouble testing the existence of a property in the first case (at least on windows) because undefined environment properties are reported as, for example: "env.optimize" The second approach works, but is leads to rather verbose log files with lots and lots of "stupid little" target executions. Any suggestions for doing an "if" test in the context of <condition> or silencing select target logging would be very welcome. Thanks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
