Problem
=======================================
The bootstrapping of Maven fails on Windows 2000
because maven.xml tries to run the maven shell script
(line 56) instead of the batch file on Windows.
Workaround
=======================================
Just need to start the batch file instead of the shell
script. Don't know how to distinguish the OS within
maven.xml ...
RCS file: /home/cvspublic/jakarta-turbine-
maven/maven.xml,v
retrieving revision 1.21
diff -r1.21 maven.xml
56c56
< <exec executable="${maven.home}/bin/maven">
---
> <exec executable="${maven.home}/bin/maven.bat">
Siegfried Goeschl
CTO
=================================
IT20one GmbH
mail: [EMAIL PROTECTED]
phone: +43-1-9900046
www.it20one.at
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>