Return-Path: X-Original-To: apmail-oodt-dev-archive@www.apache.org Delivered-To: apmail-oodt-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC0429F67 for ; Mon, 7 May 2012 23:35:02 +0000 (UTC) Received: (qmail 77094 invoked by uid 500); 7 May 2012 23:35:02 -0000 Delivered-To: apmail-oodt-dev-archive@oodt.apache.org Received: (qmail 77053 invoked by uid 500); 7 May 2012 23:35:02 -0000 Mailing-List: contact dev-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oodt.apache.org Delivered-To: mailing list dev@oodt.apache.org Received: (qmail 77045 invoked by uid 99); 7 May 2012 23:35:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2012 23:35:02 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of holenoter@me.com designates 17.172.220.236 as permitted sender) Received: from [17.172.220.236] (HELO st11p02mm-asmtpout001.mac.com) (17.172.220.236) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2012 23:34:57 +0000 MIME-version: 1.0 Content-type: multipart/alternative; boundary="Boundary_(ID_HZV6KrdLXs7pnLoVnmqG4Q)" Received: from st11p02mm-spool001.mac.com ([17.172.220.246]) by st11p02mm-asmtp001.mac.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTP id <0M3O0005LETMX030@st11p02mm-asmtp001.mac.com> for dev@oodt.apache.org; Mon, 07 May 2012 23:34:36 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7580,1.0.260,0.0.0000 definitions=2012-05-07_05:2012-05-07,2012-05-07,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1205070311 Received: from localhost ([17.172.220.222]) by st11p02mm-spool001.mac.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTP id <0M3O00L2VETMYK80@st11p02mm-spool001.mac.com> for dev@oodt.apache.org; Mon, 07 May 2012 23:34:34 +0000 (GMT) To: dev@oodt.apache.org From: Brian Foster Subject: Re: Build failed in Jenkins: oodt-trunk #447 Date: Mon, 07 May 2012 23:34:33 +0000 (GMT) X-Mailer: MobileMe Mail (1I09.7849) X-Originating-IP: [74.125.59.129] Message-id: <6088f705-fda8-485a-e161-dd70b2a828f6@me.com> In-reply-to: X-Virus-Checked: Checked by ClamAV on apache.org --Boundary_(ID_HZV6KrdLXs7pnLoVnmqG4Q) Content-type: text/plain; CHARSET=US-ASCII; format=flowed Content-transfer-encoding: 7BIT thanks ricky... good call!... fixed and checked in! -brian On May 07, 2012, at 04:21 PM, "Nguyen, Ricky" wrote: 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, > > 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 > wrote: See ------------------------------------------ [...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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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 [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory [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: ------------------------------------------------------- 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 [ [INFO] Processing war project [INFO] Copying webapp resources[ [INFO] Webapp assembled in[365 msecs] [INFO] Building 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 javadoc:aggregate and javadoc:test-aggregate instead. [INFO] [javadoc:javadoc {execution: attach-javadocs}] [INFO] [install:install {execution: default-install}] [INFO] Installing to [JENKINS] Archiving 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 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 [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory [INFO] Copying 3 resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Compiling 8 source files to [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] :[131,51] cannot find symbol symbol : class IArgumentMatcher location: class org.apache.oodt.cas.pge.staging.TestFileStager [ERROR] :[139,6] method does not override or implement a method from a supertype [ERROR] :[147,6] method does not override or implement a method from a supertype [ERROR] :[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 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 :[131,51] cannot find symbol symbol : class IArgumentMatcher location: class org.apache.oodt.cas.pge.staging.TestFileStager :[139,6] method does not override or implement a method from a supertype :[147,6] method does not override or implement a method from a supertype :[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: dev@oodt.apache.org 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. --------------------------------------------------------------------- --Boundary_(ID_HZV6KrdLXs7pnLoVnmqG4Q) Content-type: multipart/related; boundary="Boundary_(ID_S4J6XIbgzw4DmHvlMDXVaQ)"; type="text/html" --Boundary_(ID_S4J6XIbgzw4DmHvlMDXVaQ) Content-type: text/html; CHARSET=US-ASCII Content-transfer-encoding: quoted-printable

