|
From: <mcu...@jb...> - 2006-07-10 21:25:12
|
Rob I think what your code should do should be relatively simple: 1) Allow a user to deploy exploded packages 2) Give an option on _any_ deployment (exploded or not) to automatically copy/deploy to JBoss on any changes. You can do this easily by just having a resourcechangelistener or using my packagesbuildlistener. Deploying an entire project to JBoss would be hard to define.. i.e.. what if there are 4 different JARs for that project? do we deploy all of them? only the EARs? etc.. Let's only let a project be deployed to JBoss if it is a WTP project. As Max said, KISS. =) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956789#3956789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956789 |