You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Paul Brown (JIRA)" <xe...@xml.apache.org> on 2004/11/03 23:48:32 UTC

[jira] Created: (XERCESJ-1026) build.sh fails on Mac OS X

build.sh fails on Mac OS X
--------------------------

         Key: XERCESJ-1026
         URL: http://nagoya.apache.org/jira/browse/XERCESJ-1026
     Project: Xerces2-J
        Type: Bug
  Components: Other  
    Versions: 2.6.2    
 Environment: Mac OS X 10.3.5, Apple JDK 1.4.2_05
    Reporter: Paul Brown


Running build.sh fails immediately with the message

: bad interpreter: No such file or directory

It also refers to tools.jar and classes.zip, which are non-standard.  (Mac OS X's JDK has neither of these files.)

It would be nice if Xerces just used Ant.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org


[jira] Closed: (XERCESJ-1026) build.sh fails on Mac OS X

Posted by "Ankit Pasricha (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1026?page=history ]
     
Ankit Pasricha closed XERCESJ-1026:
-----------------------------------

    Resolution: Invalid

> build.sh fails on Mac OS X
> --------------------------
>
>          Key: XERCESJ-1026
>          URL: http://issues.apache.org/jira/browse/XERCESJ-1026
>      Project: Xerces2-J
>         Type: Bug
>   Components: Other
>     Versions: 2.6.2
>  Environment: Mac OS X 10.3.5, Apple JDK 1.4.2_05
>     Reporter: Paul Brown

>
> Running build.sh fails immediately with the message
> : bad interpreter: No such file or directory
> It also refers to tools.jar and classes.zip, which are non-standard.  (Mac OS X's JDK has neither of these files.)
> It would be nice if Xerces just used Ant.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org


[jira] Commented: (XERCESJ-1026) build.sh fails on Mac OS X

Posted by "Ankit Pasricha (JIRA)" <xe...@xml.apache.org>.
     [ http://nagoya.apache.org/jira/browse/XERCESJ-1026?page=comments#action_55040 ]
     
Ankit Pasricha commented on XERCESJ-1026:
-----------------------------------------

There is a build.xml file included so ant can be used. As a sidenote, as far as i know the functionality in tools.jar is included directly in the mac os jdk so getting rid of it from the classpath should not affect anything. I believe the script included tools.jar and classes.zip since they are present in windows as well as linux jdks.

> build.sh fails on Mac OS X
> --------------------------
>
>          Key: XERCESJ-1026
>          URL: http://nagoya.apache.org/jira/browse/XERCESJ-1026
>      Project: Xerces2-J
>         Type: Bug
>   Components: Other
>     Versions: 2.6.2
>  Environment: Mac OS X 10.3.5, Apple JDK 1.4.2_05
>     Reporter: Paul Brown

>
> Running build.sh fails immediately with the message
> : bad interpreter: No such file or directory
> It also refers to tools.jar and classes.zip, which are non-standard.  (Mac OS X's JDK has neither of these files.)
> It would be nice if Xerces just used Ant.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org


[jira] Commented: (XERCESJ-1026) build.sh fails on Mac OS X

Posted by "Paul Brown (JIRA)" <xe...@xml.apache.org>.
     [ http://nagoya.apache.org/jira/browse/XERCESJ-1026?page=comments#action_55051 ]
     
Paul Brown commented on XERCESJ-1026:
-------------------------------------

The build.xml script requires a special xjavac task, and then there are only .bat files in the bin directory of the tools distribution...

Adding

  <taskdef name="xjavac" classname="org.apache.xerces.util.XJavac">
    <classpath>
      <fileset dir="tools/bin" includes="xjavac.jar" />
    </classpath>
  </taskdef>

to build.xml seems like a reasonable temporary fix.  Also, seems like debug symbols should be enabled by default as opposed to disabled.

> build.sh fails on Mac OS X
> --------------------------
>
>          Key: XERCESJ-1026
>          URL: http://nagoya.apache.org/jira/browse/XERCESJ-1026
>      Project: Xerces2-J
>         Type: Bug
>   Components: Other
>     Versions: 2.6.2
>  Environment: Mac OS X 10.3.5, Apple JDK 1.4.2_05
>     Reporter: Paul Brown

>
> Running build.sh fails immediately with the message
> : bad interpreter: No such file or directory
> It also refers to tools.jar and classes.zip, which are non-standard.  (Mac OS X's JDK has neither of these files.)
> It would be nice if Xerces just used Ant.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org