Curious.. I took a look at this too.
My guess is that the static import:

import static 
org.apache.oodt.cas.pge.staging.TestFileStager.ProductIdMatcher.eqProductId;

is trying to load the static nested class definition. But, the import of 
org.easymock.IArgumentMatcher hasn't occurred yet. If you move "import 
org.easymock.IArgumentMatcher" before the static import, things should work. Or 
just remove the static import altogether.

-Ricky

On May 7, 2012, at 3:34 PM, <[email protected]<mailto:[email protected]>>
 <[email protected]<mailto:[email protected]>> wrote:

Hey guys,

I figured out why this is failing... really weird... i have the following:

...
import org.easymock.IArgumentMatcher;
...
public class TestFileStager extends TestCase {
...
  public static class ProductIdMatcher implements IArgumentMatcher {
  ...
  }
}

It gives a compiler error saying cannot find symbol IArgumentMatcher... if i 
switch this code to the following it works:

import org.easymock.IArgumentMatcher;
...
public class TestFileStager extends TestCase {
...
  public static class ProductIdMatcher implements org.easymock.IArgumentMatcher 
{
  ...
  }
}

all i did was add org.easymock before IArgumentMatcher implements... does 
anyone know if there is something special about static inner classes for 
TestCase classes?

-brian

On May 06, 2012, at 05:35 PM, Apache Jenkins Server 
<[email protected]<mailto:[email protected]>> wrote:

See <https://builds.apache.org/job/oodt-trunk/447/>

