Aw: AW: AW: How to override a property that was set in the command line via "-D..."

2014-07-31 Thread Al Le
Gesendet: Donnerstag, 31. Juli 2014 um 14:27 Uhr > Von: "Knuplesch, Jürgen" > An: "Ant Users List" > Betreff: AW: AW: How to override a property that was set in the command line > via "-D..." > > Did you try inheritall=false option? > > -

AW: AW: How to override a property that was set in the command line via "-D..."

2014-07-31 Thread Knuplesch , Jürgen
Did you try inheritall=false option? -Ursprüngliche Nachricht- Von: Al Le [mailto:al...@gmx.de] Gesendet: Donnerstag, 31. Juli 2014 14:03 An: Ant Users List Betreff: Aw: AW: How to override a property that was set in the command line via "-D..." Hello. Thank you for the q

Aw: AW: How to override a property that was set in the command line via "-D..."

2014-07-31 Thread Al Le
e set as usual properties? I think they should be set in the same way. Cheers Al > Gesendet: Donnerstag, 31. Juli 2014 um 12:15 Uhr > Von: "Knuplesch, Jürgen" > An: "Ant Users List" > Betreff: AW: How to override a property that was set in the command line via

AW: How to override a property that was set in the command line via "-D..."

2014-07-31 Thread Knuplesch , Jürgen
Hello, because of the immutability of properties you have to redesign your scripts. The first time you set a property is it. You are usually not able t change it later. This is very important, because this is the only way to set properties from outside. Why does your command line call then use