It looks like you are trying to run is from trunk, but you haven't build it yet. Try going to your tuscany/sca folder and performing the following command
mvn -fae clean install After that, you can then create the eclipse project file with mvn -fae -Peclipse eclipse:eclipse Let me know if you still have problems after these steps. 2008/7/30 sleep651 <[EMAIL PROTECTED]>: > Dear Raymond Feng, > > I want to run the the example "store-mashup" in > tuscany\sca\tutorials\store\, but it is error. > Before, I can run all examples > in apache-tuscany-sca-1.2-incubating\tuscany-sca-1.2-incubating\tutorial > successfully. > And why do the former running (run store-mashup example) error? > > The mainly reason, in short I think, is that it can't download > the "org.apache.tuscany.sca:tuscany-sca-tools:pom:1.4-SNAPSHOT" when it ran. > > What I have done and detail error information as the following: > > Firstly, I entered into the directory tuscany\sca\tutorials\store\, then ran > "mvn eclipse:eclipse" and "mvn", I got the same feedback (error > information): > -------------------------------------------------------------------------------- > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > GroupId: org.apache.tuscany.sca > ArtifactId: tuscany-sca-tools > Version: 1.4-SNAPSHOT > > Reason: Unable to download the artifact from any repository > > org.apache.tuscany.sca:tuscany-sca-tools:pom:1.4-SNAPSHOT > > from the specified remote repositories: > apache.incubator (http://people.apache.org/repo/m2-incubating-repository), > apache.ws.zone (http://ws.zones.apache.org/repository2), > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2), > codehaus-snapshot (http://snapshots.repository.codehaus.org), > ibiblio.net (http://www.ibiblio.net/pub/packages/maven2), > apache (http://people.apache.org/repo/m2-ibiblio-rsync-repository), > indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/) > -------------------------------------------------------------------------------- > > How can I run this example normally? If can, I want to get some documents or > website. Look forward to your reply! > > Best Wishes! > > sleep651 > > > > > > > > > > > > > 2008-07-31 > ________________________________ > sleep651 -- Luciano Resende Apache Tuscany Committer http://people.apache.org/~lresende http://lresende.blogspot.com/
