[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-24 Thread m.vysny
The dvdstore sample app is now at http://vyzivus.host.sk/site-files/dvdstore.zip, sorry for wrong link. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980289#3980289 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980289

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-24 Thread [EMAIL PROTECTED]
If you guys want solid Maven support, then one of you is going to have to step up and work on it, and promise to maintain it. I can't because: (1) I don't know Maven (nor is it something i especially care for) (2) Seam releases are already a massive integration clusterfuck of

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-24 Thread m.vysny
[EMAIL PROTECTED] wrote : (2) Seam releases are already a massive integration clusterfuck of incompatible/broken versions of different things Isn't there some way to split hibernate-all, jboss-ejb3-all and thirdparty-all.jar into standard packages and name/version them? The project itself could

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-24 Thread dhartford
Gavin, There are a lot of pieces of Jboss EMS that many of us are interested in stronger maven support, not just Seam. -Seam -Embedded EJB3 -JBPM Drools -Remoting Some of these already do exist at the jboss maven repo http://repository.jboss.com/maven2/, but some do not and many are not

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-23 Thread m.vysny
I converted the DVD Store demo to a Maven2 project, you may download it at http://vyzivus.host.sk/maven2-seam.html However I was unable to run the testng tests in maven2. I tried to disassembly the hibernate-all.jar, jboss-ejb3-all.jar and thirdparty-all.jar onto separate libraries but I didn't

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-23 Thread ge0ffrey
The seam examples booking and dvd mix their ear, ejb and war configution files in the same directories: their ant script does some magic to extract the right ones for each artifact. It woul be easier to distill a maven2 build from those example if their configuration files where split into

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-23 Thread ge0ffrey
Make that last one: /dvd/dvd-war/src/main/resources/WEB-INF/web.xml of course View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980076#3980076 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980076

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-23 Thread m.vysny
The 'application.xml' file is generated by ear plugin so I don't have to put it in the src directory. The 'web.xml' file is in the dvdstore-war/src/main/webapp/WEB-INF/ directory as required by the war plugin. Please download http://vyzivus.host.sk/site-files/dvdstore.tar.gz and see for

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-23 Thread esfahan
I am having my problems with maven build as well. I started out with this wiki page: http://wiki.jboss.org/wiki/Wiki.jsp?page=MavenBuildCreation. Unfortunately, the repository http://repository.jboss.com/maven2 does seem not to be up to date. It would be great if the repository would be always

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-23 Thread jgilbert
I have created the following maven2 site with all the jars I couldn't find else where. http://taylor.sourceforge.net/maven2/ Here are links to sample pom.xml files: http://taylor.cvs.sourceforge.net/taylor/taylor/bpm/ http://taylor.cvs.sourceforge.net/taylor/taylor/taylor-bpm-web/

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-11 Thread jgilbert
I have been building Seam applications with Maven2 in my Taylor project. http://taylor.sourceforge.net The current version builds the ejb3 jar, war, and ear with one maven project. The next release will generate seperate jar, war, and ear projects for more flexibility. View the original post

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-11 Thread [EMAIL PROTECTED]
Very cool! :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977741#3977741 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977741 ___ jboss-user mailing list