DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16425>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16425

ant.bat on WindowsME fails to complete bootstrap process 

           Summary: ant.bat on WindowsME fails to complete bootstrap process
           Product: Ant
           Version: 1.5.1
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Build Process
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Bug similar to 13582 and 13413.

Building from source on WindowsME the ant.bat script that gets copied into 
bootstrap\bin fails to find ANT_HOME correctly so the bootstrap stalls.
As a workaround I changed part of the script that lands in bootstrap\bin as 
follows:

:checkSystemDrive
rem check for ant in root directory of system drive
if not exist %SystemDrive%\ant\nul goto checkCDrive
set ANT_HOME=%SystemDrive%\ant\bootstrap
goto checkJava

with the extra 'bootstrap' on the end. I then ran
'build install' at the command line again and ant
compiled successfully.

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

Reply via email to