Re: AW: empty properties on command line

2021-07-06 Thread Jaikiran Pai
Hello Jan, I think Basin is stating that if you invoke ant from the command line and pass it an explicit target to invoke (instead of whatever default target is configured for that project) and if you have a -D property which doesn't specify a value, then the explicit target name that you spe

AW: empty properties on command line

2021-07-06 Thread apache
Maybe this? ${msg} C:\temp>ant Buildfile: C:\temp\build.xml [echo] default BUILD SUCCESSFUL Total time: 0 seconds C:\temp>ant -Dmsg=hello Buildfile: C:\temp\build.xml [echo] hello BUILD SUCCESSFUL Total time: 0 seconds C:\temp>ant -Dmsg="" Buildfile: C:\temp\build.xml [e