We have a little problem at hand and I would like to find out if there is a solution that you recommend.
We have numerous projects under development and we utilize MyEclipse and JBoss to do our development. Most developers are better acquainted with WSAD as their IDE therefore would like a server configurtion project that they can check into a source code repository. JBoss tools and JBoss developer studio allows us to do this, but we are using MyEclipse to not start depending on another platform specific IDE after WSAD.
Our workaround so far has been to build the customized JBoss server using an ANT build script that copies over the application specific files that are required to run the app. We would also like to share the JBoss server configuration setup, JDK coniguration, validation settings etc between members of the same development team and also be able to check this in as a config project into our source code repository.
We have experimented with Preferences (.epf) exports but that doesnt seem to export the server configs etc.
Please advice.
Thanks