Hi,

For the 3 issues, there are different causes:

1) interface-java-jaxws: Known issue, see http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/200802.mbox/[EMAIL PROTECTED]

We can probably try to use the fixed version of the JAXWS API 2.1-1 pom at:
http://repo1.maven.org/maven2/javax/xml/ws/jaxws-api/2.1-1/jaxws-api-2.1-1.pom.
It means that we change the version of jaxws-api to 2.1-1 in pom.xml.

The part that I'm not so sure is if the 3rd party library may reference
jaxws-api-2.1.

2) extensibility-eclipse: It works for me and the continumm build. There might be bad pom.xml in one of the repos.

3) binding-gdata-runtime-gsoc: It works for me on Windows but it fails in the continumm build too.

Thanks,
Raymond
--------------------------------------------------
From: "Simon Nash" <[EMAIL PROTECTED]>
Sent: Monday, August 04, 2008 3:40 PM
To: <[email protected]>
Subject: Build failure in interface-java-jaxws (was Re: Build failure in binding-gdata-runtime-gsoc (was Re: Build failure in modules/extensibility-eclipse))

Simon Nash wrote:
Luciano Resende wrote:
Have you tried to use :
   mvn -U clean install

It worked for me under revision 682272.

I tried this on the failing module, and I got the same error.

I then tried this on a top-level build, and I got a different error in
binding-gdata-runtime-gsoc (apparently before the build reached
extensibility-eclipse).  I tried svn up but this did not make any
difference.  Here's the error that I'm seeing now:

testClientDelete(org.apache.tuscany.sca.binding.gdata.GoogleBloggerServiceTestCa se) Time elapsed: 2.031 sec <<< ERROR! org.osoa.sca.ServiceRuntimeException: com.google.gdata.util.ResourceNotFoundExce
ption: Not Found
Resource not found

at org.apache.tuscany.sca.binding.gdata.provider.GdataBindingInvoker$Get
Invoker.invoke(GdataBindingInvoker.java:113)
at org.apache.tuscany.sca.core.databinding.wire.PassByValueInterceptor.i
nvoke(PassByValueInterceptor.java:107)
at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
KInvocationHandler.java:287)
at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
KInvocationHandler.java:154)
        at $Proxy7.get(Unknown Source)
at org.apache.tuscany.sca.binding.gdata.CustomerClientImpl.clientGetEntr
y(CustomerClientImpl.java:57)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementat
ionInvoker.invoke(JavaImplementationInvoker.java:132)
at org.apache.tuscany.sca.binding.sca.impl.SCABindingInvoker.invoke(SCAB
indingInvoker.java:61)
at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
KInvocationHandler.java:287)
at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
KInvocationHandler.java:154)
        at $Proxy6.clientGetEntry(Unknown Source)
at org.apache.tuscany.sca.binding.gdata.GoogleBloggerServiceTestCase.tes
tClientDelete(GoogleBloggerServiceTestCase.java:120)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:168)
        at junit.framework.TestCase.runBare(TestCase.java:134)
        at junit.framework.TestResult$1.protect(TestResult.java:110)
        at junit.framework.TestResult.runProtected(TestResult.java:128)
        at junit.framework.TestResult.run(TestResult.java:113)
        at junit.framework.TestCase.run(TestCase.java:124)
        at junit.framework.TestSuite.runTest(TestSuite.java:232)
        at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.
java:35)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.
java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes
tSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Ab
stractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su
refireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.j
ava:879)
Caused by: com.google.gdata.util.ResourceNotFoundException: Not Found
Resource not found

at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Unk
nown Source)
at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(U
nknown Source)
at com.google.gdata.client.http.HttpGDataRequest.checkResponse(Unknown S
ource)
at com.google.gdata.client.http.HttpGDataRequest.execute(Unknown Source)

at com.google.gdata.client.http.GoogleGDataRequest.execute(Unknown Sourc
e)
        at com.google.gdata.client.Service.getEntry(Unknown Source)
        at com.google.gdata.client.GoogleService.getEntry(Unknown Source)
        at com.google.gdata.client.Service.getEntry(Unknown Source)
at org.apache.tuscany.sca.binding.gdata.provider.GdataBindingInvoker$Get
Invoker.invoke(GdataBindingInvoker.java:108)
        ... 38 more

Any suggestions for how to resolve this would be much appreciated.

  Simon

