-
15. Re: request: bring back the seam ant scripts
mars1412 Feb 8, 2008 5:20 AM (in response to jcg3)forgot another (newbie) question:
how can I deploy the EAR from within JBDS to an external JBoss server?
this worked via the ant-script before -
16. Re: request: bring back the seam ant scripts
maxandersen Feb 8, 2008 5:26 AM (in response to jcg3)http://in.relation.to/Bloggers/FastAndIncrementalPackagingInJBossTools
and this is one of the areas we want to improve on going forward. -
17. Re: request: bring back the seam ant scripts
jcg3 Feb 8, 2008 8:25 AM (in response to jcg3)"mars1412" wrote:
how can I deploy the EAR from within JBDS to an external JBoss server?
You just need to add the external JBoss server's profile to your workspace. Go to your JBoss Servers view and right click to add a server. You will need to set up a new server profile that points to the JBoss installation path. There is a drop down with the current list of servers and a button that says something like "edit server profiles".
Once the server profile is added, you can add/remove projects, start/stop from within eclipse, and re-publish like any server. -
18. Re: request: bring back the seam ant scripts
jcg3 Feb 10, 2008 11:30 PM (in response to jcg3)Max--
I finally created a new project and put in the time to create a build file that works with the way JBoss IDE structures the Seam projects. It's using Seam 2.0.1, but should be very similar to 1.2 projects.
How would you like me to share the build.xml? Should I just post it to this forum or open a JIRA?
Thanks,
Jason -
19. Re: request: bring back the seam ant scripts
maxandersen Feb 11, 2008 2:22 AM (in response to jcg3)put it in jira and post the link to it here.
-
20. Re: request: bring back the seam ant scripts
jcg3 Feb 11, 2008 12:51 PM (in response to jcg3)Look at that, it's already in JIRA:
http://jira.jboss.org/jira/browse/JBIDE-1206
I attached my file to that issue with notes on what I did.
http://jira.jboss.org/jira/secure/ManageAttachments.jspa?id=12348011
Thanks,
Jason G.