https://issues.apache.org/bugzilla/show_bug.cgi?id=48990

           Summary: Build fails on Linux
           Product: Tomcat 6
           Version: 6.0.24
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: hyand...@amazon.com


When building on Linux, I get the following error:

"apache-tomcat-6.0.24-src/output/dist/bin/x64 not found."

I avoid this with the following patch (using the execute.installer condition as
a 'if-windows' option as is done in the 'clean' target). 


--- dist.xml            2010-01-26 05:20:44.000000000 +0000
+++ dist.xml            2010-01-26 05:21:02.000000000 +0000
@@ -419,7 +419,7 @@
   </target>

   <!-- Packages the core windows zip distros -->
-  <target name="package-winzip">
+  <target name="package-winzip" if="execute.installer">
     <fixcrlf srcdir="${tomcat.dist}" includes="*.txt,LICENSE,NOTICE"
eol="crlf" encoding="ISO-8859-1" fixlast="false" />
     <fixcrlf srcdir="${tomcat.dist}/conf" eol="crlf" encoding="ISO-8859-1"
fixlast="false" />


>From inspection I believe the issue still applies in the 6.0 trunk and in the
unreleased 7.0 build.xml file.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to