Re: m2-bootstrap-all.bat Problem For Latest Snapshot of Maven 2.0

2005-06-23 Thread Shane Isbell
Update. I never did get a proper build on Windows XP, but there is no problem on Linux. On 6/17/05, Shane Isbell <[EMAIL PROTECTED]> wrote: > Did not work for me. If I have time to find out why (and it is > interesting), I will update with an e-mail, but from now I will > compile it on Linux and g

Re: m2-bootstrap-all.bat Problem For Latest Snapshot of Maven 2.0

2005-06-17 Thread Shane Isbell
Did not work for me. If I have time to find out why (and it is interesting), I will update with an e-mail, but from now I will compile it on Linux and go from there. Thanks, Shane On 6/17/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > > Shane Isbell wrote: > > Okay it works. One small sugg

Re: m2-bootstrap-all.bat Problem For Latest Snapshot of Maven 2.0

2005-06-17 Thread Emmanuel Venisse
Shane Isbell wrote: Okay it works. One small suggestion for the README.txt file. It states: NOTE: presently, the directory {M2_HOME}/bin must be in your path: I was not sure what this meant because it does not say what must be in it (I had problems because I just created an empty one). It wou

Re: m2-bootstrap-all.bat Problem For Latest Snapshot of Maven 2.0

2005-06-17 Thread Shane Isbell
Okay it works. One small suggestion for the README.txt file. It states: NOTE: presently, the directory {M2_HOME}/bin must be in your path: I was not sure what this meant because it does not say what must be in it (I had problems because I just created an empty one). It would be helpful to state t

Re: m2-bootstrap-all.bat Problem For Latest Snapshot of Maven 2.0

2005-06-17 Thread Emmanuel Venisse
Brett Porter wrote: Shane Isbell wrote: 1) m2-bootstrap-all.bat :chkMHome if not "%M2_HOME%"=="" goto init echo. echo ERROR: M2_HOME not found in your environment. echo Please set the M2_HOME variable in your environment to match the echo location of the Maven instal

Re: m2-bootstrap-all.bat Problem For Latest Snapshot of Maven 2.0

2005-06-16 Thread Brett Porter
Shane Isbell wrote: 1) m2-bootstrap-all.bat :chkMHome if not "%M2_HOME%"=="" goto init echo. echo ERROR: M2_HOME not found in your environment. echo Please set the M2_HOME variable in your environment to match the echo location of the Maven installation echo. goto end @

m2-bootstrap-all.bat Problem For Latest Snapshot of Maven 2.0

2005-06-16 Thread Shane Isbell
I just downloaded the latest copy of Maven 2.0 from SVN (http://svn.apache.org/repos/asf/maven/components/trunk). I am building on Windows XP. I encountered the following problems during the build. 1) m2-bootstrap-all.bat :chkMHome if not "%M2_HOME%"=="" goto init echo.