You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2011/01/04 15:18:05 UTC

Build failed in Hudson: Ivy #249

See <https://hudson.apache.org/hudson/job/Ivy/249/changes>

Changes:

[maartenc] Put license header on top

[maartenc] Some obvious code changes to get the osgi code to compile on JDK 1.4.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1
Updating http://svn.apache.org/repos/asf/ant/ivy/core/trunk
U         test/java/org/apache/ivy/osgi/core/ManifestParserTest.java
U         NOTICE
U         doap_Ivy.rdf
U         CHANGES.txt
U         src/java/org/apache/ivy/osgi/obr/xml/RequirementFilter.java
U         src/java/org/apache/ivy/osgi/obr/filter/RequirementFilterParser.java
U         src/java/org/apache/ivy/osgi/obr/filter/CompareFilter.java
U         src/java/org/apache/ivy/osgi/obr/filter/MultiOperatorFilter.java
U         src/java/org/apache/ivy/osgi/obr/filter/UniOperatorFilter.java
U         src/java/org/apache/ivy/osgi/repo/BundleRepoResolver.java
U         src/java/org/apache/ivy/osgi/core/BundleInfo.java
U         src/java/org/apache/ivy/osgi/core/BundleInfoAdapter.java
U         src/java/org/apache/ivy/osgi/core/ManifestHeaderValue.java
U         src/java/org/apache/ivy/Main.java
U         src/java/org/apache/ivy/util/Message.java
U         RELEASE_NOTES
U         README
D         doc/style
U         doc/printTemplate.html
U         doc/template.html
 U        doc
Fetching 'https://svn.apache.org/repos/asf/ant/ivy/site/xooki' at -1 into '<https://hudson.apache.org/hudson/job/Ivy/ws/trunk/doc/xooki'>
At revision 1055051
Fetching 'https://svn.apache.org/repos/asf/ant/ivy/site/style' at -1 into '<https://hudson.apache.org/hudson/job/Ivy/ws/trunk/doc/style'>
AU        doc/style/print-style.css
AU        doc/style/color.css
AU        doc/style/tree.css
AU        doc/style/style.css
AU        doc/style/ivy-ref.css
AU        doc/style/ant.css
AU        doc/style/nav.css
AU        doc/style/shell.css
At revision 1055051
At revision 1055051
no change for https://svn.apache.org/repos/asf/ant/ivy/site/xooki since the previous build
no change for https://svn.apache.org/repos/asf/ant/ivy/site/style since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[trunk] $ /home/hudson/tools/ant/apache-ant-1.7.0/bin/ant clean jar
Buildfile: build.xml

clean:
   [delete] Deleting directory <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/classes>
   [delete] Deleting directory <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/test>
   [delete] Deleting directory <https://hudson.apache.org/hudson/job/Ivy/249/artifact/trunk/build/artifact>
   [delete] Deleting directory <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/doc/reports/test>
   [delete] Deleting directory <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/doc>
   [delete] Deleting directory <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build>

init:

prepare:
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/classes>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/classes/core>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/classes/bootstrap>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/classes/ant>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/classes/optional>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/classes/all>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/test>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Ivy/249/artifact/trunk/build/artifact>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/doc/reports/test>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/doc/reports/ivy>

