Thanks, Dave and Alex. I've just checked it and noticed that the PATH var was already configured with the Maven bin path before I started the script.
The script complained "Cannot run program 'mvn.exe'" but as far as I understand now, the Maven distribution never comes with a "mvn.exe" but just with a mvn file. So I replaced in line 72 [1] "mvn.exe" by just "mvn". Probably we could remove the entire Windows condition? I've just restarted the script in order to see if it works now... I will come back to you as soon as I have a result. Thanks, Olaf [1] <condition property="mvn" value="mvn.exe"> -- Sent from: http://apache-royale-development.20373.n8.nabble.com/
