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
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
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
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
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
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
@
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.