Hi,
I found that I have to replace "mvn.exe" by "mvn.cmd" to get it work on my
Windows10 machine.
Instead of relying on the PATH var I replaced line 72 [1] by this [2].
The script is still running but it seems that it works for me.
I'll get back to you with the result when it's done.
@Alex
I assume that you are very familiar with Ant.
What do you think of downloading Maven by Ant (If executing Maven by using
PATH and MAVEN_HOME fails) in order to get rid of this Maven dependency?
Maybe that could be done by you with little effort?
Thanks,
Olaf
[1] <condition property="mvn" value="mvn.exe">
[2] <condition property="mvn" value="${env.MAVEN_HOME}\bin\mvn.cmd">
--
Sent from: http://apache-royale-development.20373.n8.nabble.com/