This is with myeclipse 5.1 (but probably not actually ‘tied’ to any myeclipse version)…its also probably a FAQ, but I couldn’t do a search that threw up an answer.
I have no problems deploying a JEE EAR to jboss’ server/default/deploy directory (exploded or unexploded, no probs…), BUT that EAR depends on a datasource document also being placed in the server/default/deploy alongside the EAR:jboss will create the datasource using the XML file and then deploy the ear (which contains components that use the datasource).
The question is: can I configure myeclipse to deploy/undeploy BOTH files at one time?
I can write an ant script to do this, but “why buy a dog and then bark yourself?”…I’m using an IDE to make my life easier (one can ALWAYS drop to vim/ant/shell, after all).
In the general case, I may have anumber of datasource documents that need to be deployed alongside my ear…
Any suggestions/thoughts gratefully received.