DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29656>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29656 fails to compile using Java Beta 2 (j2sdk1.5b2) Summary: fails to compile using Java Beta 2 (j2sdk1.5b2) Product: Ant Version: 1.6.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Build Process AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] There are 2 places that I had to fix to get it to compile FIRST: in build.xml changed to use target 1.5 <property name="javac.target" value="1.5"/> SECOND: /data/download/updates/ant/apache-ant-1.6.1/src/main/org/apache/tools/ant/filters/ConcatFilter.java:114: unmappable character for encoding UTF8 // don�t call super.close() because that reader is used ^ 1 error There were also lots of warnings. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]