The following comment has been added to this issue:

     Author: anita kulshreshtha
    Created: Mon, 9 Feb 2004 10:58 AM
       Body:
EXTERNAL MESSAGE: 
SUBJECT: Re: [jira] Closed: (MAVEN-942) running maven on windows 98
Hi Brett
   maven.bat still contains the lines mentioned here.
I am getting error at the same line during 'building
maven with itself' phase of bootstrapping. Long time
ago I had submitted a patch - a maven.bat that I use
to build Geronimo. May be we could use that
specifically for win98 and use regular maven.bat for
everything else.
                   Thanks 
                                   >> Anita <<
   
--- [EMAIL PROTECTED] wrote:
---------------------------------------------------------------------
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-942
---------------------------------------------------------------------
MAVEN_ENDORSED="-Djava.endorsed.dirs=%JAVA_HOME%\lib\endorsed;%MAVEN_HOME%\lib\endorsed"
MAVEN_ENDORSED="%JAVA_HOME%\lib\endorsed;%MAVEN_HOME%\lib\endorsed"
---------------------------------------------------------------------

__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

---------------------------------------------------------------------
View this comment:
  
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-942&page=comments#action_16577

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-942

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-942
    Summary: running maven on windows 98
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0-rc2
   Versions:
             1.0-rc1

   Assignee: Brett Porter
   Reporter: anita kulshreshtha

    Created: Thu, 16 Oct 2003 9:14 PM
    Updated: Mon, 9 Feb 2004 10:58 AM
Environment: windows 98 second edition

Description:
   It appears from maven.bat file that maven intends to support
windows 98 based systems. The following changes are needed to make it
run on windows 98 second edition ----------

file maven.bat ---

L57 : %MAVEN_COMMAND_COM% /C DIR "%JAVA_HOME%" 2>&1 | %MAVEN_FIND_EXE% /I /C 
"%JAVA_HOME%" >nul
L79 : %MAVEN_COMMAND_COM% /C DIR "%MAVEN_HOME%" 2>&1 | %MAVEN_FIND_EXE% /I /C 
"%MAVEN_HOME%" >nul
    L57 and L79 give "Too many parameters -2" error on windows 98. These will have to 
be rewritten.
 
L125 : SET 
MAVEN_ENDORSED="-Djava.endorsed.dirs=%JAVA_HOME%\lib\endorsed;%MAVEN_HOME%\lib\endorsed"
   On windows 98 SET ... = "...=..." gives Syntax error. The following changes work -
1. change L125 to --
   SET MAVEN_ENDORSED="%JAVA_HOME%\lib\endorsed;%MAVEN_HOME%\lib\endorsed"
2. Replace %MAVEN_ENDORSED% by -Djava.endorsed.dirs=%MAVEN_ENDORSED% in lines
   L129, L130, L135 and L136.
3. SystemRoot is not defined. It should be mentioned along with MAVEN_HOME
   and JAVA_HOME. 


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to