I use MyEclispe and deploy the software, without ant, directly to the server.
I have posted previously how to do this but can put together a small 
presentation and a download of of a Seam2 , Jboss 4.2 skeleton app that allows 
for exploded deployment.

I do incluse an ant script with it but its very basic.

In short here is what you do:

Create a J5EE EAR type project in MyEclipse...
This actually produces three projects
XXX (the ear)
XXXEJB (the jar)
XXXWar (the war)

Open up the ear that is deployed by the booking example in SEAM 2.

Copy over all the jars and files to the relevant projects.

Bingo... 

go MyEclipse->Add and Remove Project Deployments and pint it at your server.

Run the server from within MyEclipse

EASY! and no Ant Script.

If you change most files the server will just keep running... you usually have 
to re-start the server if you change some config files.

As I said I could upload an example project if people want a jumping off point 
etc.



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

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

Reply via email to