thanks ricky... good call!... fixed and checked in!

-brian

On May 07, 2012, at 04:21 PM, "Nguyen= , Ricky" <rnguyen@chla.usc.edu> wrote:

Curious.. = I took a look at this too.
My guess is that the static import:
import static org.apache.oodt.cas.pge.staging.TestFileStager.ProductIdMa= tcher.eqProductId;

is trying to load the static nested class defi= nition. But, the import of org.easymock.IArgumentMatcher hasn't occurred y= et. If you move "import org.easymock.IArgumentMatcher" before the static i= mport, things should work. Or just remove the static import altogether.
-Ricky

On May 7, 2012, at 3:34 PM, <holenoter@me.co= m<mailto:holenoter@me.com>>
<holenoter@me.= com<mailto:holenoter@me.com>> wrote:

Hey guy= s,

I figured out why this is failing... really weird... i have th= e following:

...
import org.easymock.IArgumentMatcher;
..= .
public class TestFileStager extends TestCase {
...
public st= atic class ProductIdMatcher implements IArgumentMatcher {
...
} }

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

impor= t org.easymock.IArgumentMatcher;
...
public class TestFileStager e= xtends TestCase {
...
public static class ProductIdMatcher impleme= nts org.easymock.IArgumentMatcher {
...
}
}

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

-brian

On May 06, 2012, at 05:35 PM, Apache Jenk= ins Server <jenkins@builds.apache.org<mailto= :jenkins@builds.apache.org>> wrote:
See <https://builds.= apache.org/job/oodt-trunk/447/>

