--- Markus Holmberg <[EMAIL PROTECTED]> wrote: > Why are properties not allowed to be overridden? To allow for command-line overrides. The way properties work will most likely change with Ant2. > (This breaks the functionality of including a local properties file > which contains local customizations to default values) > > [property] Override ignored for build.compiler If you use the <ant> task, you can redefine properties using the nested <property> tag (use the "file" attribute to read in your local properties file). See the Ant task description in the Ant User's Manual for more info. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/
