[jboss-user] [JBoss Seam] - Re: seam-gen setup and maven

matt.drees do-not-reply at jboss.com
Sat Sep 22 19:35:04 EDT 2007


Hi Pete,
Earlier I had the same problem that atao had.  I just now updated from cvs and am getting new (but similar) error message.

anonymous wrote : 
  | C:\work-exadel\jboss-seam>seam setup
  | Buildfile: C:\work-exadel\jboss-seam\seam-gen\build.xml
  | 
  | init:
  | [artifact:dependencies] Downloading: org/jboss/seam/jboss-seam-gen/${DSTAMP}.${TSTAMP}/jboss-seam-gen-${DSTAMP}.${TSTAMP}.pom
  | [artifact:dependencies] Downloading: org/jboss/seam/jboss-seam-gen/${DSTAMP}.${TSTAMP}/jboss-seam-gen-${DSTAMP}.${TSTAMP}.jar
  | [artifact:dependencies] An error has occurred while processing the Maven artifact tasks.
  | [artifact:dependencies]  Diagnosis:
  | [artifact:dependencies]
  | [artifact:dependencies] Unable to resolve artifact: Missing:
  | [artifact:dependencies] ----------
  | [artifact:dependencies] 1) org.jboss.seam:jboss-seam-gen:jar:${DSTAMP}.${TSTAMP}
  | [artifact:dependencies]
  | [artifact:dependencies]   Try downloading the file manually from the project website.
  | [artifact:dependencies]
  | [artifact:dependencies]   Then, install it using the command:
  | [artifact:dependencies]       mvn install:install-file -DgroupId=org.jboss.seam -DartifactId=jboss-seam-gen \
  | [artifact:dependencies]           -Dversion=${DSTAMP}.${TSTAMP} -Dpackaging=jar -Dfile=/path/to/file
  | [artifact:dependencies] Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=org.jboss.seam -Dar
  | tifactId=jboss-seam-gen \
  | [artifact:dependencies]           -Dversion=${DSTAMP}.${TSTAMP} -Dpackaging=jar -Dfile=/path/to/file \
  | [artifact:dependencies]            -Durl=[url] -DrepositoryId=[id]
  | [artifact:dependencies]
  | [artifact:dependencies]   Path to dependency:
  | [artifact:dependencies]         1) unspecified:unspecified:jar:0.0
  | [artifact:dependencies]         2) org.jboss.seam:jboss-seam-gen:jar:${DSTAMP}.${TSTAMP}
  | [artifact:dependencies]
  | [artifact:dependencies] ----------
  | [artifact:dependencies] 1 required artifact is missing.
  | [artifact:dependencies]
  | [artifact:dependencies] for artifact:
  | [artifact:dependencies]   unspecified:unspecified:jar:0.0
  | [artifact:dependencies]
  | [artifact:dependencies] from the specified remote repositories:
  | [artifact:dependencies]   central (http://repo1.maven.org/maven2)
  | [artifact:dependencies]
  | [artifact:dependencies]
  | 
  | BUILD FAILED
  | C:\work-exadel\jboss-seam\seam-gen\build.xml:19: Unable to resolve artifact: Missing:
  | ----------
  | 1) org.jboss.seam:jboss-seam-gen:jar:${DSTAMP}.${TSTAMP}
  | 
  |   Try downloading the file manually from the project website.
  | 
  |   Then, install it using the command:
  |       mvn install:install-file -DgroupId=org.jboss.seam -DartifactId=jboss-seam-gen \
  |           -Dversion=${DSTAMP}.${TSTAMP} -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.jboss.seam -DartifactId=jboss-seam-gen
  | \
  |           -Dversion=${DSTAMP}.${TSTAMP} -Dpackaging=jar -Dfile=/path/to/file \
  |            -Durl=[url] -DrepositoryId=[id]
  | 
  |   Path to dependency:
  |         1) unspecified:unspecified:jar:0.0
  |         2) org.jboss.seam:jboss-seam-gen:jar:${DSTAMP}.${TSTAMP}
  | 
  | ----------
  | 1 required artifact is missing.
  | 
  | for artifact:
  |   unspecified:unspecified:jar:0.0
  | 
  | from the specified remote repositories:
  |   central (http://repo1.maven.org/maven2)
  | 
  | 
  | Total time: 1 second
  | 

I'm also not a maven expert; is this a problem on my end?

Thanks for your hard work!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087588#4087588

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087588



More information about the jboss-user mailing list