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=25664>.
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=25664

build fails on windows without cygwin

           Summary: build fails on windows without cygwin
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


1) build.bat calls %ANT_HOME%\bin\ant instead of %ANT_HOME%\bin\ant.bat, which
is probably not okay for people whose winboxes are not capable of running shell
scripts.

Simply changing from ant to ant.bat would not suffice: the ant.bat is looking
for %ANT_HOME%\lib\ant.jar in stead of %ANT_HOME%\lib\ant-1.6.0.jar
so we'd end up at :noAntHome or using an ant from one of the searched paths
(Program Files\ant, c:\ant, ...)

ps: should I assign other build problems to the 'core' component?

Reply via email to