Re: [M2] EJB JAR + client JAR + EAR transitive dependencies problem

2006-06-09 Thread ozeebee
Hi, Indeed I use Xdoclet to generate EJB interfaces and hibernate mapping files. thanks for your time -- View this message in context: http://www.nabble.com/-M2--EJB-JAR-%2B-client-JAR-%2B-EAR-transitive-dependencies-problem-t1760618.html#a4789953 Sent from the Maven - Users forum at Nabble.

[M2] EJB JAR + client JAR + EAR transitive dependencies problem

2006-06-09 Thread ozeebee
my EJB project, in my EAR but not in my client) Thanks in advance. Greets, Ozeebee. -- View this message in context: http://www.nabble.com/-M2--EJB-JAR-%2B-client-JAR-%2B-EAR-transitive-dependencies-problem-t1760618.html#a4789568

Re: [m2] XDoclet generated resources problem

2006-06-01 Thread ozeebee
Ok thanks I was just wondering why the xdoclet plugin was adding the "generated-sources/xdoclet" dir to the maven sources but not the "generated-resources/xdoclet" to the resources -- View this message in context: http://www.nabble.com/-m2-+XDoclet+generated+resources+problem-t1685663.htm

RE: [m2] XDoclet generated resources problem

2006-05-26 Thread ozeebee
onfig: ... ... where ${xdoclet.generatedResources} property is defined in my parent project pom as : ${project.build.directory}/generated-resources/xdoclet thanks for your time Ozeebee -- View this message in context: http://www.nabble.co

[m2] XDoclet generated resources problem

2006-05-26 Thread ozeebee
hanks in advance cheers, Ozeebee. -- View this message in context: http://www.nabble.com/-m2-+XDoclet+generated+resources+problem-t1685663.html#a4572700 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e

Re: Maven + J2EE + XDoclet Question.

2006-04-24 Thread ozeebee
Hi Simply put the ejbspec attribute of the ejbdoclet element to either "2.0" for J2EE 1.3 or "2.1" for 1.4 :