Re: xdoclet plugin for maven - custom tag handlers

2012-10-11 Thread Brian Topping
If you aren't getting a stack trace with the error, run 'mvn -X install' to get one. There will be a lot more information to wade through, but it will be in there. Once you find it, download the sources for the version of XDoclet you are using and take a look at where it's getting caught up.

Re: XDoclet plugin failed: Failed to set property restrictedpath

2009-08-11 Thread jembo
{execution: xdoclet-tld}] [INFO] [ERROR] BUILD ERROR [INFO] [INFO] XDoclet plugin failed: Failed to set property restrictedpath to file://C:\Users

XDoclet plugin failed: Failed to set property restrictedpath

2009-06-04 Thread Rex Huang
] [INFO] XDoclet plugin failed: Failed to set property restrictedpath to file://C:\Users\Phan Le Thanh Chuong\.m2\repository: null The filename, directory name, or volume label syntax is incorrect [INFO] [INFO

maven 2 + xdoclet plugin out of memory

2008-09-16 Thread ppppppp
state. Today, after years of relative quiet, we ran into a problem with the xdoclet plugin failing with outofmemory exceptions on one of our developer's machines. We found that using 2.0.5 but not older or newer versions worked. I'd be happy to blame this problem on xdoclet (xjavadoc to be specific

Re: Is there an XDoclet Plugin which uses XJavadoc 1.5 (Generics) ?

2008-02-16 Thread Mac-Systems
Hello, we already patched the XDoclet Plugin with the new XJavaDoc Plugin, Works for us. I'd like to update the maven repository, so anyone can tell me who is responsible for maven xdoclet plugin ? regards, jens Hi, We are also interested by using Xdoclet with JDK 1.5. What I understood

Re: Is there an XDoclet Plugin which uses XJavadoc 1.5 (Generics) ?

2008-02-15 Thread Rémy Sanlaville
is Closed and the resolution Incomplete. I am not sure to understand why. Perhaps Carlos can explain ? But this library is unfortunately not available is the maven 2 repository. An other issue is open in order to take into account this new library by the maven xdoclet plugin : MOJO-665 (cf. http

Is there an XDoclet Plugin which uses XJavadoc 1.5 (Generics) ?

2008-02-13 Thread Mac-Systems
Anyone can point to to a Version which allows to use Generics with XDoclet ? regards, Jens - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Maven2 Xdoclet Plugin - Project Source Dir

2007-12-03 Thread Brian Ashburn
Has anyone been able to work through or dealt with using a different project source directory than src/main/java? I'm trying to get Maven2 building a legacy system. I don't have the luxury of changing the source directory. I set it in the project.build.sourceDirectory, but the xdoclet plugin

RE: Maven2 Xdoclet Plugin - Project Source Dir

2007-12-03 Thread Mark Eramo
From: Brian Ashburn [mailto:[EMAIL PROTECTED] Sent: Mon 12/3/2007 10:47 AM To: users@maven.apache.org Subject: Maven2 Xdoclet Plugin - Project Source Dir Has anyone been able to work through or dealt with using a different project source directory than src/main/java? I'm

RE: Xdoclet plugin for generating EJB sources of ejbdoclet project

2007-09-06 Thread COPPENS, Fabien
:1.0-alpha-2:xdoclet' in the plugin 'org.codehaus.mojo:xdoclet-maven-plugin' org/apache/tools/ant/PropertyHelper -Message d'origine- De : Bob Allison [mailto:[EMAIL PROTECTED] Envoyé : jeudi 6 septembre 2007 01:32 À : Maven Users List Objet : Re: Xdoclet plugin for generating EJB sources

RE: Xdoclet plugin for generating EJB sources of ejbdoclet project

2007-09-06 Thread COPPENS, Fabien
/artifactId version1.6.5/version /dependency /dependencies -Message d'origine- De : COPPENS, Fabien [mailto:[EMAIL PROTECTED] Envoyé : jeudi 6 septembre 2007 11:51 À : Maven Users List Objet : RE: Xdoclet plugin for generating EJB

Xdoclet plugin for generating EJB sources of ejbdoclet project

2007-09-05 Thread COPPENS, Fabien
-maven-plugin because it is apparently expecting xdoclet v2. When I look at repo1.maven.org/maven2/xdoclet-plugins, I see that there are many different xdoclet plugins, including one called xdoclet-plugin-ejb. Can someone point me to a xdoclet plugin that will be compatible with xdoclet 1.3.2 so that I

Re: Xdoclet plugin for generating EJB sources of ejbdoclet project

2007-09-05 Thread Bob Allison
/plugin Using this downloads all of the correct bits and pieces from the repository for XDoclet 1.2.3 HTH - Original Message - From: COPPENS, Fabien [EMAIL PROTECTED] To: users@maven.apache.org Sent: Wednesday, September 05, 2007 10:36 AM Subject: Xdoclet plugin for generating EJB

Re: xdoclet plugin and weblogic-ejb-jar.xml descriptor

2007-09-04 Thread Brian Smith
www.theryansplace.com (303) 263-3044 [EMAIL PROTECTED] On Aug 31, 2007, at 9:34 AM, Brian Smith wrote: I'm working on a simple HelloWorldEJB stateless session bean that I want to run in Weblogic. I'm using the xdoclet plugin and xdoclet is able to generate the home/remote classes. Should

Re: xdoclet plugin and weblogic-ejb-jar.xml descriptor

2007-09-04 Thread Scott Ryan
. 80129 www.soaringeagleco.com www.theryansplace.com (303) 263-3044 [EMAIL PROTECTED] On Aug 31, 2007, at 9:34 AM, Brian Smith wrote: I'm working on a simple HelloWorldEJB stateless session bean that I want to run in Weblogic. I'm using the xdoclet plugin and xdoclet is able to generate the home

xdoclet plugin and weblogic-ejb-jar.xml descriptor

2007-08-31 Thread Brian Smith
I'm working on a simple HelloWorldEJB stateless session bean that I want to run in Weblogic. I'm using the xdoclet plugin and xdoclet is able to generate the home/remote classes. Should xdoclet be able to generate the weblogic-ejb-jar.xml descriptor? If so, how do I do this? Is there a special

Re: xdoclet plugin and weblogic-ejb-jar.xml descriptor

2007-08-31 Thread Scott Ryan
Soaring Eagle L.L.C. Denver, Co. 80129 www.soaringeagleco.com www.theryansplace.com (303) 263-3044 [EMAIL PROTECTED] On Aug 31, 2007, at 9:34 AM, Brian Smith wrote: I'm working on a simple HelloWorldEJB stateless session bean that I want to run in Weblogic. I'm using the xdoclet plugin

m2: How to include jars in classpath of xdoclet plugin definition?

2007-02-23 Thread Joaquim Oliveira
Hi all, I cannot generate xdoclet from my EJB classes because my classes extend one class from an external jar, that needs to be in classpath when the ejbdoclet task is defined. How do I do this in the m2 xdoclet plugin configuration? Here is my actual plugin configuration

Re: Xdoclet plugin and multi module projects

2007-02-17 Thread Eric Helfrich
I realize the suggestion was meant to be helpful -- I think it has to do with properties being immutable in ant and xdoclet1 being dependent on ant. I am working with a substantial base of code and to attempt to reorg it efficiently at this point would be difficult. XD2 doesn't rely on ant --

Xdoclet plugin and multi module projects

2007-02-16 Thread Eric Helfrich
Has anyone been able to get this to work correctly? Hibernate doclet and ejbdoclet do not work correctly -- ejb doclet generates all files in the generated sources directory of the first project it runs. Hibernate doclet does not seem to find the source files at all when run from a parent

Re: Xdoclet plugin and multi module projects

2007-02-16 Thread Mick Knutson
I use hibernate doclet, and it acts the same for me. I just have my 1st module is my common-jar that gets added to all my modules anyways. Works fine even though it is strange... On 2/16/07, Eric Helfrich [EMAIL PROTECTED] wrote: Has anyone been able to get this to work correctly? Hibernate

Re: Xdoclet plugin and multi module projects

2007-02-16 Thread Eric Helfrich
that would work -- except I am pulling in a legacy build system here and would rather not have to start moving code around at that level On 2/16/07, Mick Knutson [EMAIL PROTECTED] wrote: I use hibernate doclet, and it acts the same for me. I just have my 1st module is my common-jar that gets

Re: Xdoclet plugin and multi module projects

2007-02-16 Thread Mick Knutson
Just add a common jar as the 1st module, and add that jar to your legacy code. Would that work? On 2/16/07, Eric Helfrich [EMAIL PROTECTED] wrote: that would work -- except I am pulling in a legacy build system here and would rather not have to start moving code around at that level On

Re: Xdoclet plugin and multi module projects

2007-02-16 Thread Eric Helfrich
Yes it would work -- and is probably better from a resource point of view anyway. On the other hand, that won't work for the ejbdoclet issues. On 2/16/07, Mick Knutson [EMAIL PROTECTED] wrote: Just add a common jar as the 1st module, and add that jar to your legacy code. Would that work?

Re: Xdoclet plugin and multi module projects

2007-02-16 Thread Mick Knutson
Why, the ejbs will be in the common-jar and they can be added the same way. On 2/16/07, Eric Helfrich [EMAIL PROTECTED] wrote: Yes it would work -- and is probably better from a resource point of view anyway. On the other hand, that won't work for the ejbdoclet issues. On 2/16/07, Mick

Re: Xdoclet plugin and multi module projects

2007-02-16 Thread Eric Helfrich
I don't think that putting everything that gets xdocleted in a common jar is an ideal solution -- one of the reasons for breaking you code up into projects is to separate functionality -- and one of the reasons to use Maven is to support that flexibility -- not limit it. Thanks for the

Re: Xdoclet plugin and multi module projects

2007-02-16 Thread Mick Knutson
The suggestion was not as what is best, but rather what is possible right now as I have also encountered the same issue you where facing. Maybe XD2 fixes this? On 2/16/07, Eric Helfrich [EMAIL PROTECTED] wrote: I don't think that putting everything that gets xdocleted in a common jar is an

xdoclet plugin makes eclipse:eclipse fail

2007-01-26 Thread nicolas de loof
Hello, I'm using the xdoclet plugin in maven2 for jspdoclets. My webapp depends on another module (persistence). When the xdoclet plugin is commented, maven eclipse:eclipse works fine. When the xdoclet plugin used, maven eclipse:eclipse requires the persistence.jar to be in repository. A new

new configuration phase ? (was: xdoclet plugin makes eclipse:eclipse fail)

2007-01-26 Thread nicolas de loof
execution phaseconfigure/phase goaleclipsegoal /execution /plugin /plugins profille 2007/1/26, nicolas de loof [EMAIL PROTECTED]: Hello, I'm using the xdoclet plugin in maven2 for jspdoclets. My webapp depends on another module (persistence). When

Xdoclet Plugin

2006-10-19 Thread Yves Van Steen
Hey, Little help needed with xdoclet plugin. 1)hibernatecf doesn’t add the mappingsfiles to the configuration file. The mappings files are in the resource folder. Why? 2)The schemaexport tag doesn’t seem to work. Normal ? 3)How can I execute the generated sql file on my

Null Pointer Exception when compiling with the maven-xdoclet-plugin

2006-10-10 Thread Jeffrey R. Phillips
groupIdxdoclet/groupId artifactIdmaven-xdoclet-plugin/artifactId version1.2/version typeplugin/type /dependency /dependencies !-- Repository Conventions -- repositories repository idMaven Snapshots/id nameMojo

XDoclet problem using the Maven2 xdoclet plugin

2006-10-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I try to generate the XDoclet artifacts using the following definition. However, nothing gets produced in the target in generated-souces/xdoclet. In fact, no artificats anywhere are produced when I call mvn generate-sources. May someone please assist me in this, as I have searched this

Re: XDoclet problem using the Maven2 xdoclet plugin

2006-10-09 Thread Rémy Sanlaville
It seems that the XDoclet plugin does not work very welll. One solution is to use the antrun plugin with an ejbdoclet task See http://www.nabble.com/-M2--Struts-and-XDoclet-tf1775233.html#a4832525 http://www.nabble.com/maven2---xdoclet-plugin-and-strutsconfigxml-tf2270128.html#a6363580 http

Re: maven2 / xdoclet plugin and strutsconfigxml

2006-09-18 Thread Rémy Sanlaville
Hi Marco, I don't know why, but It seems that the xdoclet plugin does not work very well for struts. I send a post on 2006-06-12 19:06 related to xdoclet and struts http://www.nabble.com/-M2--Struts-and-XDoclet-tf1775233.html#a4832525 You will find my pom in the post. It still found any

Re: maven2 / xdoclet plugin and strutsconfigxml

2006-09-18 Thread Marco Mistroni
Hello Remy, yes i actually managed to find a workaround instead of using xdoclet plugin, i just created an ant task and invoked it from maven . here's my pom, should sort out also your problem :) first off, here are dependencies you need dependency artifactIdxdoclet-ejb-module/artifactId

Re: maven2 / xdoclet plugin and strutsconfigxml

2006-09-18 Thread Rémy Sanlaville
Hello Marco, You help me a lot, it works now, many thanks ! But I still have some questions : (1) I tried also to use the antrun plugin without success. I used this classpath (that works with ant). path id =xdoclet.classpath fileset dir=C:/Tools/XDoclet/v1.2.3/lib include name=*.jar/

Re: maven2 / xdoclet plugin and strutsconfigxml

2006-09-18 Thread Marco Mistroni
hello remy, i'll try to answer ur questions, but i feel i m not the best guy to explain that classpath behaviour On 9/18/06, Rémy Sanlaville [EMAIL PROTECTED] wrote: Hello Marco, You help me a lot, it works now, many thanks ! But I still have some questions : (1) I tried also to use the

Re: maven2 / xdoclet plugin and strutsconfigxml

2006-09-18 Thread Rémy Sanlaville
Hello Marco, (1) I tried also to use the antrun plugin without success. I used this classpath (that works with ant). path id =xdoclet.classpath fileset dir=C:/Tools/XDoclet/v1.2.3/lib include name=*.jar/ /fileset /path taskdef name= webdoclet classname=

Re: maven2 / xdoclet plugin and strutsconfigxml

2006-09-18 Thread Marco Mistroni
Hello Remy, for some reasons, if i use generated-sources as a phase, the xdoclet task doe snot generate me anything at all!! i think it has to do with classpath i think (any maven guru pls correct me if i m wrong), maven.dependency.classpath works for 'package' phase but not for

Re: maven2 / xdoclet plugin and strutsconfigxml

2006-09-18 Thread Rémy Sanlaville
Hello Marco, for some reasons, if i use generated-sources as a phase, the xdoclet task doe snot generate me anything at all!! i think it has to do with classpath i think (any maven guru pls correct me if i m wrong), maven.dependency.classpath works for 'package' phase but not for

Re: maven2 / xdoclet plugin and strutsconfigxml

2006-09-18 Thread Marco Mistroni
hello remy, ok i'll give it another try tomorrow and see... for my uses, it's really not important the phase as long as the files get generated .. will let you know thanx for ur help regards marco On 9/18/06, Rémy Sanlaville [EMAIL PROTECTED] wrote: Hello Marco, for some reasons, if i use

maven2 / xdoclet plugin and strutsconfigxml

2006-09-14 Thread Marco Mistroni
hi all, i have a webapp where i want to generete the struts-config.xml i am currently using maven2, my action class is as follows /** * @struts.action name=contactForm path=/editPerson scope=request * validate=false input=mainMenu * * @struts.action-forward *name=success *

Re: [Xdoclet-user] XDoclet plugin.... problem generating wsdl for ejbwebservice

2006-08-31 Thread David J. M. Karlsen
Marco Mistroni wrote: hello all, i am trying to expose an EJB as a webservice in my app that is using Maven2 what i am trying to do is to generate sources with xdoclet, and then use wseedoclet to generate wsdl file and mappings At runtime, generation of sources works fine...

Re: XDoclet plugin.... problem generating wsdl for ejb webservice

2006-08-31 Thread David J. M. Karlsen
or: xdoclet.modules.ejb.dd.EjbDotXmlSubTask and xdoclet.modules.wsee.WebServices XmlSubTask Known bugs in xdoclet-plugin and/or xdoclet, see http://jira.codehaus.org/browse/MOJO-223 and vote :-) -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

XDoclet plugin.... problem generating wsdl for ejb webservice

2006-08-30 Thread Marco Mistroni
hello all, i am trying to expose an EJB as a webservice in my app that is using Maven2 what i am trying to do is to generate sources with xdoclet, and then use wseedoclet to generate wsdl file and mappings At runtime, generation of sources works fine... generation of ejb jar works partially

New release of XDoclet plugin?

2006-08-25 Thread Jörg Schaible
Hi folks, is there any chance of a new release of the XDocelt plugin with actualized versions? Especially the dep to the antrun plugin 1.0 does major grief, since it breaks any multi-module builds that usilize both plugins. - Jörg

examples on maven xdoclet plugin

2006-04-14 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
Hi Can anyone please send me some examples on using maven2-xdoclet2-plugin for annotated beans. Thanks -Jagan

Re: examples on maven xdoclet plugin

2006-04-14 Thread Wayne Fay
This was just discussed in the last 2 days on the [mojo-dev] list. Check the archives for the dev@mojo.codehaus.org email list -- Kostis provided some sample code and configuration... Wayne On 4/14/06, Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions, Inc. at Cisco) [EMAIL PROTECTED]

RE: examples on maven xdoclet plugin

2006-04-14 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
: examples on maven xdoclet plugin This was just discussed in the last 2 days on the [mojo-dev] list. Check the archives for the dev@mojo.codehaus.org email list -- Kostis provided some sample code and configuration... Wayne On 4/14/06, Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions, Inc

Re: examples on maven xdoclet plugin

2006-04-14 Thread Wayne Fay
give me more info. Thanks -Jagan -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 10:40 AM To: Maven Users List Subject: Re: examples on maven xdoclet plugin This was just discussed in the last 2 days on the [mojo-dev] list. Check

[M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Srepfler Srgjan
Hi, I've been trying the xdoclet plugin 1.0-alpha-2 from org.codehaus.mojo ; I've tried to compile some standard hibernate annotated classes from the appfuse project and I'm getting this error: Below is the pom.xml, any ideas why am I getting this error message? Thanks in advance, keep up

RE: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Allison, Bob
] Sent: Friday, November 18, 2005 11:42 To: Maven Users List Subject: [M2] Xdoclet plugin and hibernate task Hi, I've been trying the xdoclet plugin 1.0-alpha-2 from org.codehaus.mojo ; I've tried to compile some standard hibernate annotated classes from the appfuse project and I'm getting

Re: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Srepfler Srgjan
. -Original Message- From: Srepfler Srgjan [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 11:42 To: Maven Users List Subject: [M2] Xdoclet plugin and hibernate task Hi, I've been trying the xdoclet plugin 1.0-alpha-2 from org.codehaus.mojo ; I've tried to compile some

Re: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Srepfler Srgjan
The classes compile just fine, here's a a class and the baseobject; User.java: package org.appfuse.model; import java.io.Serializable; import java.util.HashSet; import java.util.Set; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder;

RE: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Allison, Bob
So do all five classes compile without using XDoclet? -Original Message- From: Srepfler Srgjan [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 12:00 To: Maven Users List Subject: Re: [M2] Xdoclet plugin and hibernate task BaseObject is in the same folter as the model objects

Re: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Srepfler Srgjan
Allison, Bob wrote: So do all five classes compile without using XDoclet? Yes, they all compile, furthermore they are the same classes from the well established framework appfuse, meaning the annotations are correct (although I'm not shure if he uses hibernate 2.0 or 3.0 as a version).

RE: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Allison, Bob
Message- From: Srepfler Srgjan [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 12:03 To: Maven Users List Subject: Re: [M2] Xdoclet plugin and hibernate task The classes compile just fine, here's a a class and the baseobject; User.java: package org.appfuse.model; import

Re: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Srepfler Srgjan
Could it be that I should modify my pom.xml? Perhaps I used variables that put the files in a wrong position so that it can't find it in the classpath? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: M2 : Major Bug in xdoclet plugin ?

2005-11-17 Thread Peschier J. (Jeroen)
/ localhomeinterface destDir=${basedir}/src/ /ejbdoclet ---Oorspronkelijk bericht- Van: Pete [mailto:[EMAIL PROTECTED] Verzonden: zondag 13 november 2005 17:26 Aan: Maven Users List Onderwerp: Re: M2 : Major Bug in xdoclet plugin ? Anyone help ? On 12/11/05, Pete [EMAIL PROTECTED] wrote: If I use

Re: M2 : Major Bug in xdoclet plugin ?

2005-11-17 Thread Pete
=${basedir}/src/ /ejbdoclet ---Oorspronkelijk bericht- Van: Pete [mailto:[EMAIL PROTECTED] Verzonden: zondag 13 november 2005 17:26 Aan: Maven Users List Onderwerp: Re: M2 : Major Bug in xdoclet plugin ? Anyone help ? On 12/11/05, Pete [EMAIL PROTECTED] wrote: If I use the xdoclet

XDoclet plugin : What was wrong - Solutions

2005-11-16 Thread Jerarckill - ANS
The problem related to the XDoclet plugin that was producing a nasty exception when launched was due to the fact that the alpha-1.0 version was just not working. This version is the one referenced as example on Codehaus website and is NOT WORKING for ejbDoclet task (I don't know for other

[m2] new xdoclet plugin + framework - feedback?

2005-11-16 Thread Ashley Williams
Hi Just testing the waters here with regards to a new plugin framework that I've started, to see if there is any demand. It's not specific to xdoclet but because I rely on xdoclet functionality a lot, it's become my prototype project. First of all the link:

Re: Cannot make XDoclet plugin work

2005-11-16 Thread Pete
The problem is with either xdoclet or the xdoclet-maven-plugin. One of them has a dependency on commons-logging-1.1-dev, which is not yet released. That dependency is therefor not available at ibiblio. Jerarckill - ANS wrote: Hello, I am trying to make the XDoclet plugin work on one of my

Re: Cannot make XDoclet plugin work

2005-11-16 Thread Pete
The problem is with either xdoclet or the xdoclet-maven-plugin. One of them has a dependency on commons-logging-1.1-dev, which is not yet released. That dependency is therefor not available at ibiblio. Jerarckill - ANS wrote: Hello, I am trying to make the XDoclet plugin

Re: Cannot make XDoclet plugin work

2005-11-14 Thread Dennis Lundberg
Hello The problem is with either xdoclet or the xdoclet-maven-plugin. One of them has a dependency on commons-logging-1.1-dev, which is not yet released. That dependency is therefor not available at ibiblio. Jerarckill - ANS wrote: Hello, I am trying to make the XDoclet plugin work on one

Re: Cannot make XDoclet plugin work

2005-11-14 Thread Dennis Lundberg
not available at ibiblio. Jerarckill - ANS wrote: Hello, I am trying to make the XDoclet plugin work on one of my project. Since the task needed is ejbDoclet, i just copy-pasted the code given from http://mojo.codehaus.org/xdoclet-maven-plugin/usage.html This copy-pasted code is the following

Re: M2 : Major Bug in xdoclet plugin ?

2005-11-13 Thread Pete
Anyone help ? On 12/11/05, Pete [EMAIL PROTECTED] wrote: If I use the xdoclet plugin to generate ejb classes all works fine and as expected - providing I running one ejb project at a time. e.g. mvn clean generate-sources from the pom.xml for the EJB project(s) all is ok. BUT if I run

M2 : Major Bug in xdoclet plugin ?

2005-11-12 Thread Pete
If I use the xdoclet plugin to generate ejb classes all works fine and as expected - providing I running one ejb project at a time. e.g. mvn clean generate-sources from the pom.xml for the EJB project(s) all is ok. BUT if I run from the parent project pom :- - the reactor correctly finds

[m2] xdoclet plugin

2005-11-02 Thread Miguel Griffa
Is there any xdoclet plugin ready for m2? I haven't found a reference in m2 site, any idea? -- Miguel Griffa Skype: miguel.griffa Y!: m_griffa MSN: [EMAIL PROTECTED] Cell: 54-911-62519355

RE: [m2] xdoclet plugin

2005-11-02 Thread Yann Le Du
Hi Miguel, You got one at mojo.codehaus.org : http://mojo.codehaus.org/xdoclet-maven-plugin/ Regards, Yann --- Miguel Griffa [EMAIL PROTECTED] a écrit : Is there any xdoclet plugin ready for m2? I haven't found a reference in m2 site, any idea? -- Miguel Griffa Skype: miguel.griffa Y

Re: [m2] xdoclet plugin

2005-11-02 Thread Miguel Griffa
great! thanks I'll try it asap On 11/2/05, Yann Le Du [EMAIL PROTECTED] wrote: Hi Miguel, You got one at mojo.codehaus.org http://mojo.codehaus.org : http://mojo.codehaus.org/xdoclet-maven-plugin/ Regards, Yann --- Miguel Griffa [EMAIL PROTECTED] a écrit : Is there any xdoclet

Re: maven2 xdoclet plugin

2005-07-25 Thread Konstantin Priblouda
--- Arto Pastinen [EMAIL PROTECTED] wrote: Hi! XDoclet 1, unless what is the situation of the XDoclet 2?!? If the hibernatedoclet works it is also fine for me.. hibernate plugin is mot active part of XD2. I recall that one of your developers ( Anatol Pomozov ) was active in M2

maven2 xdoclet plugin

2005-07-24 Thread Arto Pastinen
Hi! Does anyone know how to get xdoclet plugins to work in maven2?!? - Artsi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven2 xdoclet plugin

2005-07-24 Thread Konstantin Priblouda
--- Arto Pastinen [EMAIL PROTECTED] wrote: Hi! Does anyone know how to get xdoclet plugins to work in maven2?!? You mean XD 1.2.x or XD2 ? regards, [ Konstantin Pribluda http://www.pribluda.de ] Still using XDoclet 1.x? XDoclet 2 is released and of production

XDoclet plugin for maven 2

2005-06-30 Thread Loïc Lefèvre
Hi, do you know if the maven xdoclet plugin has been / is being ported to maven 2? Thanks for your comments, Loïc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem with strutsconfigxml piece of webdoclet piece of xdoclet plugin for maven

2005-05-24 Thread AAKhopkar
-xdoclet-plugin-1.2.3' Loading plugin 'andromda-cartridge-plugin-3.0-RC2-SNAPSHOT' Loading plugin 'maven-jbuilder-plugin-1.5' Loading plugin 'maven-console-plugin-1.1' Loading plugin 'maven-webserver-plugin-2.0' Loading plugin 'maven-axis-plugin-0.7' Loading plugin 'maven-aspectwerkz-plugin-1.2

Problem with strutsconfigxml piece of webdoclet piece of xdoclet plugin for maven

2005-05-20 Thread AAKhopkar
-xdoclet-plugin-1.2.3' Loading plugin 'andromda-cartridge-plugin-3.0-RC2-SNAPSHOT' Loading plugin 'maven-jbuilder-plugin-1.5' Loading plugin 'maven-console-plugin-1.1' Loading plugin 'maven-webserver-plugin-2.0' Loading plugin 'maven-axis-plugin-0.7' Loading plugin 'maven-aspectwerkz-plugin-1.2

Problem with strutsconfigxml part of webdoclet piece of xdoclet plugin for maven

2005-05-20 Thread AAKhopkar
-xdoclet-plugin-1.2.3' Loading plugin 'andromda-cartridge-plugin-3.0-RC2-SNAPSHOT' Loading plugin 'maven-jbuilder-plugin-1.5' Loading plugin 'maven-console-plugin-1.1' Loading plugin 'maven-webserver-plugin-2.0' Loading plugin 'maven-axis-plugin-0.7' Loading plugin 'maven-aspectwerkz-plugin-1.2

Re: Problem with strutsconfigxml part of webdoclet piece of xdoclet plugin for maven

2005-05-20 Thread Felipe Leme
Changing the subject a little bit, is XDoclet 1.2.3 already in a public maven repository? I'm asking because I have to use that version and had to setup it locally in my machine (I didn't want to open a MAVENUPLOAD REQUEST for it, as there are dozens of jars to be bundled and I was too lazy to

Problem with strutsconfigxml piece of webdoclet piece of xdoclet plugin for maven

2005-05-19 Thread AAKhopkar
-xdoclet-plugin-1.2.3' Loading plugin 'andromda-cartridge-plugin-3.0-RC2-SNAPSHOT' Loading plugin 'maven-jbuilder-plugin-1.5' Loading plugin 'maven-console-plugin-1.1' Loading plugin 'maven-webserver-plugin-2.0' Loading plugin 'maven-axis-plugin-0.7' Loading plugin 'maven-aspectwerkz-plugin-1.2' Loading

Newbie: maven and xdoclet without the xdoclet-plugin - No results

2005-04-08 Thread Louis Burroughs
I was running the xdoclet plugin for maven and was having trouble with error messages telling me that I had files in more than one fileset. So I decided to scale back and take a working ant script and incorporate it into my maven.xml. The script runs to completion and tells me that the build

Maven Xdoclet plugin question

2004-08-11 Thread Poppe, Troy
I have an ant script with the following ejbdoclet task being executed, and I'd like to convert this to Maven. I'm working on editing my project.properties, and setting up the appropriate maven.xdoclet.ejbdoclet properties. I'm a little stumped at how I would do the packageSubstitution that I am

RE: Maven Xdoclet plugin question

2004-08-11 Thread Eric Pugh
Subject: Maven Xdoclet plugin question I have an ant script with the following ejbdoclet task being executed, and I'd like to convert this to Maven. I'm working on editing my project.properties, and setting up the appropriate maven.xdoclet.ejbdoclet properties. I'm a little stumped

Re: Maven Xdoclet plugin question

2004-08-11 Thread M.-Leander Reimer
Jey Troy, here is are a few examples of my ejbdoclet properties adapted to your packages: maven.xdoclet.ejbdoclet.utilobject.0 = true maven.xdoclet.ejbdoclet.utilobject.0.Kind = physical

Maven-Xdoclet-plugin to generate struts-config.xml ????

2004-08-04 Thread Eric Chow
Hello, I want to use SSLExt for Struts. In my struts-config.xml, I have to add something in the action-mapping/ as following: action-mappings type=org.apache.struts.config.SecureActionConfig action path=/call type=com.echows.ejcourse.portal.action.RedirectAction scope=request

xdoclet plugin problem

2004-06-28 Thread Nathan Coast
Hi, I've just started trying to use ejbdoclet task from the xdoclet plugin with maven rc3 and I'm getting the following error: taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found If I output the classpath passed to the taskdef command, I get the following: D:\apache\Maven-1.0-rc3

Re: xdoclet plugin problem

2004-06-28 Thread Nathan Coast
this mean the xdoclet team need to update their plugin? cheers Nathan Nathan Coast wrote: Hi, I've just started trying to use ejbdoclet task from the xdoclet plugin with maven rc3 and I'm getting the following error: taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found If I output

Re: xdoclet plugin problem

2004-06-28 Thread Nathan Coast
I just modified the xdoclet plugin in accordance with the docs and I get back to the original problem of: taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found any suggestions as to how to fix the problem without the root classloader workaround? Nathan Coast wrote: well I fixed

Re: Maven XDoclet Plugin and the maven.xdoclet.ejbdoclet.fileset property

2004-04-22 Thread Konstantin Priblouda
--- Webb Morris [EMAIL PROTECTED] wrote: I've been thinking about what Konstantin said below: And you always have option to use ant invokation for xdoclet tasks un your maven.xml - this is prefererd way for xdoclet 2 ( at least there is no maven plugin planned, because everything got

Re: Maven XDoclet Plugin and the maven.xdoclet.ejbdoclet.fileset property

2004-04-14 Thread Konstantin Priblouda
--- Webb Morris [EMAIL PROTECTED] wrote: Everyone, In the XDoclet Plugin, when you specify the filesets for the ejbdoclet task, the task always assumes the files will be in pom.build.sourceDirectory. I think this is rather short-sighted (mainly because I have some filesets

Maven XDoclet Plugin and the maven.xdoclet.ejbdoclet.fileset property

2004-04-13 Thread Webb Morris
Everyone, In the XDoclet Plugin, when you specify the filesets for the ejbdoclet task, the task always assumes the files will be in pom.build.sourceDirectory. I think this is rather short-sighted (mainly because I have some filesets that are not in that directory ;) ). Anyway, this would

Re: What does the XDoclet plugin expects?

2004-03-15 Thread Konstantin Priblouda
--- Marco Tedone [EMAIL PROTECTED] wrote: I've defined your same properties, defined ejbdoclet as pregoal and I'm obtaining the following error: ant:javac srcdir D:\Projects\jemos-xmlop-1.0\src\target\xdoclet\ejbdoclet does not exist! The ejbdoclet goal is looking for a

Re: What does the XDoclet plugin expects?

2004-03-15 Thread Marco Tedone
] To: Maven Users List [EMAIL PROTECTED]; Marco Tedone [EMAIL PROTECTED] Sent: Monday, March 15, 2004 7:26 PM Subject: Re: What does the XDoclet plugin expects? --- Marco Tedone [EMAIL PROTECTED] wrote: Hi, I'm reading the documentation on the XDoclet website about the Maven plugin. However

Re: What does the XDoclet plugin expects?

2004-03-15 Thread Webb Morris
: What does the XDoclet plugin expects? --- Marco Tedone [EMAIL PROTECTED] wrote: Hi, I'm reading the documentation on the XDoclet website about the Maven plugin. However, I don't know what the xdoclet:ejbdoclet goal expects in the maven.xml file. I've got a folder /src under

Generating EJBs with XDoclet plugin

2004-03-14 Thread Marco Tedone
Hi, I'm just starting to use the Maven plugin to build the EJBs. I declared the xdoclet plugin as follows: dependency groupIdxdoclet/groupId artifactIdmaven-xdoclet-plugin/artifactId version1.2/version typeplugin/type urlhttp://xdoclet.sourceforge.net//url /dependency I've got also

xdoclet plugin?

2004-01-28 Thread conradwt
Hi, where can I download the xdoclet plugin? Thanks, -Conrad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: xdoclet plugin?

2004-01-28 Thread Rademacher Tobias
, 2004 9:52 PM To: [EMAIL PROTECTED] Subject: xdoclet plugin? Hi, where can I download the xdoclet plugin? Thanks, -Conrad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: XDoclet plugin strange behavior

2004-01-05 Thread Kevin Hagel
@XJAVADOC_VERSION@/version /dependency Without this fix XDoclet's maven plugin will not load. - Original Message - From: __matthewHawthorne [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Sunday, January 04, 2004 10:55 AM Subject: Re: XDoclet plugin strange behavior A week or so

Re: XDoclet plugin strange behavior

2004-01-04 Thread Konstantin Priblouda
--- Aleksandr Shneyderman [EMAIL PROTECTED] wrote: As you have probably noticed for the last couple of days I was struggling with XDoclet plugin. What I did is I downloaded their 1.2 version, created xdoclet/jars directory in my local repository, copied over the jars that come

Re: XDoclet plugin strange behavior

2004-01-04 Thread Aleksandr Shneyderman
Konstantin Priblouda wrote: Well, if yoyu use gourpid, you have to call your xjavadoc xdoclet-xjavadoc.whatever.jar According to the documentation the files are located according to the following pattern: ${repo}/${groupId}/${type}s/${artifactId}-${version}.${type} So if my dependency looks

  1   2   >