compile-core:
    [javac] Compiling 351 source files to <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build/classes/core>
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/repo/BundleRepo.java>:59: cannot resolve symbol
    [javac] symbol  : class Iterable 
    [javac] location: class org.apache.ivy.osgi.repo.BundleRepo
    [javac]     public BundleRepo(Iterable/* <ManifestAndLocation> */it) {
    [javac]                       ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/repo/BundleRepo.java>:79: cannot resolve symbol
    [javac] symbol  : class Iterable 
    [javac] location: class org.apache.ivy.osgi.repo.BundleRepo
    [javac]     public void populate(Iterable/* <ManifestAndLocation> */it) {
    [javac]                          ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/util/DelegetingHandler.java>:51: cannot resolve symbol
    [javac] symbol  : class StringBuilder 
    [javac] location: class org.apache.ivy.osgi.util.DelegetingHandler
    [javac]     private StringBuilder charBuffer = new StringBuilder();
    [javac]             ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLWriter.java>:60: cannot resolve symbol
    [javac] symbol  : class Iterable 
    [javac] location: class org.apache.ivy.osgi.obr.xml.OBRXMLWriter
    [javac]     public static void writeManifests(Iterable/* <ManifestAndLocation> */it,
    [javac]                                       ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLWriter.java>:94: cannot resolve symbol
    [javac] symbol  : class Iterable 
    [javac] location: class org.apache.ivy.osgi.obr.xml.OBRXMLWriter
    [javac]     public static void writeBundles(Iterable/* <BundleInfo> */it, ContentHandler handler)
    [javac]                                     ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLWriter.java>:220: cannot resolve symbol
    [javac] symbol  : class StringBuilder 
    [javac] location: class org.apache.ivy.osgi.obr.xml.OBRXMLWriter
    [javac]     private static void appendVersion(StringBuilder filter, VersionRange v) {
    [javac]                                       ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/repo/AbstractFSManifestIterable.java>:33: cannot resolve symbol
    [javac] symbol  : class Iterable 
    [javac] location: class org.apache.ivy.osgi.repo.AbstractFSManifestIterable
    [javac] public abstract class AbstractFSManifestIterable implements Iterable/* <ManifestAndLocation> */{
    [javac]                                                             ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/repo/ResolverManifestIterable.java>:46: cannot resolve symbol
    [javac] symbol  : class Iterable 
    [javac] location: class org.apache.ivy.osgi.repo.ResolverManifestIterable
    [javac] public class ResolverManifestIterable implements Iterable/* <ManifestAndLocation> */{
    [javac]                                                  ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/util/VersionRange.java>:150: cannot resolve symbol
    [javac] symbol  : method valueOf (int)
    [javac] location: class java.lang.Integer
    [javac]             Integer minor = Integer.valueOf(0);
    [javac]                                    ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/util/VersionRange.java>:151: cannot resolve symbol
    [javac] symbol  : method valueOf (int)
    [javac] location: class java.lang.Integer
    [javac]             Integer patch = Integer.valueOf(0);
    [javac]                                    ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/util/VersionRange.java>:156: cannot resolve symbol
    [javac] symbol  : method valueOf (int)
    [javac] location: class java.lang.Integer
    [javac]                     minor = Integer.valueOf(0);
    [javac]                                    ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/util/VersionRange.java>:160: cannot resolve symbol
    [javac] symbol  : method valueOf (int)
    [javac] location: class java.lang.Integer
    [javac]                         patch = Integer.valueOf(0);
    [javac]                                        ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/util/VersionRange.java>:186: cannot resolve symbol
    [javac] symbol  : method valueOf (int)
    [javac] location: class java.lang.Integer
    [javac]                         n = Integer.valueOf((n == null ? 0 : n.intValue() * 10) + c - '0');
    [javac]                                    ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/util/VersionRange.java>:218: cannot resolve symbol
    [javac] symbol  : class StringBuilder 
    [javac] location: class org.apache.ivy.osgi.util.VersionRange.VersionRangeParser
    [javac]             StringBuilder q = new StringBuilder();
    [javac]             ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/util/VersionRange.java>:218: cannot resolve symbol
    [javac] symbol  : class StringBuilder 
    [javac] location: class org.apache.ivy.osgi.util.VersionRange.VersionRangeParser
    [javac]             StringBuilder q = new StringBuilder();
    [javac]                                   ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/util/VersionRange.java>:265: cannot resolve symbol
    [javac] symbol  : class StringBuilder 
    [javac] location: class org.apache.ivy.osgi.util.VersionRange
    [javac]         StringBuilder buffer = new StringBuilder();
    [javac]         ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/util/VersionRange.java>:265: cannot resolve symbol
    [javac] symbol  : class StringBuilder 
    [javac] location: class org.apache.ivy.osgi.util.VersionRange
    [javac]         StringBuilder buffer = new StringBuilder();
    [javac]                                    ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/util/DelegetingHandler.java>:51: cannot resolve symbol
    [javac] symbol  : class StringBuilder 
    [javac] location: class org.apache.ivy.osgi.util.DelegetingHandler
    [javac]     private StringBuilder charBuffer = new StringBuilder();
    [javac]                                            ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLWriter.java>:147: cannot resolve symbol
    [javac] symbol  : class StringBuilder 
    [javac] location: class org.apache.ivy.osgi.obr.xml.OBRXMLWriter
    [javac]                 StringBuilder builder = new StringBuilder();
    [javac]                 ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLWriter.java>:147: cannot resolve symbol
    [javac] symbol  : class StringBuilder 
    [javac] location: class org.apache.ivy.osgi.obr.xml.OBRXMLWriter
    [javac]                 StringBuilder builder = new StringBuilder();
    [javac]                                             ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLWriter.java>:204: cannot resolve symbol
    [javac] symbol  : class StringBuilder 
    [javac] location: class org.apache.ivy.osgi.obr.xml.OBRXMLWriter
    [javac]         StringBuilder filter = new StringBuilder();
    [javac]         ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLWriter.java>:204: cannot resolve symbol
    [javac] symbol  : class StringBuilder 
    [javac] location: class org.apache.ivy.osgi.obr.xml.OBRXMLWriter
    [javac]         StringBuilder filter = new StringBuilder();
    [javac]                                    ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/repo/AbstractFSManifestIterable.java>:119: cannot resolve symbol
    [javac] symbol  : method emptyList ()
    [javac] location: class java.util.Collections
    [javac]                         dirs.add(Collections./* <String> */emptyList().iterator());
    [javac]                                             ^
    [javac] <https://hudson.apache.org/hudson/job/Ivy/ws/trunk/src/java/org/apache/ivy/osgi/repo/RepositoryManifestIterable.java>:56: cannot resolve symbol
    [javac] symbol  : method emptyList ()
    [javac] location: class java.util.Collections
    [javac]         return array == null ? Collections./* <String> */emptyList() : Arrays
    [javac]                                           ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 24 errors

BUILD FAILED
<https://hudson.apache.org/hudson/job/Ivy/ws/trunk/build.xml>:194: Compile failed; see the compiler error output for details.

Total time: 4 seconds
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts


Hudson build is back to normal : Ivy #250

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Ivy/250/changes>