On Tue, Aug 24, 2010 at 12:47 AM, Simon Laws <[email protected]> wrote: > On full build this morning (mvn -fae) I'm seeing the following. Is a > manual install expected for this? > > > [INFO] > ------------------------------------------------------------------------ > [INFO] Error for project: Apache Tuscany SCA Python Implementation Extension > (du > ring install) > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.python:jython:jar:2.5.2 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.python -DartifactId=jython > -Dversio > n=2.5.2 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=org.python -DartifactId=jython > -Dversion= > 2.5.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) > org.apache.tuscany.sca:tuscany-implementation-python-runtime:jar:2.0- > SNAPSHOT > 2) org.python:jython:jar:2.5.2 > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.tuscany.sca:tuscany-implementation-python-runtime:jar:2.0-SNAPSHOT > > from the specified remote repositories: > apache.snapshots (http://repository.apache.org/snapshots), > indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/), > java.net (http://download.java.net/maven/1), > ibiblio.org (http://mirrors.ibiblio.org/pub/mirrors/maven2), > intalio.org (http://www.intalio.org/public/maven2), > tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven), > apache.incubator (http://people.apache.org/repo/m2-incubating-repository), > java.net2 (http://download.java.net/maven/2), > apache.ws.zone (http://ws.zones.apache.org/repository2), > osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2) > >
I just tried a build with latest code and didn't see this problem, although I see some itests failures around itest/jms/oneway-nocf -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
