[ http://issues.apache.org/jira/browse/XALANJ-2147?page=comments#action_12314755 ]
Sarah McNamara commented on XALANJ-2147: ---------------------------------------- Although the existing patch will work, I think we should remove the use of target and source from the javac directives for the following reasons: - not all javac directives in Xalan Java's build.xml file make use of the "target" setting, so having 3 that make use of it and others that don't seems inconsistent to me - if, down the road, the values of target="1.1" and source="1.2" become obsolete, we will have to continue to maintain the proper settings > Does not build under J2SE 1.5 > ----------------------------- > > Key: XALANJ-2147 > URL: http://issues.apache.org/jira/browse/XALANJ-2147 > Project: XalanJ2 > Type: Bug > Components: Xalan > Versions: CurrentCVS > Environment: J2SE 1.5 > Reporter: Scott Lamb > Priority: Trivial > Attachments: xalan-build-on-tiger.patch > > ant gives the following error when building Xalan: > [javac] javac: target release 1.1 conflicts with default source release > 1.5 > This is easy to fix by specifying the source version in the build.xml. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
