Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

Parameters

Prefix Name Value
-D java.awt.headless true
-X bootclasspath/p :/srv/gump/packages/jaxp-1_3/xercesImpl.jar /srv/gump/packages/jaxp-1_3/dom.jar /srv/gump/packages/jaxp-1_3/xalan.jar /srv/gump/packages/jaxp-1_3/jaxp-api.jar /srv/gump/packages/jaxp-1_3/sax.jar
org.apache.tools.ant.Main
-D gump.merge /srv/gump/public/gump/work/merge.xml
-D build.sysclasspath only
-D ant.build.javac.target 1.4
-D ant.build.javac.source 1.4
jar

Environment Overrides

Name Value
CLASSPATH :/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar /srv/gump/public/workspace/ant/bootstrap/lib/ant-launcher.jar /srv/gump/public/workspace/ant/bootstrap/lib/ant.jar

Command Line

/usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true
        -Xbootclasspath/p:/srv/gump/packages/jaxp-1_3/xercesImpl.jar:/srv/gump/packages/jaxp-1_3/dom.jar:/srv/gump/packages/jaxp-1_3/xalan.jar:/srv/gump/packages/jaxp-1_3/jaxp-api.jar:/srv/gump/packages/jaxp-1_3/sax.jar
        org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml
        -Dbuild.sysclasspath=only -Dant.build.javac.target=1.4
        -Dant.build.javac.source=1.4 jar 

Output

Buildfile: /srv/gump/public/workspace/xml-xerces/build.xml

init:
     [echo] ---------------- Xerces-J 1.4.4 [1999-2001] ---------------

prepare:
    [mkdir] Created dir: /srv/gump/public/workspace/xml-xerces/build

prepare-src:
    [mkdir] Created dir: /srv/gump/public/workspace/xml-xerces/build/src
    [mkdir] Created dir: /srv/gump/public/workspace/xml-xerces/build/classes
    [mkdir] Created dir: /srv/gump/public/workspace/xml-xerces/build/classes/META-INF
    [mkdir] Created dir: /srv/gump/public/workspace/xml-xerces/build/classes/META-INF/services
     [copy] Copying 1 file to /srv/gump/public/workspace/xml-xerces/build/classes/META-INF/services
     [copy] Copying 1 file to /srv/gump/public/workspace/xml-xerces/build/classes/META-INF/services
     [copy] Copying 522 files to /srv/gump/public/workspace/xml-xerces/build/src