I tried deleting and rebuilding my local maven repo just in case
something was messed up there.  Now I'm getting a third different
failure (is this a record?) from interface-java-jaxws.  It's
definitely time to go to bed and try again tomorrow morning in the
hope that all of this evening's troubles were just a bad dream.

Is anyone else seeing any of the 3 problems that I have experienced?

The latest failure is as follows:

[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany Java Interface for JAXWS
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory F:\tuscany78\sca\modules\interface-java-jaxws\target
[INFO] [dependency:copy {execution: copy}]
[INFO] Configured Artifact: javax.xml.ws:jaxws-api:2.1:jar
[INFO] Configured Artifact: javax.xml.bind:jaxb-api:2.1:jar
[INFO] Copying jaxws-api-2.1.jar to F:\tuscany78\sca\modules\interface-java-jaxw
s\target\endorsed\jaxws-api-2.1.jar
[INFO] Copying jaxb-api-2.1.jar to F:\tuscany78\sca\modules\interface-java-jaxws
\target\endorsed\jaxb-api-2.1.jar
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: F:\tuscany78\sca\modules\interface-java-jaxws\targ
et\jaxws-source added.
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 8 source files to F:\tuscany78\sca\modules\interface-java-jaxws
\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[28,17] package javax.jws d
oes not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[29,17] package javax.jws d
oes not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[31,17] package java
x.jws does not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[32,17] package java
x.jws does not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[33,17] package java
x.jws does not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[34,17] package java
x.jws does not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[35,17] package java
x.jws does not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[36,22] package java
x.jws.soap does not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[37,34] package java
x.jws.soap.SOAPBinding does not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[78,20] cannot find symbol
symbol  : class WebParam
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.WrapperBeanGenera
tor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[78,76] cannot find symbol
symbol  : class WebParam
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.WrapperBeanGenera
tor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[82,28] package WebParam do
es not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[82,49] package WebParam do
es not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[90,44] package WebParam do
es not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[90,77] package WebParam do
es not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[137,20] cannot find symbol

symbol  : class WebParam
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.WrapperBeanGenera
tor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[137,69] cannot find symbol

symbol  : class WebParam
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.WrapperBeanGenera
tor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[139,76] package WebParam d
oes not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[167,16] cannot find symbol

symbol  : class WebResult
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.WrapperBeanGenera
tor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\WrapperBeanGenerator.java:[167,54] cannot find symbol

symbol  : class WebResult
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.WrapperBeanGenera
tor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[96,8] cannot find s
ymbol
symbol  : class WebService
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[96,52] cannot find
symbol
symbol  : class WebService
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[111,8] cannot find
symbol
symbol  : class SOAPBinding
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[111,54] cannot find
 symbol
symbol  : class SOAPBinding
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[119,12] cannot find
 symbol
symbol  : class SOAPBinding
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[119,65] cannot find
 symbol
symbol  : class SOAPBinding
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[127,72] package SOA
PBinding does not exist

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[130,61] cannot find
 symbol
symbol  : variable Style
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[135,12] cannot find
 symbol
symbol  : class WebMethod
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[135,55] cannot find
 symbol
symbol  : class WebMethod
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[148,12] cannot find
 symbol
symbol  : class Oneway
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[148,49] cannot find
 symbol
symbol  : class Oneway
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[158,20] cannot find
 symbol
symbol  : class WebParam
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[158,62] cannot find
 symbol
symbol  : class WebParam
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[170,16] cannot find
 symbol
symbol  : class WebResult
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[170,56] cannot find
 symbol
symbol  : class WebResult
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[263,20] cannot find
 symbol
symbol  : class WebParam
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[263,62] cannot find
 symbol
symbol  : class WebParam
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[278,16] cannot find
 symbol
symbol  : class WebResult
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor

F:\tuscany78\sca\modules\interface-java-jaxws\src\main\java\org\apache\tuscany\s
ca\interfacedef\java\jaxws\JAXWSJavaInterfaceProcessor.java:[278,56] cannot find
 symbol
symbol  : class WebResult
location: class org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfac
eProcessor


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 23 seconds
[INFO] Finished at: Mon Aug 04 23:33:46 BST 2008
[INFO] Final Memory: 93M/303M
[INFO] ------------------------------------------------------------------------

  Simon

On Mon, Aug 4, 2008 at 1:50 PM, Simon Nash <[EMAIL PROTECTED]> wrote:
I did a complete checkout and build from the latest trunk.  The build
failed with the following error.  Rerunning the build gave the same
error, so it's not a transient maven repo problem.  Any ideas?

 Simon

[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Extensibility for Eclipse Equinox
[INFO]    task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/eclipse/
osgi/3.3.0-v20070530/osgi-3.3.0-v20070530.pom
Downloading:
http://ws.zones.apache.org/repository2/org/eclipse/osgi/3.3.0-v2007
0530/osgi-3.3.0-v20070530.pom
Downloading:
http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//org/eclipse
/osgi/3.3.0-v20070530/osgi-3.3.0-v20070530.pom
Downloading:
http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/org/eclipse/osgi
/3.3.0-v20070530/osgi-3.3.0-v20070530.pom
Downloading:
http://repo1.maven.org/maven2/org/eclipse/osgi/3.3.0-v20070530/osgi
-3.3.0-v20070530.pom
399b downloaded
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/eclipse/
core/runtime/3.3.100-v20070530/runtime-3.3.100-v20070530.pom
Downloading:
http://ws.zones.apache.org/repository2/org/eclipse/core/runtime/3.3
.100-v20070530/runtime-3.3.100-v20070530.pom
Downloading:
http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//org/eclipse
/core/runtime/3.3.100-v20070530/runtime-3.3.100-v20070530.pom
Downloading:
http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/org/eclipse/core
/runtime/3.3.100-v20070530/runtime-3.3.100-v20070530.pom
Downloading:
http://repo1.maven.org/maven2/org/eclipse/core/runtime/3.3.100-v200
70530/runtime-3.3.100-v20070530.pom
1K downloaded
[INFO] artifact org.eclipse:osgi: checking for updates from apache.incubator [INFO] artifact org.eclipse:osgi: checking for updates from apache.ws.zone
[INFO] artifact org.eclipse:osgi: checking for updates from indiana
[INFO] artifact org.eclipse:osgi: checking for updates from osuosl.org
[INFO] artifact org.eclipse:osgi: checking for updates from central
[INFO] artifact org.eclipse.equinox:common: checking for updates from
apache.inc
ubator
[INFO] artifact org.eclipse.equinox:common: checking for updates from
apache.ws.
zone
[INFO] artifact org.eclipse.equinox:common: checking for updates from
indiana
[INFO] artifact org.eclipse.equinox:common: checking for updates from
osuosl.org

[INFO] artifact org.eclipse.equinox:common: checking for updates from
central
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/eclipse/
equinox/common/3.3.0-v20070426/common-3.3.0-v20070426.pom
Downloading:
http://ws.zones.apache.org/repository2/org/eclipse/equinox/common/3
.3.0-v20070426/common-3.3.0-v20070426.pom
Downloading:
http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//org/eclipse
/equinox/common/3.3.0-v20070426/common-3.3.0-v20070426.pom
Downloading:
http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/org/eclipse/equi
nox/common/3.3.0-v20070426/common-3.3.0-v20070426.pom
Downloading:
http://repo1.maven.org/maven2/org/eclipse/equinox/common/3.3.0-v200
70426/common-3.3.0-v20070426.pom
418b downloaded
[INFO] artifact org.eclipse.core:jobs: checking for updates from
apache.incubato
r
[INFO] artifact org.eclipse.core:jobs: checking for updates from
apache.ws.zone
[INFO] artifact org.eclipse.core:jobs: checking for updates from indiana [INFO] artifact org.eclipse.core:jobs: checking for updates from osuosl.org [INFO] artifact org.eclipse.core:jobs: checking for updates from central
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/eclipse/
core/jobs/3.3.0-v20070423/jobs-3.3.0-v20070423.pom
Downloading:
http://ws.zones.apache.org/repository2/org/eclipse/core/jobs/3.3.0-
v20070423/jobs-3.3.0-v20070423.pom
Downloading:
http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//org/eclipse
/core/jobs/3.3.0-v20070423/jobs-3.3.0-v20070423.pom
Downloading:
http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/org/eclipse/core
/jobs/3.3.0-v20070423/jobs-3.3.0-v20070423.pom
Downloading:
http://repo1.maven.org/maven2/org/eclipse/core/jobs/3.3.0-v20070423
/jobs-3.3.0-v20070423.pom
605b downloaded
[INFO] artifact org.eclipse.equinox:registry: checking for updates from
apache.i
ncubator
[INFO] artifact org.eclipse.equinox:registry: checking for updates from
apache.w
s.zone
[INFO] artifact org.eclipse.equinox:registry: checking for updates from
indiana
[INFO] artifact org.eclipse.equinox:registry: checking for updates from
osuosl.o
rg
[INFO] artifact org.eclipse.equinox:registry: checking for updates from
central
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/eclipse/
equinox/registry/3.3.0-v20070522/registry-3.3.0-v20070522.pom
Downloading:
http://ws.zones.apache.org/repository2/org/eclipse/equinox/registry
/3.3.0-v20070522/registry-3.3.0-v20070522.pom
Downloading:
http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//org/eclipse
/equinox/registry/3.3.0-v20070522/registry-3.3.0-v20070522.pom
Downloading:
http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/org/eclipse/equi
nox/registry/3.3.0-v20070522/registry-3.3.0-v20070522.pom
Downloading:
http://repo1.maven.org/maven2/org/eclipse/equinox/registry/3.3.0-v2
0070522/registry-3.3.0-v20070522.pom
616b downloaded
[INFO] artifact org.eclipse.equinox:preferences: checking for updates from
apach
e.incubator
[INFO] artifact org.eclipse.equinox:preferences: checking for updates from
apach
e.ws.zone
[INFO] artifact org.eclipse.equinox:preferences: checking for updates from
india
na
[INFO] artifact org.eclipse.equinox:preferences: checking for updates from
osuos
l.org
[INFO] artifact org.eclipse.equinox:preferences: checking for updates from
centr
al
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/eclipse/
equinox/preferences/3.2.100-v20070522/preferences-3.2.100-v20070522.pom
Downloading:
http://ws.zones.apache.org/repository2/org/eclipse/equinox/preferen
ces/3.2.100-v20070522/preferences-3.2.100-v20070522.pom
Downloading:
http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//org/eclipse
/equinox/preferences/3.2.100-v20070522/preferences-3.2.100-v20070522.pom
Downloading:
http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/org/eclipse/equi
nox/preferences/3.2.100-v20070522/preferences-3.2.100-v20070522.pom
Downloading:
http://repo1.maven.org/maven2/org/eclipse/equinox/preferences/3.2.1
00-v20070522/preferences-3.2.100-v20070522.pom
815b downloaded
[INFO] artifact org.eclipse.core:contenttype: checking for updates from
apache.i
ncubator
[INFO] artifact org.eclipse.core:contenttype: checking for updates from
apache.w
s.zone
[INFO] artifact org.eclipse.core:contenttype: checking for updates from
indiana
[INFO] artifact org.eclipse.core:contenttype: checking for updates from
osuosl.o
rg
[INFO] artifact org.eclipse.core:contenttype: checking for updates from
central
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/eclipse/
core/contenttype/3.2.100-v20070319/contenttype-3.2.100-v20070319.pom
Downloading:
http://ws.zones.apache.org/repository2/org/eclipse/core/contenttype
/3.2.100-v20070319/contenttype-3.2.100-v20070319.pom
Downloading:
http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//org/eclipse
/core/contenttype/3.2.100-v20070319/contenttype-3.2.100-v20070319.pom
Downloading:
http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/org/eclipse/core
/contenttype/3.2.100-v20070319/contenttype-3.2.100-v20070319.pom
Downloading:
http://repo1.maven.org/maven2/org/eclipse/core/contenttype/3.2.100-
v20070319/contenttype-3.2.100-v20070319.pom
938b downloaded
[INFO] artifact org.eclipse.equinox:app: checking for updates from
apache.incuba
tor
[INFO] artifact org.eclipse.equinox:app: checking for updates from
apache.ws.zon
e
[INFO] artifact org.eclipse.equinox:app: checking for updates from indiana
[INFO] artifact org.eclipse.equinox:app: checking for updates from
osuosl.org
[INFO] artifact org.eclipse.equinox:app: checking for updates from central
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Couldn't find a version in [1.0.0-v20070606] to match range [1.0.0,2.0.0)
 org.eclipse.equinox:app:jar:null

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 apache.ws.zone (http://ws.zones.apache.org/repository2),
apache.incubator (http://people.apache.org/repo/m2-incubating-repository), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2),
 indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/)


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 13 minutes 7 seconds
[INFO] Finished at: Mon Aug 04 14:34:44 BST 2008
[INFO] Final Memory: 126M/368M
[INFO]
------------------------------------------------------------------------








Reply via email to