Re: JBOSS deployment from GWT Eclipse projects

2010-02-11 Thread John Ivens
I don't know. I guess you would need an ant task for that... On Thu, Feb 11, 2010 at 2:19 AM, mariyan nenchev nenchev.mari...@gmail.comwrote: What about if you use maven to manage your libs and build? Then copying the war folder will not work... On Thu, Feb 11, 2010 at 1:03 AM, John Ivens

Re: JBOSS deployment from GWT Eclipse projects

2010-02-11 Thread Christian López Espínola
On Thu, Feb 11, 2010 at 10:19 AM, mariyan nenchev nenchev.mari...@gmail.com wrote: What about if you use maven to manage your libs and build? Then copying the war folder will not work... Just copy the war to deploy/ On Thu, Feb 11, 2010 at 1:03 AM, John Ivens john.wagner.iv...@gmail.com

Re: JBOSS deployment from GWT Eclipse projects

2010-02-11 Thread mariyan nenchev
The libs are not in the war if you use mavenSo it will blow on deployment... On Thu, Feb 11, 2010 at 5:48 PM, Christian López Espínola penyask...@gmail.com wrote: On Thu, Feb 11, 2010 at 10:19 AM, mariyan nenchev nenchev.mari...@gmail.com wrote: What about if you use maven to manage

Re: JBOSS deployment from GWT Eclipse projects

2010-02-11 Thread Christian López Espínola
On Thu, Feb 11, 2010 at 4:50 PM, mariyan nenchev nenchev.mari...@gmail.com wrote: The libs are not in the war if you use mavenSo it will blow on deployment... What is your config? I have something like: plugin groupIdorg.apache.maven.plugins/groupId

Re: JBOSS deployment from GWT Eclipse projects

2010-02-11 Thread mariyan nenchev
I am using old gwt plugin at the moment:maven-googlewebtoolkit2-plugin I will change it as soon as i have time. On Thu, Feb 11, 2010 at 5:55 PM, Christian López Espínola penyask...@gmail.com wrote: On Thu, Feb 11, 2010 at 4:50 PM, mariyan nenchev nenchev.mari...@gmail.com wrote: The libs

JBOSS deployment from GWT Eclipse projects

2010-02-10 Thread John Ivens
Okay, this is ulitmately easy... Step 1. Recursively copy your war directory to project.war in jboss/server/default/deploy You HAVE to name it with the .war or JBOSS becomes TERRIBLY confused. Step 2. For some reason, database connectivity (for me, at least) broke in JBOSS. I needed to copy