Yep, am on trunk.
I just did what you wrote and i have same result :( .

LOG ::


[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Shindig Project
[INFO]    task-segment: [jetty:run-war]
[INFO]
------------------------------------------------------------------------
[INFO] Preparing jetty:run-war
Downloading:
http://google-caja.googlecode.com/svn/maven/org/apache/shindig/shindig-gadgets/1-SNAPSHOT/shindig-gadgets-1-SNAPSHOT.pom
Downloading:
http://oauth.googlecode.com/svn/code/maven/org/apache/shindig/shindig-gadgets/1-SNAPSHOT/shindig-gadgets-1-SNAPSHOT.pom
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/shindig/shindig-gadgets/1-SNAPSHOT/shindig-gadgets-1-SNAPSHOT.pom
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/shindig/shindig-gadgets/1-SNAPSHOT/shindig-gadgets-1-SNAPSHOT.pom
Downloading:
http://google-caja.googlecode.com/svn/maven/org/apache/shindig/shindig-social-api/1-SNAPSHOT/shindig-social-api-1-SNAPSHOT.pom
Downloading:
http://oauth.googlecode.com/svn/code/maven/org/apache/shindig/shindig-social-api/1-SNAPSHOT/shindig-social-api-1-SNAPSHOT.pom
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/shindig/shindig-social-api/1-SNAPSHOT/shindig-social-api-1-SNAPSHOT.pom
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/shindig/shindig-social-api/1-SNAPSHOT/shindig-social-api-1-SNAPSHOT.pom
Downloading:
http://google-caja.googlecode.com/svn/maven/org/apache/shindig/shindig-gadgets/1-SNAPSHOT/shindig-gadgets-1-SNAPSHOT.jar
Downloading:
http://oauth.googlecode.com/svn/code/maven/org/apache/shindig/shindig-gadgets/1-SNAPSHOT/shindig-gadgets-1-SNAPSHOT.jar
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/shindig/shindig-gadgets/1-SNAPSHOT/shindig-gadgets-1-SNAPSHOT.jar
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/shindig/shindig-gadgets/1-SNAPSHOT/shindig-gadgets-1-SNAPSHOT.jar
Downloading:
http://google-caja.googlecode.com/svn/maven/org/apache/shindig/shindig-social-api/1-SNAPSHOT/shindig-social-api-1-SNAPSHOT.jar
Downloading:
http://oauth.googlecode.com/svn/code/maven/org/apache/shindig/shindig-social-api/1-SNAPSHOT/shindig-social-api-1-SNAPSHOT.jar
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/shindig/shindig-social-api/1-SNAPSHOT/shindig-social-api-1-SNAPSHOT.jar
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/shindig/shindig-social-api/1-SNAPSHOT/shindig-social-api-1-SNAPSHOT.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.shindig:shindig-gadgets:jar:1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.shindig
-DartifactId=shindig-gadgets -Dversion=1-SNAPSHOT -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.apache.shindig
-DartifactId=shindig-gadgets -Dversion=1-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
      1) org.apache.shindig:shindig-project:pom:1-SNAPSHOT
      2) org.apache.shindig:shindig-gadgets:jar:1-SNAPSHOT

2) org.apache.shindig:shindig-social-api:jar:1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.shindig
-DartifactId=shindig-social-api -Dversion=1-SNAPSHOT -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.apache.shindig
-DartifactId=shindig-social-api -Dversion=1-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
      1) org.apache.shindig:shindig-project:pom:1-SNAPSHOT
      2) org.apache.shindig:shindig-social-api:jar:1-SNAPSHOT

----------
2 required artifacts are missing.

for artifact:
  org.apache.shindig:shindig-project:pom:1-SNAPSHOT

