bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/30150] New: Ant builds throw exceptions


From: fkung at redhat dot com
Subject: [Bug classpath/30150] New: Ant builds throw exceptions
Date: 11 Dec 2006 18:31:16 -0000

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]