[ 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]