Hi!
our project structure:
We use ClearCase for the project and in our CC structure there are some Source Folders and each source folder has a Meta-Inf dir with ejb-jar and jboss.xml files :
AppDB/ConfigDB/src
AppDB/OrderingDB/src
….
….
UserDB/IACAdminDB/src
We defined different output folders for each source folders in Eclipse (properties/Java Build path/Source/Allowed output folder for source folders/Edit output folder). It is needed because otherwise the xml files overwrite each others in the same output folder(/classes).
eg. for output folders:
build/ConfigDB
build/OrderingDB
Our ear file consist of jar files for each source folders:
ejb-ConfigDB.jar
ejb-OrderingDB.jar
Each jar files contain the appropiate classes in the package structure and the Meta-Inf dir with xml files (as usual way).
Up to now we have made the production (ear file) with a difficult build script but I thougt maybe with the MyEclipse would be much more easier but I am not able to link our project structure to the MyEclipse deployment.
As far as I see the MyEclipse makes the jar only from the classes directory (as output folder) and there is no possibility to build it from more than one output folders…. therefore I mean only one root Meta-Inf is allowed with xml files??? Or?
Because in this case we can’t use MyEclipse to build production…:-(
Thanks your support!
Zoltán