Re: AW: empty properties on command line

2021-07-06 Thread Jaikiran Pai
UILD SUCCESSFUL Total time: 0 seconds C:\temp>ant -Dmsg="" Buildfile: C:\temp\build.xml [echo] BUILD SUCCESSFUL Total time: 0 seconds Jan -Ursprüngliche Nachricht- Von: Basin Ilya Gesendet: Montag, 5. Juli 2021 21:36 An: user@ant.apache.org Betreff: empty properti

AW: empty properties on command line

2021-07-06 Thread apache
: C:\temp\build.xml [echo] BUILD SUCCESSFUL Total time: 0 seconds Jan -Ursprüngliche Nachricht- Von: Basin Ilya Gesendet: Montag, 5. Juli 2021 21:36 An: user@ant.apache.org Betreff: empty properties on command line Hi list. Looks like it's well-known, but I can't find

empty properties on command line

2021-07-05 Thread Basin Ilya
Hi list. Looks like it's well-known, but I can't find in the docs. Trying to pass a property with an empty value on the command line leads to ignoring explicit targets: C:\16>ant -Daaa= clean Buildfile: C:\16\build.xml default: [echo] default BUILD SUCCESSFUL