Is this issue with the configuration / dependencies.
Still getting these errors when running *mvn jetty:run-war *in
*{shindig}/java/server
*directory.On Thu, May 8, 2008 at 6:01 AM, Henning Schmiedehausen (JIRA) < [EMAIL PROTECTED]> wrote: > > [ > https://issues.apache.org/jira/browse/SHINDIG-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595097#action_12595097] > > Henning Schmiedehausen commented on SHINDIG-244: > ------------------------------------------------ > > did you run "mvn install" ? > > > 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. > >

