Re: tomcat webapp and eclipse

2008-08-03 Thread Johan Eltes
Wtp and the maven plugin for eclipse works for me. Prereqs: wtp1.5, 2.x or 3.x 1. Define classpath variable M2_REPO in eclipse, pointing to your maven repo. 2. Run mvn command... mvn -U -Dwtpversion=1.5 eclipse:clean eclipse:eclipse 3. Import the generated project into eclipse Ready to

Re: Compile project that uses JAXB

2008-06-11 Thread Johan Eltes
Java 6 includes jaxb. The problem you have may stem from the attempt to pverride endorsed libraries. Your setup should work if you downgrade to java 5. What if you try to get rid of your dependency to the impl class? Does that help? /johan 11 jun 2008 kl. 18.15 Orlando Otero [EMAIL

Re: Build for multiple invocation

2008-06-06 Thread Johan Eltes
What about having a maven project for each platform using the same parent pom, rather than architecting the solution on profiles? /Johan 6 jun 2008 kl. 09.47 Timothy Reilly [EMAIL PROTECTED] skrev: I wanted to see if others have addressed this requirement before and what approaches they

Re: [newby] how to include/package private libs/*.jar

2008-04-19 Thread Johan Eltes
You need to put them in you local repo. You don't need to create a pom for them. /Johan 18 apr 2008 kl. 22.05 Lachlan Deck [EMAIL PROTECTED] skrev: Hi there, I'm quite new to maven, but I would have thought this question would have been included on the FAQ page for maven - but it's

Re: Maven 2 ear plugin doesn't pick up resources

2007-04-19 Thread Johan Eltes
/earSourceDirectory /configuration /plugin /plugins /build Johan Eltes Callista Enterprise AB Mobil: +46 (0)708-22 41 86 [EMAIL PROTECTED] http://www.callistaenterprise.se 16 apr 2007

Re: Maven 2 ear plugin doesn't pick up resources

2007-04-13 Thread Johan Eltes
Thanks for the suggestion. I did try it (using the default layout, omitting META-INF). Unfortunately, the xmi file still doesn't make it into the ear. Any other suggestions are appreciated. Johan Eltes Callista Enterprise AB Mobil: +46 (0)708-22 41 86 [EMAIL PROTECTED] http

Maven 2 ear plugin doesn't pick up resources

2007-04-12 Thread Johan Eltes
the same behavior on windows and Mac OS. Johan Eltes Callista Enterprise AB Mobil: +46 (0)708-22 41 86 [EMAIL PROTECTED] http://www.callistaenterprise.se - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread Johan Eltes
to accomplish the same tasks for ejb projects, but haven't found any hints on war projects. Johan Eltes Callista Enterprise AB Mobil: +46 (0)708-22 41 86 [EMAIL PROTECTED] http://www.callistaenterprise.se - To unsubscribe, e

Re: How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread Johan Eltes
Thanks. Now that Maven is generating my manifest ClassPath entry for all my dependencies - how do I avoid having the dependent jars copied into the WEB-INF/lib directory of my war? Johan Eltes Callista Enterprise AB Mobil: +46 (0)708-22 41 86 [EMAIL PROTECTED] http