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.

