In PowerShell, you need to wrap arguments that contain the . character with quotes:
ant -e -f ApproveRoyale.xml "-Drelease.version=0.9.4" -Drc=2 - Josh On 2018/11/16 22:49:44, Olaf Krueger <[email protected]> wrote: > Hi, > I run the approval script, but it fails immediately [1]. > Do I miss something? > (I am using ant 1.10.1) > > Thanks, > Olaf > > [1] > PS C:\local\apache-royale\vote_0_9_4_RC2> ant -e -f ApproveRoyale.xml > -Drelease.version=0.9.4 -Drc=2 > Buildfile: C:\local\apache-royale\vote_0_9_4_RC2\ApproveRoyale.xml > > BUILD FAILED > C:\local\apache-royale\vote_0_9_4_RC2\ApproveRoyale.xml:121: The release > version is not set. Specify -Drelease.version=<release version (e.g. 3.1, > 3.2, etc)> > > Total time: 0 seconds > > > > -- > Sent from: http://apache-royale-development.20373.n8.nabble.com/ >
