!!
wasDSEARLE/R&SA/NZ
received
:
wasDSEARLE/R&SA/NZ
received
:
wasDSEARLE/R&SA/NZ
received
:
wasDSEARLE/R&SA/NZ
received
:
was DSEARLE/R&SA/NZ
received
:
was DSEARLE/R&SA/NZ
received
:
was DSEARLE/R&SA/NZ
received
ment :
was DSEARLE/R&SA/NZ
received
:
was DSEARLE/R&SA/NZ
received
:
was DSEARLE/R&SA/NZ
received
That works fine on my machine.
Thank You.
Dave
Brett Porter <[EMAIL PROTECTED]> wrote on 12/05/2004 16:58:16:
> I've committed the following:
> -if exist %JAVA_HOME%\nul goto chkMHome
> +if exist "%JAVA_HOME%\bin\java.exe" goto chkMHome
>
> Can you make that change and check that it works un
Unfortunately the \nul and the quotes appear to be mutually exclusive (at
least on Win2000).
I have tried:
if exist "%JAVA_HOME%"\nul goto chkMHome
and
if exist "%JAVA_HOME%\nul" goto chkMHome
But for both tests get
ERROR: JAVA_HOME is set to an invalid directory.
Might
Brett,
I do not have CVS access because of our firewall (will be sorted out next
week). I have just copy and pasted revision 1.40 from Web Access CVS into
WebSphere Studio done the change and created a unified patch. As the paths
and revisions were then not right I have updated them by hand (ho
Brett,
I am a newbie at this, but I checked the Web Access CVS before I posted. I
navigated to maven/src/bin/maven.bat and the latest revision was 1.40
which still had the fault. If it is already fixed in CVS how do I see the
latest revision using the Web Access?
Cheers Dave
Brett Porter <[E
Hi,
I have found an issue in RC2 in maven.bat on line 56:
if exist %JAVA_HOME%\nul goto chkMHome
As there is no quotes around it, it fails when there is spaces in the
JAVA_HOME value e.g. program files.
I got it to work by changing the line to the following:
if exist "%JAVA_HOME%" goto chkMHo
15 matches
Mail list logo