------------------------------------------
[...truncated 6610 lines...]
56K downloaded (commons-fileupload-1.2.1.jar)
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/com/sun/xml/bind/jaxb-impl/2.1.13/jaxb-impl-2.1.13.jar
148K downloaded (json-lib-2.3-jdk15.jar)
70K downloaded (jettison-1.2.jar)
[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for 
net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar - IGNORING
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
45K downloaded (jsr311-api-1.1.1.jar)
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/neethi/neethi/2.0.4/neethi-2.0.4.jar
[WARNING] Unable to get resource 'org.apache.neethi:neethi:jar:2.0.4' from 
repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/neethi/neethi/2.0.4/neethi-2.0.4.jar
Downloading: 
http://download.java.net/maven/2//org/apache/neethi/neethi/2.0.4/neethi-2.0.4.jar
[WARNING] Unable to get resource 'javax.ws.rs:jsr311-api:jar:1.1.1' from 
repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar.sha1
Downloading: 
http://download.java.net/maven/2//javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] Unable to find resource 'org.apache.neethi:neethi:jar:2.0.4' in 
repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/neethi/neethi/2.0.4/neethi-2.0.4.jar
45K downloaded (jsr311-api-1.1.1.jar)
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar

[WARNING] Unable to get resource 'wsdl4j:wsdl4j:jar:1.6.2' from repository 
ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: 
Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
Downloading: 
http://download.java.net/maven/2//wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
[INFO] Unable to find resource 'wsdl4j:wsdl4j:jar:1.6.2' in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: http://repo1.maven.org/maven//wsdl4j/jars/wsdl4j-1.6.2.jar
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar
[WARNING] Unable to get resource 'net.sf.ezmorph:ezmorph:jar:1.0.6' from 
repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar
Downloading: 
http://download.java.net/maven/2//net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar
[INFO] Unable to find resource 'net.sf.ezmorph:ezmorph:jar:1.0.6' in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/ws/commons/schema/XmlSchema/1.4.7/XmlSchema-1.4.7.jar
[WARNING] Unable to get resource 
'org.apache.ws.commons.schema:XmlSchema:jar:1.4.7' from repository ibiblio 
(http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: Access 
denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/ws/commons/schema/XmlSchema/1.4.7/XmlSchema-1.4.7.jar
Downloading: 
http://download.java.net/maven/2//org/apache/ws/commons/schema/XmlSchema/1.4.7/XmlSchema-1.4.7.jar
[INFO] Unable to find resource 
'org.apache.ws.commons.schema:XmlSchema:jar:1.4.7' in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.4.7/XmlSchema-1.4.7.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-rt-frontend-jaxrs/2.3.1/cxf-rt-frontend-jaxrs-2.3.1.jar
[WARNING] Unable to get resource 
'org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.3.1' from repository ibiblio 
(http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: Access 
denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-rt-frontend-jaxrs/2.3.1/cxf-rt-frontend-jaxrs-2.3.1.jar
Downloading: 
http://download.java.net/maven/2//org/apache/cxf/cxf-rt-frontend-jaxrs/2.3.1/cxf-rt-frontend-jaxrs-2.3.1.jar
[INFO] Unable to find resource 'org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.3.1' 
in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-frontend-jaxrs/2.3.1/cxf-rt-frontend-jaxrs-2.3.1.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/woodstox/woodstox-core-asl/4.0.8/woodstox-core-asl-4.0.8.jar
[WARNING] Unable to get resource 
'org.codehaus.woodstox:woodstox-core-asl:jar:4.0.8' from repository ibiblio 
(http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: Access 
denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/woodstox/woodstox-core-asl/4.0.8/woodstox-core-asl-4.0.8.jar
Downloading: 
http://download.java.net/maven/2//org/codehaus/woodstox/woodstox-core-asl/4.0.8/woodstox-core-asl-4.0.8.jar
[INFO] Unable to find resource 
'org.codehaus.woodstox:woodstox-core-asl:jar:4.0.8' in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/codehaus/woodstox/woodstox-core-asl/4.0.8/woodstox-core-asl-4.0.8.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar
[WARNING] Unable to get resource 'commons-io:commons-io:jar:1.3.2' from 
repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar
Downloading: 
http://download.java.net/maven/2//commons-io/commons-io/1.3.2/commons-io-1.3.2.jar
[INFO] Unable to find resource 'commons-io:commons-io:jar:1.3.2' in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-common-utilities/2.3.1/cxf-common-utilities-2.3.1.jar
[WARNING] Unable to get resource 
'org.apache.cxf:cxf-common-utilities:jar:2.3.1' from repository ibiblio 
(http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: Access 
denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-common-utilities/2.3.1/cxf-common-utilities-2.3.1.jar
Downloading: 
http://download.java.net/maven/2//org/apache/cxf/cxf-common-utilities/2.3.1/cxf-common-utilities-2.3.1.jar
[INFO] Unable to find resource 'org.apache.cxf:cxf-common-utilities:jar:2.3.1' 
in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/cxf/cxf-common-utilities/2.3.1/cxf-common-utilities-2.3.1.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/woodstox/stax2-api/3.0.2/stax2-api-3.0.2.jar
[WARNING] Unable to get resource 'org.codehaus.woodstox:stax2-api:jar:3.0.2' 
from repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/woodstox/stax2-api/3.0.2/stax2-api-3.0.2.jar
Downloading: 
http://download.java.net/maven/2//org/codehaus/woodstox/stax2-api/3.0.2/stax2-api-3.0.2.jar
[INFO] Unable to find resource 'org.codehaus.woodstox:stax2-api:jar:3.0.2' in 
repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/3.0.2/stax2-api-3.0.2.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar
[WARNING] Unable to get resource 
'org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7.1' from 
repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar
Downloading: 
http://download.java.net/maven/2//org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar
[INFO] Unable to find resource 
'org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7.1' in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-api/2.3.1/cxf-api-2.3.1.jar
[WARNING] Unable to get resource 'org.apache.cxf:cxf-api:jar:2.3.1' from 
repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-api/2.3.1/cxf-api-2.3.1.jar
Downloading: 
http://download.java.net/maven/2//org/apache/cxf/cxf-api/2.3.1/cxf-api-2.3.1.jar
[INFO] Unable to find resource 'org.apache.cxf:cxf-api:jar:2.3.1' in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/cxf/cxf-api/2.3.1/cxf-api-2.3.1.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-common-schemas/2.3.1/cxf-common-schemas-2.3.1.jar
[WARNING] Unable to get resource 'org.apache.cxf:cxf-common-schemas:jar:2.3.1' 
from repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-common-schemas/2.3.1/cxf-common-schemas-2.3.1.jar
Downloading: 
http://download.java.net/maven/2//org/apache/cxf/cxf-common-schemas/2.3.1/cxf-common-schemas-2.3.1.jar
[INFO] Unable to find resource 'org.apache.cxf:cxf-common-schemas:jar:2.3.1' in 
repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/cxf/cxf-common-schemas/2.3.1/cxf-common-schemas-2.3.1.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-rt-core/2.3.1/cxf-rt-core-2.3.1.jar
[WARNING] Unable to get resource 'org.apache.cxf:cxf-rt-core:jar:2.3.1' from 
repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-rt-core/2.3.1/cxf-rt-core-2.3.1.jar
Downloading: 
http://download.java.net/maven/2//org/apache/cxf/cxf-rt-core/2.3.1/cxf-rt-core-2.3.1.jar
[INFO] Unable to find resource 'org.apache.cxf:cxf-rt-core:jar:2.3.1' in 
repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-core/2.3.1/cxf-rt-core-2.3.1.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-rt-bindings-xml/2.3.1/cxf-rt-bindings-xml-2.3.1.jar
[WARNING] Unable to get resource 'org.apache.cxf:cxf-rt-bindings-xml:jar:2.3.1' 
from repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-rt-bindings-xml/2.3.1/cxf-rt-bindings-xml-2.3.1.jar
Downloading: 
http://download.java.net/maven/2//org/apache/cxf/cxf-rt-bindings-xml/2.3.1/cxf-rt-bindings-xml-2.3.1.jar
561K downloaded (commons-collections-3.2.1.jar)
[INFO] Unable to find resource 'org.apache.cxf:cxf-rt-bindings-xml:jar:2.3.1' 
in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-bindings-xml/2.3.1/cxf-rt-bindings-xml-2.3.1.jar
[WARNING] Unable to get resource 
'commons-collections:commons-collections:jar:3.2.1' from repository ibiblio 
(http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: Access 
denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar.sha1
Downloading: 
http://download.java.net/maven/2//commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar

[INFO] Unable to find resource 
'commons-collections:commons-collections:jar:3.2.1' in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-rt-transports-http/2.3.1/cxf-rt-transports-http-2.3.1.jar

[WARNING] Unable to get resource 
'org.apache.cxf:cxf-rt-transports-http:jar:2.3.1' from repository ibiblio 
(http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: Access 
denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-rt-transports-http/2.3.1/cxf-rt-transports-http-2.3.1.jar
Downloading: 
http://download.java.net/maven/2//org/apache/cxf/cxf-rt-transports-http/2.3.1/cxf-rt-transports-http-2.3.1.jar
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/springframework/spring-web/3.0.5.RELEASE/spring-web-3.0.5.RELEASE.jar
[INFO] Unable to find resource 
'org.apache.cxf:cxf-rt-transports-http:jar:2.3.1' in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-transports-http/2.3.1/cxf-rt-transports-http-2.3.1.jar
[WARNING] Unable to get resource 
'org.springframework:spring-web:jar:3.0.5.RELEASE' from repository ibiblio 
(http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: Access 
denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/springframework/spring-web/3.0.5.RELEASE/spring-web-3.0.5.RELEASE.jar
Downloading: 
http://download.java.net/maven/2//org/springframework/spring-web/3.0.5.RELEASE/spring-web-3.0.5.RELEASE.jar
[INFO] Unable to find resource 
'org.springframework:spring-web:jar:3.0.5.RELEASE' in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/springframework/spring-web/3.0.5.RELEASE/spring-web-3.0.5.RELEASE.jar

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-rt-databinding-aegis/2.3.1/cxf-rt-databinding-aegis-2.3.1.jar

856K downloaded (jaxb-impl-2.1.13.jar)
[WARNING] Unable to get resource 'com.sun.xml.bind:jaxb-impl:jar:2.1.13' from 
repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): 
Authorization failed: Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/com/sun/xml/bind/jaxb-impl/2.1.13/jaxb-impl-2.1.13.jar.sha1
Downloading: 
http://download.java.net/maven/2//com/sun/xml/bind/jaxb-impl/2.1.13/jaxb-impl-2.1.13.jar
[WARNING] Unable to get resource 
'org.apache.cxf:cxf-rt-databinding-aegis:jar:2.3.1' from repository ibiblio 
(http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: Access 
denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-rt-databinding-aegis/2.3.1/cxf-rt-databinding-aegis-2.3.1.jar
Downloading: 
http://download.java.net/maven/2//org/apache/cxf/cxf-rt-databinding-aegis/2.3.1/cxf-rt-databinding-aegis-2.3.1.jar
[INFO] Unable to find resource 
'org.apache.cxf:cxf-rt-databinding-aegis:jar:2.3.1' in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-databinding-aegis/2.3.1/cxf-rt-databinding-aegis-2.3.1.jar

856K downloaded (jaxb-impl-2.1.13.jar)
225K downloaded (commons-beanutils-1.8.0.jar)
[WARNING] Unable to get resource 
'commons-beanutils:commons-beanutils:jar:1.8.0' from repository ibiblio 
(http://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: Access 
denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar.sha1
Downloading: 
http://download.java.net/maven/2//commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar
[INFO] Unable to find resource 'commons-beanutils:commons-beanutils:jar:1.8.0' 
in repository 
maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> 
(http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar

2630K downloaded (xmlbeans-2.4.0.jar)
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 29 source files to 
<https://builds.apache.org/job/oodt-trunk/ws/curator/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/oodt-trunk/ws/curator/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: 
<https://builds.apache.org/job/oodt-trunk/ws/curator/target/surefire-reports>

-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
Downloading: 
http://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream/1.2.2/xstream-1.2.2.pom

Downloading: 
http://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-parent/1.2.2/xstream-parent-1.2.2.pom

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/xpp3/xpp3_min/1.1.3.4.O/xpp3_min-1.1.3.4.O.pom
638b downloaded (xpp3_min-1.1.3.4.O.pom)
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-1/maven-filtering-1.0-beta-1.pom

Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/plexus/plexus-interpolation/1.2/plexus-interpolation-1.2.pom
2K downloaded (plexus-interpolation-1.2.pom)
Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/xpp3/xpp3_min/1.1.3.4.O/xpp3_min-1.1.3.4.O.jar
Downloading: 
http://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream/1.2.2/xstream-1.2.2.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-1/maven-filtering-1.0-beta-1.jar
Downloading: 
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.jar



Downloading: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/plexus/plexus-interpolation/1.2/plexus-interpolation-1.2.jar
24K downloaded (xpp3_min-1.1.3.4.O.jar)
35K downloaded (plexus-interpolation-1.2.jar)
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[cas-curator] in 
[<https://builds.apache.org/job/oodt-trunk/ws/curator/target/cas-curator-0.4-SNAPSHOT]>
[INFO] Processing war project
[INFO] Copying webapp 
resources[<https://builds.apache.org/job/oodt-trunk/ws/curator/src/main/webapp]>
[INFO] Webapp assembled in[365 msecs]
[INFO] Building war: 
<https://builds.apache.org/job/oodt-trunk/ws/curator/target/cas-curator-0.4-SNAPSHOT.war>
[INFO] Preparing javadoc:javadoc
[WARNING] Removing: javadoc from forked lifecycle, to prevent recursive 
invocation.
[INFO] No goals needed for project - skipping
[WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals 
<code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
[INFO] [javadoc:javadoc {execution: attach-javadocs}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
<https://builds.apache.org/job/oodt-trunk/ws/curator/target/cas-curator-0.4-SNAPSHOT.war>
 to 
<https://builds.apache.org/job/oodt-trunk/ws/.repository/org/apache/oodt/cas-curator/0.4-SNAPSHOT/cas-curator-0.4-SNAPSHOT.war>
[JENKINS] Archiving 
<https://builds.apache.org/job/oodt-trunk/ws/curator/pom.xml> to 
/home/hudson/hudson/jobs/oodt-trunk/modules/org.apache.oodt$cas-curator/builds/2012-05-07_00-17-03/archive/org.apache.oodt/cas-curator/0.4-SNAPSHOT/cas-curator-0.4-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/oodt-trunk/ws/curator/target/cas-curator-0.4-SNAPSHOT.war>
 to 
/home/hudson/hudson/jobs/oodt-trunk/modules/org.apache.oodt$cas-curator/builds/2012-05-07_00-17-03/archive/org.apache.oodt/cas-curator/0.4-SNAPSHOT/cas-curator-0.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building CAS PGE Adaptor Framework
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [remote-resources:process {execution: default}]
Downloading: 
http://repo1.maven.org/maven2/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom

Downloading: http://repo1.maven.org/maven2/net/sf/saxon/saxon/8.7/saxon-8.7.pom

Downloading: 
http://repo1.maven.org/maven2/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar

Downloading: http://repo1.maven.org/maven2/net/sf/saxon/saxon/8.7/saxon-8.7.jar

[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 20 source files to 
<https://builds.apache.org/job/oodt-trunk/ws/pge/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/oodt-trunk/ws/pge/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 8 source files to 
<https://builds.apache.org/job/oodt-trunk/ws/pge/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] 
<https://builds.apache.org/job/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java>:[131,51]
 cannot find symbol
symbol : class IArgumentMatcher
location: class org.apache.oodt.cas.pge.staging.TestFileStager
[ERROR] 
<https://builds.apache.org/job/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java>:[139,6]
 method does not override or implement a method from a supertype
[ERROR] 
<https://builds.apache.org/job/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java>:[147,6]
 method does not override or implement a method from a supertype
[ERROR] 
<https://builds.apache.org/job/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java>:[156,17]
 reportMatcher(org.easymock.IArgumentMatcher) in org.easymock.EasyMock cannot 
be applied to (org.apache.oodt.cas.pge.staging.TestFileStager.ProductIdMatcher)
[INFO] 4 errors
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/oodt-trunk/ws/pge/pom.xml> 
to 
/home/hudson/hudson/jobs/oodt-trunk/modules/org.apache.oodt$cas-pge/builds/2012-05-07_00-17-03/archive/org.apache.oodt/cas-pge/0.4-SNAPSHOT/cas-pge-0.4-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java>:[131,51]
 cannot find symbol
symbol : class IArgumentMatcher
location: class org.apache.oodt.cas.pge.staging.TestFileStager
<https://builds.apache.org/job/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java>:[139,6]
 method does not override or implement a method from a supertype
<https://builds.apache.org/job/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java>:[147,6]
 method does not override or implement a method from a supertype
<https://builds.apache.org/job/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java>:[156,17]
 reportMatcher(org.easymock.IArgumentMatcher) in org.easymock.EasyMock cannot 
be applied to (org.apache.oodt.cas.pge.staging.TestFileStager.ProductIdMatcher)

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18 minutes 2 seconds
[INFO] Finished at: Mon May 07 00:35:17 UTC 2012
[INFO] Final Memory: 119M/370M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: [email protected]<mailto:[email protected]>
channel stopped



---------------------------------------------------------------------
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, 
is for the sole use of the intended recipient(s) and may contain confidential
or legally privileged information. Any unauthorized review, use, disclosure
or distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this original 
message.  

---------------------------------------------------------------------

Reply via email to