compile:
     [copy] Copying 4 files to /srv/gump/public/workspace/xml-xerces/build/classes
    [javac] Compiling 474 source files to /srv/gump/public/workspace/xml-xerces/build/classes
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:399: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             Enumeration enum = ranges.elements();
    [javac]                         ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:400: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             while (enum.hasMoreElements()) {
    [javac]                    ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:401: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                 ((RangeImpl)enum.nextElement()).receiveReplacedText(node);
    [javac]                             ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:413: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             Enumeration enum = ranges.elements();
    [javac]                         ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:414: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             while (enum.hasMoreElements()) {
    [javac]                    ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:415: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                 ((RangeImpl)enum.nextElement()).receiveDeletedText(node,
    [javac]                             ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:429: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             Enumeration enum = ranges.elements();
    [javac]                         ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:430: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             while (enum.hasMoreElements()) {
    [javac]                    ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:431: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                 ((RangeImpl)enum.nextElement()).receiveInsertedText(node,
    [javac]                             ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:445: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             Enumeration enum = ranges.elements();
    [javac]                         ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:446: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             while (enum.hasMoreElements()) {
    [javac]                    ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:447: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                 ((RangeImpl)enum.nextElement()).receiveSplitData(node,
    [javac]                             ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:1132: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             Enumeration enum = iterators.elements();
    [javac]                         ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:1133: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             while (enum.hasMoreElements()) {
    [javac]                    ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:1134: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                 ((NodeIteratorImpl)enum.nextElement()).removeNode(oldChild);
    [javac]                                    ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:1140: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             Enumeration enum = ranges.elements();
    [javac]                         ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:1141: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             while (enum.hasMoreElements()) {
    [javac]                    ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/dom/DocumentImpl.java:1142: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                 ((RangeImpl)enum.nextElement()).removeNode(oldChild);
    [javac]                             ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/common/XMLValidator.java:2896: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                      Enumeration enum = complexTypeRegistry.elements();
    [javac]                                  ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/common/XMLValidator.java:2902: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                      while (enum.hasMoreElements ()) {
    [javac]                             ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/common/XMLValidator.java:2903: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                          typeInfo = (TraverseSchema.ComplexTypeInfo)enum.nextElement();
    [javac]                                                                     ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/datatype/AbstractNumericValidator.java:129: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]     abstract protected void checkContent( String content, Object State, Vector enum, boolean asBase)
    [javac]                                                                                ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/datatype/DateTimeValidator.java:217: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]     protected void checkContent( String content, Object State, Vector enum, boolean asBase)
    [javac]                                                                       ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/datatype/DecimalDatatypeValidator.java:349: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]     private void enumCheck(BigDecimal v, BigDecimal[] enum) throws InvalidDatatypeValueException {
    [javac]                                                       ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/datatype/DecimalDatatypeValidator.java:350: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]         for ( int i = 0; i < enum.length; i++ ) {
    [javac]                              ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/datatype/DecimalDatatypeValidator.java:351: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             if ( v.equals(enum[i] ) ) {
    [javac]                           ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/datatype/ListDatatypeValidator.java:405: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]     private boolean verifyEnum (Vector enum){
    [javac]                                        ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/datatype/ListDatatypeValidator.java:409: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             for (Enumeration e = enum.elements() ; e.hasMoreElements() ;) {
    [javac]                                  ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/datatype/UnionDatatypeValidator.java:228: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]     private boolean verifyEnum (Vector enum){
    [javac]                                        ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/datatype/UnionDatatypeValidator.java:231: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             for (Enumeration e = enum.elements() ; e.hasMoreElements() ;) {
    [javac]                                  ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/GeneralAttrCheck.java:1052: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]         Vector unionBase, enum;
    [javac]                           ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/GeneralAttrCheck.java:1239: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]         Enumeration enum = fNonSchemaAttrs.keys();
    [javac]                     ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/GeneralAttrCheck.java:1240: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]         while (enum.hasMoreElements()) {
    [javac]                ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/GeneralAttrCheck.java:1242: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             String attrRName = (String)enum.nextElement();
    [javac]                                        ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/GeneralAttrCheck.java:1364: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]         Enumeration enum = attrList.elements();
    [javac]                     ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/GeneralAttrCheck.java:1366: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             this.attrArray[i] = enum.nextElement();
    [javac]                                 ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:2971: warning: unmappable character for encoding UTF8
    [javac]     // 3 If either O1 or O2 is a pair of not and a namespace name and the other is a set of (namespace names or ___absent___), then that set, minus the negated namespace name if it was in the set, must be the value.
    [javac]                                                                                                                 ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:2971: warning: unmappable character for encoding UTF8
    [javac]     // 3 If either O1 or O2 is a pair of not and a namespace name and the other is a set of (namespace names or ___absent___), then that set, minus the negated namespace name if it was in the set, must be the value.
    [javac]                                                                                                                        ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:2972: warning: unmappable character for encoding UTF8
    [javac]     // 4 If both O1 and O2 are sets of (namespace names or ___absent___), then the intersection of those sets must be the value.
    [javac]                                                            ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:2972: warning: unmappable character for encoding UTF8
    [javac]     // 4 If both O1 and O2 are sets of (namespace names or ___absent___), then the intersection of those sets must be the value.
    [javac]                                                                   ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:2995: warning: unmappable character for encoding UTF8
    [javac]         // 3 If either O1 or O2 is a pair of not and a namespace name and the other is a set of (namespace names or ___absent___), then that set, minus the negated namespace name if it was in the set, must be the value.
    [javac]                                                                                                                     ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:2995: warning: unmappable character for encoding UTF8
    [javac]         // 3 If either O1 or O2 is a pair of not and a namespace name and the other is a set of (namespace names or ___absent___), then that set, minus the negated namespace name if it was in the set, must be the value.
    [javac]                                                                                                                            ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3024: warning: unmappable character for encoding UTF8
    [javac]         // 4 If both O1 and O2 are sets of (namespace names or ___absent___), then the intersection of those sets must be the value.
    [javac]                                                                ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3024: warning: unmappable character for encoding UTF8
    [javac]         // 4 If both O1 and O2 are sets of (namespace names or ___absent___), then the intersection of those sets must be the value.
    [javac]                                                                       ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3057: warning: unmappable character for encoding UTF8
    [javac]     // 3 If both O1 and O2 are sets of (namespace names or ___absent___), then the union of those sets must be the value.
    [javac]                                                            ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3057: warning: unmappable character for encoding UTF8
    [javac]     // 3 If both O1 and O2 are sets of (namespace names or ___absent___), then the union of those sets must be the value.
    [javac]                                                                   ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3059: warning: unmappable character for encoding UTF8
    [javac]     // 5 If either O1 or O2 is a pair of not and a namespace name and the other is a set of (namespace names or ___absent___), then The appropriate case among the following must be true:
    [javac]                                                                                                                 ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3059: warning: unmappable character for encoding UTF8
    [javac]     // 5 If either O1 or O2 is a pair of not and a namespace name and the other is a set of (namespace names or ___absent___), then The appropriate case among the following must be true:
    [javac]                                                                                                                        ^

Continuation...

    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3083: warning: unmappable character for encoding UTF8
    [javac]         // 3 If both O1 and O2 are sets of (namespace names or ___absent___), then the union of those sets must be the value.
    [javac]                                                                ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3083: warning: unmappable character for encoding UTF8
    [javac]         // 3 If both O1 and O2 are sets of (namespace names or ___absent___), then the union of those sets must be the value.
    [javac]                                                                       ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3108: warning: unmappable character for encoding UTF8
    [javac]         // 5 If either O1 or O2 is a pair of not and a namespace name and the other is a set of (namespace names or ___absent___), then The appropriate case among the following must be true:
    [javac]                                                                                                                     ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3108: warning: unmappable character for encoding UTF8
    [javac]         // 5 If either O1 or O2 is a pair of not and a namespace name and the other is a set of (namespace names or ___absent___), then The appropriate case among the following must be true:
    [javac]                                                                                                                            ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3139: warning: unmappable character for encoding UTF8
    [javac]     // 2.1 sub must be a pair of not and a namespace name or ___absent___.
    [javac]                                                              ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3139: warning: unmappable character for encoding UTF8
    [javac]     // 2.1 sub must be a pair of not and a namespace name or ___absent___.
    [javac]                                                                     ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3142: warning: unmappable character for encoding UTF8
    [javac]     // 3.1 sub must be a set whose members are either namespace names or ___absent___.
    [javac]                                                                          ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3142: warning: unmappable character for encoding UTF8
    [javac]     // 3.1 sub must be a set whose members are either namespace names or ___absent___.
    [javac]                                                                                 ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3145: warning: unmappable character for encoding UTF8
    [javac]     // 3.2.2 super must be a pair of not and a namespace name or ___absent___ and that value must not be in sub's set.
    [javac]                                                                  ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3145: warning: unmappable character for encoding UTF8
    [javac]     // 3.2.2 super must be a pair of not and a namespace name or ___absent___ and that value must not be in sub's set.
    [javac]                                                                         ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3156: warning: unmappable character for encoding UTF8
    [javac]         // 2.1 sub must be a pair of not and a namespace name or ___absent___.
    [javac]                                                                  ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3156: warning: unmappable character for encoding UTF8
    [javac]         // 2.1 sub must be a pair of not and a namespace name or ___absent___.
    [javac]                                                                         ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3166: warning: unmappable character for encoding UTF8
    [javac]         // 3.1 sub must be a set whose members are either namespace names or ___absent___.
    [javac]                                                                              ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3166: warning: unmappable character for encoding UTF8
    [javac]         // 3.1 sub must be a set whose members are either namespace names or ___absent___.
    [javac]                                                                                     ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3176: warning: unmappable character for encoding UTF8
    [javac]             // 3.2.2 super must be a pair of not and a namespace name or ___absent___ and that value must not be in sub's set.
    [javac]                                                                          ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3176: warning: unmappable character for encoding UTF8
    [javac]             // 3.2.2 super must be a pair of not and a namespace name or ___absent___ and that value must not be in sub's set.
    [javac]                                                                                 ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3187: warning: unmappable character for encoding UTF8
    [javac]     // For a value which is either a namespace name or ___absent___ to be ___valid___ with respect to a wildcard constraint (the value of a {namespace constraint}) one of the following must be true:
    [javac]                                                        ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3187: warning: unmappable character for encoding UTF8
    [javac]     // For a value which is either a namespace name or ___absent___ to be ___valid___ with respect to a wildcard constraint (the value of a {namespace constraint}) one of the following must be true:
    [javac]                                                               ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3187: warning: unmappable character for encoding UTF8
    [javac]     // For a value which is either a namespace name or ___absent___ to be ___valid___ with respect to a wildcard constraint (the value of a {namespace constraint}) one of the following must be true:
    [javac]                                                                       ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3187: warning: unmappable character for encoding UTF8
    [javac]     // For a value which is either a namespace name or ___absent___ to be ___valid___ with respect to a wildcard constraint (the value of a {namespace constraint}) one of the following must be true:
    [javac]                                                                             ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3190: warning: unmappable character for encoding UTF8
    [javac]     // 2.1 The constraint is a pair of not and a namespace name or ___absent___ ([Definition:]  call this the namespace test).
    [javac]                                                                    ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3190: warning: unmappable character for encoding UTF8
    [javac]     // 2.1 The constraint is a pair of not and a namespace name or ___absent___ ([Definition:]  call this the namespace test).
    [javac]                                                                           ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3191: warning: unmappable character for encoding UTF8
    [javac]     // 2.2 The value must not be identical to the ___namespace test___.
    [javac]                                                   ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3191: warning: unmappable character for encoding UTF8
    [javac]     // 2.2 The value must not be identical to the ___namespace test___.
    [javac]                                                                  ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3192: warning: unmappable character for encoding UTF8
    [javac]     // 2.3 The value must not be ___absent___.
    [javac]                                  ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3192: warning: unmappable character for encoding UTF8
    [javac]     // 2.3 The value must not be ___absent___.
    [javac]                                         ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3206: warning: unmappable character for encoding UTF8
    [javac]         // 2.1 The constraint is a pair of not and a namespace name or ___absent___ ([Definition:]  call this the namespace test).
    [javac]                                                                        ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3206: warning: unmappable character for encoding UTF8
    [javac]         // 2.1 The constraint is a pair of not and a namespace name or ___absent___ ([Definition:]  call this the namespace test).
    [javac]                                                                               ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3208: warning: unmappable character for encoding UTF8
    [javac]             // 2.2 The value must not be identical to the ___namespace test___.
    [javac]                                                           ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3208: warning: unmappable character for encoding UTF8
    [javac]             // 2.2 The value must not be identical to the ___namespace test___.
    [javac]                                                                          ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3209: warning: unmappable character for encoding UTF8
    [javac]             // 2.3 The value must not be ___absent___.
    [javac]                                          ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:3209: warning: unmappable character for encoding UTF8
    [javac]             // 2.3 The value must not be ___absent___.
    [javac]                                                 ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:801: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             Enumeration enum = fComplexTypeRegistry.elements();
    [javac]                         ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:804: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             while (enum.hasMoreElements ()) {
    [javac]                    ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xerces/validators/schema/TraverseSchema.java:805: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                typeInfo = (TraverseSchema.ComplexTypeInfo)enum.nextElement();
    [javac]                                                           ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xml/serialize/HTMLSerializer.java:342: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                 Enumeration enum;
    [javac]                             ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xml/serialize/HTMLSerializer.java:344: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                 enum = _prefixes.keys();
    [javac]                 ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xml/serialize/HTMLSerializer.java:345: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                 while ( enum.hasMoreElements() ) {
    [javac]                         ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xml/serialize/HTMLSerializer.java:347: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                     value = (String) enum.nextElement();
    [javac]                                      ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xml/serialize/XMLSerializer.java:305: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             Enumeration enum;
    [javac]                         ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xml/serialize/XMLSerializer.java:307: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             enum = _prefixes.keys();
    [javac]             ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xml/serialize/XMLSerializer.java:308: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]             while ( enum.hasMoreElements() ) {
    [javac]                     ^
    [javac] /srv/gump/public/workspace/xml-xerces/build/src/org/apache/xml/serialize/XMLSerializer.java:310: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.5 to use 'enum' as a keyword)
    [javac]                 value = (String) enum.nextElement();
    [javac]                                  ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 91 warnings

jar:
      [jar] Building jar: /srv/gump/public/workspace/xml-xerces/build/xerces.jar

BUILD SUCCESSFUL
Total time: 1 minute 4 seconds

Last Updated: Thu, 28 Aug 2008 08:01:26 ().Python Logo