Maven / XDoclet / JBoss problem

2004-09-15 Thread Jose Gonzalez Gomez
Hi there, I'm trying to generate the ejb jboss descriptor using Maven and XDoclet with no success. I had success generating all the other stuff (home and remote interfaces, util classes, standard descriptor...) but whenever I try to modify project.xml, or project.properties to add

Re: Maven / XDoclet / JBoss problem

2004-09-15 Thread Joachim Bader
Hi, On Wednesday 15 September 2004 10:37, Jose Gonzalez Gomez wrote: I'm trying to generate the ejb jboss descriptor using Maven and XDoclet with no success. I had success generating all the other stuff (home and remote interfaces, util classes, standard descriptor...) but whenever I try

RE: Maven / XDoclet / JBoss problem

2004-09-15 Thread Pierre-Yves Chauveau
/ XDoclet / JBoss problem Hi, On Wednesday 15 September 2004 10:37, Jose Gonzalez Gomez wrote: I'm trying to generate the ejb jboss descriptor using Maven and XDoclet with no success. I had success generating all the other stuff (home and remote interfaces, util classes, standard descriptor

Re: Maven / XDoclet / JBoss problem

2004-09-15 Thread Joachim Bader
On Wednesday 15 September 2004 10:37, Jose Gonzalez Gomez wrote: I'm trying to generate the ejb jboss descriptor using Maven and XDoclet with no success. I had success generating all the other stuff (home and remote interfaces, util classes, standard descriptor...) but whenever I try to

Re: Maven / XDoclet / JBoss problem

2004-09-15 Thread Jose Gonzalez Gomez
Thanks a lot, Joachim I hope this is fixed in an upcoming version of maven or xdoclet plugin, it's kind of weird having to correctly guess the right dependencies to make a plugin work... Best regards Jose Joachim Bader wrote: On Wednesday 15 September 2004 10:37, Jose Gonzalez