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
: 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
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