--------------------------= ----------------
[...truncated 6610 lines...]
56K downloaded (comm= ons-fileupload-1.2.1.jar)
Downloading: http://mirrors.ibibli= o.org/pub/mirrors/maven2/com/sun/xml/bind/jaxb-impl/2.1.13/jaxb-impl-2.1.1= 3.jar
148K downloaded (json-lib-2.3-jdk15.jar)
70K downloaded = (jettison-1.2.jar)
[WARNING] *** CHECKSUM FAILED - Error retrieving ch= ecksum file for net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar - IGNO= RING
Downloading: = http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-collections/commons-= collections/3.2.1/commons-collections-3.2.1.jar
45K downloaded (js= r311-api-1.1.1.jar)
Downloading: http://mirrors.ibiblio.org/pub/mirrors/ma= ven2/org/apache/neethi/neethi/2.0.4/neethi-2.0.4.jar
[WARNING] Una= ble to get resource 'org.apache.neethi:neethi:jar:2.0.4' from repository i= biblio (http://mirrors.ibi= blio.org/pub/mirrors/maven2): Authorization failed: Access denied to: = http= ://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/neethi/neethi/2.0.4/n= eethi-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:jsr= 311-api:jar:1.1.1' from repository ibiblio (http://mirrors.ibiblio.org/pub/mirrors/maven2): Auth= orization failed: Access denied to: http://mirrors.ibiblio.org/p= ub/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/ne= ethi/neethi/2.0.4/neethi-2.0.4.jar
45K downloaded (jsr311-api-1.1.= 1.jar)
Downloading: ht= tp://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 fail= ed: 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 fi= nd resource 'wsdl4j:wsdl4j:jar:1.6.2' in repository maven2-repository.dev.= java.net<http://maven2-repository.dev.j= ava.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 re= source 'net.sf.ezmorph:ezmorph:jar:1.0.6' from repository ibiblio (http://mirrors.ibiblio.org/pub/mi= rrors/maven2): Authorization failed: Access denied to: http://mirrors.ibibli= o.org/pub/mirrors/maven2/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar
Downloading:
http://down= load.java.net/maven/2//net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar<= br> [INFO] Unable to find resource 'net.sf.ezmorph:ezmorph:jar:1.0.6' in r= epository maven2-repository.dev.java.net<http://maven2-repository.dev.java.net> (h= ttp://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-beanutil= s/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar

Downloa= ding: 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:XmlS= chema:jar:1.4.7' from repository ibiblio (
http://mirrors.ibiblio.org/pub/mirrors/maven2): Author= ization failed: Access denied to: http://mir= rors.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/)
Downloa= ding: 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/o= rg/apache/cxf/cxf-rt-frontend-jaxrs/2.3.1/cxf-rt-frontend-jaxrs-2.3.1.jar<= /a>
[WARNING] Unable to get resource 'org.apache.cxf:cxf-rt-frontend-j= axrs:jar:2.3.1' from repository ibiblio (
http://mirrors.ibiblio.org/pub/mirrors/maven2): Authori= zation 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
Downloadin= g: http://download.java.net/maven/2//org/apache/= cxf/cxf-rt-frontend-jaxrs/2.3.1/cxf-rt-frontend-jaxrs-2.3.1.jar
[I= NFO] 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/mirro= rs/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<= /a>): Authorization failed: Access denied to: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/code= haus/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<= br> [INFO] Unable to find resource 'org.codehaus.woodstox:woodstox-core-as= l: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-c= ore-asl/4.0.8/woodstox-core-asl-4.0.8.jar

Downloading: http://m= irrors.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): Authoriza= tion 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/mave= n/2//commons-io/commons-io/1.3.2/commons-io-1.3.2.jar
[INFO] Unabl= e to find resource 'commons-io:commons-io:jar:1.3.2' in repository maven2-= repository.dev.java.net<http://maven2-r= epository.dev.java.net> (http://download.ja= va.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-co= mmon-utilities/2.3.1/cxf-common-utilities-2.3.1.jar
[WARNING] Unab= le to get resource 'org.apache.cxf:cxf-common-utilities:jar:2.3.1' from re= pository ibiblio (http://m= irrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: Access d= enied to: http://mirrors.ibi= blio.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/cx= f-common-utilities-2.3.1.jar
[INFO] Unable to find resource 'org.a= pache.cxf:cxf-common-utilities:jar:2.3.1' in repository maven2-repository.= dev.java.net<http://maven2-repository.d= ev.java.net> (http://download.java.net/mave= n/2/)
Downloading: http://repo1.maven.org/maven2/org= /apache/cxf/cxf-common-utilities/2.3.1/cxf-common-utilities-2.3.1.jar<= br>
Downloading: http://mirrors.ibiblio.org/pub/mirro= rs/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 fail= ed: Access denied to: http://mirrors.ibiblio.org/pub/mirro= rs/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.codeh= aus.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://mirrors= .ibiblio.org/pub/mirrors/maven2/org/apache/geronimo/specs/geronimo-javamai= l_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar
[WARNING] Un= able 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): Authorizati= on 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.ja= va.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 resour= ce 'org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7.1' in rep= ository maven2-repository.dev.java.net<= http://maven2-repository.dev.java.net> (htt= p://download.java.net/maven/2/)
Downloading: http://repo1.maven.org/maven2/org/a= pache/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/mirror= s/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.ib= iblio.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-ap= i-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/c= xf/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 fail= ed: Access denied to: http://mirrors= .ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-common-schemas/2.3.1/cx= f-common-schemas-2.3.1.jar
Downloading: http://downl= oad.java.net/maven/2//org/apache/cxf/cxf-common-schemas/2.3.1/cxf-common-s= chemas-2.3.1.jar
[INFO] Unable to find resource 'org.apache.cxf:cx= f-common-schemas:jar:2.3.1' in repository maven2-repository.dev.java.net&l= t;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/mirro= rs/maven2): Authorization failed: Access denied to: http://m= irrors.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 res= ource 'org.apache.cxf:cxf-rt-core:jar:2.3.1' in repository maven2-reposito= ry.dev.java.net<http://maven2-repositor= y.dev.java.net> (http://download.java.net/m= aven/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: Acces= s denied to: http://mirrors.ibib= lio.org/pub/mirrors/maven2/org/apache/cxf/cxf-rt-bindings-xml/2.3.1/cxf-rt= -bindings-xml-2.3.1.jar
Downloading: http://down= load.java.net/maven/2//org/apache/cxf/cxf-rt-bindings-xml/2.3.1/cxf-rt-bin= dings-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:j= ar: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/comm= ons-collections-3.2.1.jar.sha1
Downloading: http://download.java.net/maven/2//commons-collections/commons-collec= tions/3.2.1/commons-collections-3.2.1.jar

