[ http://issues.apache.org/jira/browse/XALANJ-2147?page=comments#action_12314786 ]
Scott Lamb commented on XALANJ-2147: ------------------------------------ I'm not sure the results of the other javac are actually the final product; they look like code generators, samples, etc. Regardless, I don't care. If everything specified source="1.4" target="1.4" and older JREs didn't work, I'd be just as happy. (Actually happier, because target="1.1" means there must be a lot of pre-collections code that could then be ripped out.) But I tend to find that difficult to sell to large OSS projects. > 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: XALANJ-2147.newpatch, 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]
