As far as maven and xdoclet: Maven is an Ant wrapper, right?
I've always had more luck with xdoclet just using straight ant script inside my maven.xml
you can define taskdefs and replace "targets" with "goals", it generally works the same.


Then again: it's

maven.xdoclet.webdoclet.mergeDir

not maven.xdoclet.webdoclet.mergedir

Take a look in your mavenrepository in the plugins/maven-xdoclet-plugin-1.2/ directory.
look at the plugin.jelly file, look at the plugin.properties file.


open plugin.jelly, scroll down to <webdoclet>, it's about 3200 lines down!

Marco Mistroni wrote:

Hi,
        Thanx for the reply...but unfortunately I still have
The mergedir problem.  :-(
I had it before by building samples using ant, I solved it by specifying
As mergedir ${basedir}/src/merge/web..

But with maven, it seems that the mergedir is always ignored.

Inside the samples directory of xdoclet, I have src/merge/web/
containing
Servlets.xml and mappings.xml


If I specify this property in project properties


maven.xdoclet.webdoclet.mergedir=src/merge/web

all the servlets specified in servlets.xml don’t appear in web.xml

anyone has any hint on what could be the problem?

Thanx in advance and regars
        marco



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Konstantin Priblouda
Sent: 31 March 2004 12:13
To: [EMAIL PROTECTED]
Subject: Re: [Xdoclet-user] XDoclet and Maven questions..


--- Marco Mistroni <[EMAIL PROTECTED]> wrote:


Hi all,
I have few questions about using xdoclet
and maven.
1 - it seems to me that , thru xdoclet, I need to
have log4j 1.2.6. any
way to use
log4j 1.2.8, or that will break XDoclet?



I use 1.2.7, and xdoclet is not yet broken...





regards,


=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------


__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user





-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to