[INFO] Unable to fi= nd resource 'commons-collections:commons-collections:jar:3.2.1' in reposit= ory 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/com= mons-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.j= ar

[WARNING] Unable to get resource 'org.apache.cxf:cxf-rt-tr= ansports-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/ap= ache/cxf/cxf-rt-transports-http/2.3.1/cxf-rt-transports-http-2.3.1.jar=
Downloading: http://download.java.net/m= aven/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/sp= ring-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 repo= sitory maven2-repository.dev.java.net<h= ttp://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/mirro= rs/maven2/org/springframework/spring-web/3.0.5.RELEASE/spring-web-3.0.5.RE= LEASE.jar
Downloading: http://download.jav= a.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.ne= t<http://maven2-repository.dev.java.net= > (http://download.java.net/maven/2/) Downloading: http://repo1.maven.org/maven2/org/springfr= amework/spring-web/3.0.5.RELEASE/spring-web-3.0.5.RELEASE.jar

= Downloading: http://mirrors.ibiblio.org/pub/mirrors/= maven2): Authorization failed: Access denied to: h= ttp://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//co= m/sun/xml/bind/jaxb-impl/2.1.13/jaxb-impl-2.1.13.jar
[WARNING] Una= ble to get resource 'org.apache.cxf:cxf-rt-databinding-aegis:jar:2.3.1' fr= om repository ibiblio (htt= p://mirrors.ibiblio.org/pub/mirrors/maven2): Authorization failed: Acc= ess denied to: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cxf/cxf-rt-dat= abinding-aegis/2.3.1/cxf-rt-databinding-aegis-2.3.1.jar
Downloadin= g: 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-data= binding-aegis:jar:2.3.1' in repository maven2-repository.dev.java.net<<= a href=3D"http://maven2-repository.dev.java.net" data-mce-href=3D"http://m= aven2-repository.dev.java.net">http://maven2-repository.dev.java.net&g= t; (http://download.java.net/maven/2/)
Dow= nloading: http://repo1.maven.org/maven2/org/a= pache/cxf/cxf-rt-databinding-aegis/2.3.1/cxf-rt-databinding-aegis-2.3.1.ja= r

856K downloaded (jaxb-impl-2.1.13.jar)
225K downloaded = (commons-beanutils-1.8.0.jar)
[WARNING] Unable to get resource 'common= s-beanutils:commons-beanutils:jar:1.8.0' from repository ibiblio (http://mirrors.ibiblio.org/pub/mirro= rs/maven2): Authorization failed: Access denied to: http://mirrors.ibiblio.org/pub/mirrors/mav= en2/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] Copy= ing 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/targe= t/classes>
[INFO] [resources:testResources {execution: default-= testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resourc= es.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/oodt-trunk/ws/curator/src/test/resource= s>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile = {execution: default-testCompile}]
[INFO] Nothing to compile - all clas= ses 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-report= s>

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

Results :

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

[JENKINS] Recording test resul= ts
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_m= in-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/mave= n2/org/codehaus/plexus/plexus-interpolation/1.2/plexus-interpolation-1.2.p= om
2K downloaded (plexus-interpolation-1.2.pom)
Downloading: <= a href=3D"http://mirrors.ibiblio.org/pub/mirrors/maven2/xpp3/xpp3_min/1.1.= 3.4.O/xpp3_min-1.1.3.4.O.jar" data-mce-href=3D"http://mirrors.ibiblio.org/= pub/mirrors/maven2/xpp3/xpp3_min/1.1.3.4.O/xpp3_min-1.1.3.4.O.jar">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/xstr= eam/1.2.2/xstream-1.2.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-filteri= ng/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<= /a>



Downloading:
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/plexu= s/plexus-interpolation/1.2/plexus-interpolation-1.2.jar
24K downlo= aded (xpp3_min-1.1.3.4.O.jar)
35K downloaded (plexus-interpolation-1.2= .jar)
[INFO] [war:war {execution: default-war}]
[INFO] Packaging w= ebapp
[INFO] Assembling webapp[cas-curator] in [<https://builds.apache.org/job/oodt-trunk/w= s/curator/target/cas-curator-0.4-SNAPSHOT]>
[INFO] Processing w= ar 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 ne= eded for project - skipping
[WARNING] DEPRECATED [aggregate]: since 2.= 5. Use the goals <code>javadoc:aggregate</code> and <code&g= t;javadoc:test-aggregate</code> instead.
[INFO] [javadoc:javadoc= {execution: attach-javadocs}]
[INFO] [install:install {execution: def= ault-install}]
[INFO] Installing <https://builds.apache.org/job/oodt-trunk/ws/curat= or/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.apa= che.org/job/oodt-trunk/ws/curator/pom.xml> to /home/hudson/hudson/j= obs/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-SNAPS= HOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/oodt-trunk/ws/curator/ta= rget/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/arch= ive/org.apache.oodt/cas-curator/0.4-SNAPSHOT/cas-curator-0.4-SNAPSHOT.war<= br> [INFO] ---------------------------------------------------------------= ---------
[INFO] Building CAS PGE Adaptor Framework
[INFO] task-se= gment: [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/s= axon/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/m= aven2/net/sf/saxon/saxon/8.7/saxon-8.7.jar

[INFO] [resources:= resources {execution: default-resources}]
[INFO] Using 'UTF-8' encodin= g to copy filtered resources.
[INFO] Copying 14 resources
[INFO] C= opying 3 resources
[INFO] [compiler:compile {execution: default-compil= e}]
[INFO] Compiling 20 source files to <https://builds.apa= che.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 resour= ceDirectory <https://builds.apache.org/job/oodt-trunk/w= s/pge/src/test/resources>
[INFO] Copying 3 resources
[INFO]= [compiler:testCompile {execution: default-testCompile}]
[INFO] Compil= ing 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 IArgumentMatch= er
location: class org.apache.oodt.cas.pge.staging.TestFileStager
= [ERROR] <https://builds.apache.org/job/oodt-tr= unk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java>:[139,6] method does not override or implement a method from a supert= ype
[ERROR] <
https://builds.apache.org/jo= b/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileStage= r.java>:[147,6] method does not override or implement a method from= a supertype
[ERROR] <https://builds.apac= he.org/job/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/Test= FileStager.java>:[156,17] reportMatcher(org.easymock.IArgumentMatch= er) 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> t= o /home/hudson/hudson/jobs/oodt-trunk/modules/org.apache.oodt$cas-pge/buil= ds/2012-05-07_00-17-03/archive/org.apache.oodt/cas-pge/0.4-SNAPSHOT/cas-pg= e-0.4-SNAPSHOT.pom
[INFO] --------------------------------------------= ----------------------------
[ERROR] BUILD FAILURE
[INFO] --------= ----------------------------------------------------------------
[INFO= ] Compilation failure

<https://build= s.apache.org/job/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/stagin= g/TestFileStager.java>:[131,51] cannot find symbol
symbol : cla= ss IArgumentMatcher
location: class org.apache.oodt.cas.pge.staging.Te= stFileStager
<https://builds.apache.org/j= ob/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileStag= er.java>:[139,6] method does not override or implement a method fro= m a supertype
<https://builds.apache.org/= job/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileSta= ger.java>:[147,6] method does not override or implement a method fr= om a supertype
<https://builds.apache.org= /job/oodt-trunk/ws/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileSt= ager.java>:[156,17] reportMatcher(org.easymock.IArgumentMatcher) in= org.easymock.EasyMock cannot be applied to (org.apache.oodt.cas.pge.stagi= ng.TestFileStager.ProductIdMatcher)

[INFO] ----------------------= --------------------------------------------------
[INFO] For more inf= ormation, 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: dev@oodt.apache.org<mailto:dev@oodt.apache.org>=
channel stopped



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

----------------------------------------------------------------= -----

= --Boundary_(ID_S4J6XIbgzw4DmHvlMDXVaQ)-- --Boundary_(ID_HZV6KrdLXs7pnLoVnmqG4Q)--