On Tue, Jan 9, 2018 at 2:14 PM, Olaf Krueger <m...@olafkrueger.net> wrote:
> The ApproveRoyale script fails for me [1][2]. > I've just installed ant on my Windows 10 machine and followed the > instructions. > > I have to admit that I have no experience with ant... > Does it mean that the script is not "well-formed"? > Or does it mean that the error "The release version is not set" occurs? > > Or do I something wrong? > > Thanks, > Olaf > > > [1] Ant error message (translated from german) > BUILD FAILED > C:\local\apache-royale\release-process\ApproveRoyale.xml:83: > Character "<" is not allowed for value of attribute "message" which is > linked with element type "fail" > > [1] Row 83: > <fail message="The release version is not set. Specify > -Drelease.version=<release version (e.g. 3.1, 3.2, etc)>" > unless="release.version"/> > > What was the command you ran? It should be this: ant -e -f ApproveRoyale.xml -Drelease.version=0.9.0 -Drc=1 Thanks, Om > > > -- > Sent from: http://apache-royale-development.20373.n8.nabble.com/ >