give this a try: <dependency> <groupId>xdoclet</groupId> <artifactId>xdoclet-web-module</artifactId> <version>1.2</version> </dependency>
What does your repository look like, do you know for sure that the XDoclet jars are installed?
Konstantin Priblouda wrote:
--- Frederic Gedin <[EMAIL PROTECTED]> wrote:
Konstantin Priblouda a écrit :file:/home/frederic/.maven/plugins/maven-xdoclet-plugin-1.2/
)
you need to specify proper dependecies in your
project. xdoclet maven plugin lists only core modules - and
webdoclet is optional.
<dependency>
<id>xdoclet+web-module</id>
<version>1.2b3 ( or whatever version is yours
Hi Konstantin</version> </dependency>
shall save your day.
Thank you for your answer. I am afraid to say that my project.xml contains the right dependencies:
....... <dependency> <id>xdoclet+web-module</id> <version>1.2</version> </dependency>
<dependency> <id>xdoclet+xdoclet-module</id> <version>1.2</version> </dependency> ........
However, I tried to see how theses dependencies are
recorded and I was surprised to see that no dependency has been
actually recorded. Did I see the right thing?
My maven.xml contains: <goal name="xdoclet-webdoclet"> <echo>inside xdoclet-webdoclet</echo> <echo>${maven.dependency.classpath}</echo> <attainGoal name="xdoclet:webdoclet"/> </goal>
and "maven maven xdoclet-webdoclet" gives me __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT
xdoclet-webdoclet: [echo] inside xdoclet-webdoclet [echo]
BUILD FAILED File......
Element... taskdef Line...... 3223 Column.... 81 taskdef class xdoclet.modules.web.WebDocletTask cannot be found Total time: 5 seconds Finished at: Thu Mar 04 18:18:21 CET 2004
As you see no dependency has been recorded.
Where is the problem?
this is almost always due to missing dependency... not especially one from xdoclet.
maven -X coud tell you more information on what is
missing... ( a whole lot more... )
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! Search - Find what you’re looking for faster http://search.yahoo.com
------------------------------------------------------- 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