Compiling using ant throws the following stacktrace: java.lang.LinkageError: subtype constraint violated (java.lang.String is not a subclass of java.lang.Class) at java.text.MessageFormat$MessageFormatElement.setLocale(MessageFormat.java:91) at java.text.MessageFormat.scanFormat(MessageFormat.java:331) at java.text.MessageFormat.applyPattern(MessageFormat.java:352) at java.text.MessageFormat.formatInternal(MessageFormat.java:481) at java.text.MessageFormat.format(MessageFormat.java:419) at java.text.MessageFormat.format(MessageFormat.java:534) at java.text.Format.format(Format.java:101) at org.apache.tools.ant.util.DateUtils.formatElapsedTime(DateUtils.java:131) at org.apache.tools.ant.DefaultLogger.formatTime(DefaultLogger.java:276) at org.apache.tools.ant.DefaultLogger.buildFinished(DefaultLogger.java:156) at org.apache.tools.ant.Project.fireBuildFinished(Project.java:1848) at org.apache.tools.ant.Main.runBuild(Main.java:688) at org.apache.tools.ant.Main.startAnt(Main.java:187) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) subtype constraint violated (java.lang.String is not a subclass of java.lang.Class)
The compile itself does work, it seems to be a problem calculating/formatting the elapsed time. -- Summary: Ant builds throw exceptions Product: classpath Version: 0.93 Status: UNCONFIRMED Severity: major Priority: P3 Component: classpath AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: fkung at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30150 _______________________________________________ Bug-classpath mailing list Bug-classpath@gnu.org http://lists.gnu.org/mailman/listinfo/bug-classpath