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

2007-10-05 Thread damianharvey
Pete,

I'm trying to use the nightly build from today (Build #350) and am getting the 
same problem:Unable to resolve artifact: Missing:
  | --
  | 1) org.jboss.seam:jboss-seam-gen:jar:2.0.0-CR2
I assume that the nightly builds would include the fix that you mention above?

The 3 steps you outlined don't work for me with this release.

Cheers,

Damian.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091940
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-24 Thread matt.drees
Thanks Pete!  Works great.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088093
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-24 Thread [EMAIL PROTECTED]
Devon, Matt,

I've made some changes to CVS which should help.  You'll need to (having 
updated from CVS):

1) Edit your build.properties and ensure you have no references to version and 
patchlevel in there (unless you really want them there!)
2) Run ant clean build in the Seam root directory
3) Run seam setup

Please post back if you are having problems after this - sorry for the 
disruption!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087813
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-23 Thread modoc
I'm getting this error from the current head trying to use seam gen:



  | Alita:~/Documents/workspaces/digitalsanctuary/jboss-seam modoc$ ./seam setup
  | Buildfile: build.xml
  | 
  | init:
  | [artifact:dependencies] Downloading: 
org/jboss/seam/jboss-seam-gen/2.0.0.BETA1/jboss-seam-gen-2.0.0.BETA1.pom
  | [artifact:dependencies] Downloading: 
org/jboss/seam/jboss-seam-gen/2.0.0.BETA1/jboss-seam-gen-2.0.0.BETA1.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:2.0.0.BETA1
  | [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=2.0.0.BETA1 -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 -DartifactId=jboss-seam-gen \
  | [artifact:dependencies]   -Dversion=2.0.0.BETA1 -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:2.0.0.BETA1
  | [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] 
  | 
  | BUILD FAILED
  | 
/Users/modoc/Documents/workspaces/digitalsanctuary/jboss-seam/seam-gen/build.xml:19:
 Unable to resolve artifact: Missing:
  | --
  | 1) org.jboss.seam:jboss-seam-gen:jar:2.0.0.BETA1
  | 
  |   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=2.0.0.BETA1 -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=2.0.0.BETA1 -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:2.0.0.BETA1
  | 
  | --
  | 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
  | Alita:~/Documents/workspaces/digitalsanctuary/jboss-seam modoc$ 
  | 
  | 

I'm not a maven expert, so I don't know where to start looking.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087674
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-22 Thread matt.drees
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
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-22 Thread [EMAIL PROTECTED]
(Hopefully) fixed in CVS. Please try and post back if it is still problematic.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087574
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user