See <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/2580/changes>
Changes: [veithen] Improve the sequence API. ------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building OM Aspects 1.3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ om-aspects --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ om-aspects --- [INFO] [INFO] --- tidy-maven-plugin:1.0-beta-1:check (default) @ om-aspects --- [INFO] [INFO] --- gmavenplus-plugin:1.5:execute (initialize) @ om-aspects --- [INFO] Using Groovy 2.4.4 to perform execute. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent-for-surefire) @ om-aspects --- [INFO] jacoco.surefireArgLine set to -javaagent:/home/jenkins/jenkins-slave/workspace/axiom-trunk/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=<https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/target/jacoco.exec,sessionid=mvn>:org.apache.ws.commons.axiom:om-aspects:1.3.0-SNAPSHOT:surefire [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent-for-failsafe) @ om-aspects --- [INFO] jacoco.failsafeArgLine set to -javaagent:/home/jenkins/jenkins-slave/workspace/axiom-trunk/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=<https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/target/jacoco.exec,sessionid=mvn>:org.apache.ws.commons.axiom:om-aspects:1.3.0-SNAPSHOT:failsafe [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ om-aspects --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ om-aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/resources> [INFO] Copying 2 resources [INFO] [INFO] --- aspectj-maven-plugin:1.8:compile (default) @ om-aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [ERROR] The import org.apache.axiom.om.impl.intf.Sequence cannot be resolved <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/om/impl/mixin/AxiomElementSupport.aj>:66 import org.apache.axiom.om.impl.intf.Sequence; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/om/impl/mixin/AxiomElementSupport.aj>:259 public <T extends OMElement> void AxiomElement.insertChild(Sequence sequence, int pos, T newChild) { ^^^ [ERROR] The import org.apache.axiom.om.impl.intf.Sequence cannot be resolved <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP11FaultSupport.aj>:22 import org.apache.axiom.om.impl.intf.Sequence; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP11FaultSupport.aj>:32 private static final Sequence sequence = new Sequence(SOAPFaultCode.class, SOAPFaultReason.class, ^^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP11FaultSupport.aj>:32 private static final Sequence sequence = new Sequence(SOAPFaultCode.class, SOAPFaultReason.class, ^^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP11FaultSupport.aj>:39 public final Sequence AxiomSOAP11Fault.getSequence() { ^^^ [ERROR] The import org.apache.axiom.om.impl.intf.Sequence cannot be resolved <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:27 import org.apache.axiom.om.impl.intf.Sequence; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The method getSequence() from the type AxiomSOAPFault refers to the missing type Sequence <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:44 insertChild(getSequence(), 0, soapFaultCode); ^^ [ERROR] The method getSequence() from the type AxiomSOAPFault refers to the missing type Sequence <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:48 insertChild(getSequence(), 1, reason); ^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:52 Sequence sequence = getSequence(); [ERROR] The method getSequence() from the type AxiomSOAPFault refers to the missing type Sequence <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:52 Sequence sequence = getSequence(); ^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:57 Sequence sequence = getSequence(); [ERROR] The method getSequence() from the type AxiomSOAPFault refers to the missing type Sequence <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:57 Sequence sequence = getSequence(); ^^ [ERROR] The import org.apache.axiom.om.impl.intf.Sequence cannot be resolved <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultSupport.aj>:22 import org.apache.axiom.om.impl.intf.Sequence; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultSupport.aj>:32 private static final Sequence sequence = new Sequence(SOAPFaultCode.class, SOAPFaultReason.class, ^^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultSupport.aj>:32 private static final Sequence sequence = new Sequence(SOAPFaultCode.class, SOAPFaultReason.class, ^^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultSupport.aj>:39 public final Sequence AxiomSOAP12Fault.getSequence() { ^^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultSupport.aj>:44 insertChild(sequence, 2, node); [ERROR] The import org.apache.axiom.om.impl.intf.Sequence cannot be resolved <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultClassifierSupport.aj>:24 import org.apache.axiom.om.impl.intf.Sequence; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultClassifierSupport.aj>:32 private static final Sequence sequence = new Sequence(SOAPFaultValue.class, SOAPFaultSubCode.class); ^^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultClassifierSupport.aj>:32 private static final Sequence sequence = new Sequence(SOAPFaultValue.class, SOAPFaultSubCode.class); ^^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultClassifierSupport.aj>:43 insertChild(sequence, 0, value); [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultClassifierSupport.aj>:51 insertChild(sequence, 1, subCode); [ERROR] The import org.apache.axiom.om.impl.intf.Sequence cannot be resolved <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/intf/AxiomSOAPFault.java>:21 import org.apache.axiom.om.impl.intf.Sequence; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] Sequence cannot be resolved to a type <https://builds.apache.org/job/axiom-trunk/org.apache.ws.commons.axiom$om-aspects/ws/src/main/java/org/apache/axiom/soap/impl/intf/AxiomSOAPFault.java>:25 Sequence getSequence(); ^^^ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
