Yesterday i tried to generate the files needed for Eclipse (.project, .classpath) with eclipse:eclise for a multi-project. It created for every module a separate pair of files.
Is there a possibility to create only one Eclipse configuration for the master project? With that we could have ONE Eclipse project with source directories for every module. Regards -chris Am Donnerstag, 11. Mai 2006 10:16 schrieb Wouter de Vaal: > Thanks for you suggestions. > > Simply put, create an extra pom? I would like to keep all code within the > same eclipse project because of testability. > > Wouter > > On 5/11/06, Tim Kettler <[EMAIL PROTECTED]> wrote: > > Hi, > > > > can't you just create an extra jar project for the java sources and > > resources you don't > > want to end in WEB-INF/classes and declare it as a dependency. > > > > Hope this helps > > -Tim > > > > Wouter de Vaal schrieb: > > > Hi, > > > > > > I would like know how to go about this scenario. > > > I would like to create an exploded war with the following differences > > > to what the standard war plugin created > > > * instead of placing all compiled classes from src/main/java into > > > WEB-INF/classes/com/comp/etc I would like them to > > > be compiled into a jar and put in the WEB-INF/lib. > > > * I would like to assign certain resource not to be put in the above > > > described jar, and some to be put into the jar. e.g., some > > > properties files need not be changed except bij the developer, but > > > log4j files for instance could be changed by the deployer. > > > > > > Any idea's on how to automate this process? > > > > > > Regards, > > > Wouter > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > ********************************************************************** > Diese E-Mail wurde auf Viren ueberprueft. > [EMAIL PROTECTED] > ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