from the specified remote repositories:
  oauth (http://oauth.googlecode.com/svn/code/maven),
  central (http://repo1.maven.org/maven2),
  apache-incubating (http://people.apache.org/repo/m2-snapshot-repository),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  caja (http://google-caja.googlecode.com/svn/maven)


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 9 seconds
[INFO] Finished at: Wed May 07 23:06:00 GMT 2008
[INFO] Final Memory: 5M/10M
[INFO]
------------------------------------------------------------------------


On Wed, May 7, 2008 at 5:53 PM, Ian Boston <[EMAIL PROTECTED]> wrote:

> And you are on trunk ?
>
> (is there a BUILD-JAVA in the base directory ?)
>
>
> if there is the build has changed and you need to do
>
> > mvn
> > > mvn -Prun -Djetty.port=1987
> > >
> > >
>
> Ian
>
>
>
>
> On 7 May 2008, at 23:32, Oscar Nevarez Leal wrote:
>
>  mvn -Djetty.port=1987 jetty:run
> >
> > On Wed, May 7, 2008 at 5:26 PM, Ian Boston <[EMAIL PROTECTED]> wrote:
> >
> >  What commands did you use ?
> > >
> > > cd shindig-trunk
> > > mvn
> > > mvn -Prun
> > >
> > > ?
> > >
> > >
> > > Ian
> > >
> > >
> > >
> > >
> > > On 7 May 2008, at 22:49, Oscar Nevarez Leal (JIRA) wrote:
> > >
> > >  Build error , 2 required artifacts are missing
> > >
> > > > ----------------------------------------------
> > > >
> > > >                Key: SHINDIG-244
> > > >                URL: https://issues.apache.org/jira/browse/
> > > > SHINDIG-244
> > > >            Project: Shindig
> > > >         Issue Type: Test
> > > >         Components: Sample container & Examples
> > > >        Environment: Windows XP.
> > > > Jdk 1.5
> > > >
> > > >           Reporter: Oscar Nevarez Leal
> > > >
> > > >
> > > > Hi, I just download shindig from SVN repository.
> > > > following the steps to start the server & try the examples , i found
> > > > with the next issue.
> > > > I understand the error meaning but I don“t know how can it be solved
> > > >
> > > > thanks.
> > > >
> > > >
> > > > [INFO]
> > > >
> > > > ------------------------------------------------------------------------
> > > > [ERROR] BUILD ERROR
> > > > [INFO]
> > > >
> > > > ------------------------------------------------------------------------
> > > > [INFO] Failed to resolve artifact.
> > > >
> > > > Missing:
> > > > ----------
> > > > 1) org.apache.shindig:shindig-gadgets:jar:1-SNAPSHOT
> > > >
> > > >  Try downloading the file manually from the project website.
> > > >
> > > >  Then, install it using the command:
> > > >     mvn install:install-file -DgroupId=org.apache.shindig
> > > > -DartifactId=shindig-gadgets -Dversion=1-SNAPSHOT -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.apache.shindig
> > > > -DartifactId=shindig-gadgets -Dversion=1-SNAPSHOT -Dpackaging=jar
> > > > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> > > >
> > > >  Path to dependency:
> > > >       1) org.apache.shindig:shindig-server:war:1-SNAPSHOT
> > > >       2) org.apache.shindig:shindig-gadgets:jar:1-SNAPSHOT
> > > >
> > > > 2) org.apache.shindig:shindig-social-api:jar:1-SNAPSHOT
> > > >
> > > >  Try downloading the file manually from the project website.
> > > >
> > > >  Then, install it using the command:
> > > >     mvn install:install-file -DgroupId=org.apache.shindig
> > > > -DartifactId=shindig-social-api -Dversion=1-SNAPSHOT -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.apache.shindig
> > > > -DartifactId=shindig-social-api -Dversion=1-SNAPSHOT -Dpackaging=jar
> > > > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> > > >
> > > >  Path to dependency:
> > > >       1) org.apache.shindig:shindig-server:war:1-SNAPSHOT
> > > >       2) org.apache.shindig:shindig-social-api:jar:1-SNAPSHOT
> > > >
> > > > ----------
> > > > 2 required artifacts are missing
> > > >
> > > > --
> > > > This message is automatically generated by JIRA.
> > > > -
> > > > You can reply to this email to add a comment to the issue online.
> > > >
> > > >
> > > >
> > >
> >
> > --
> > Oscar Nevarez Leal
> > Ingeniero en Software & Desarrollador Multimedia.
> >
>
>


-- 
Oscar Nevarez Leal
Ingeniero en Software & Desarrollador Multimedia.

Reply via email to