Update of /cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/maven/resources
In directory
sc8-pr-cvs1:/tmp/cvs-serv20875/xdoclet/modules/xdoclet/src/xdoclet/modules/maven/resources
Modified Files:
mavenplugin.xdt
Log Message:
Improved Maven plugin and added Maven scripts to the samples. ejbdoclet and webdoclet
run fine from Maven, but not hibernatedoclet. The Collections taghandler isn't found
for some reason.
Index: mavenplugin.xdt
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/maven/resources/mavenplugin.xdt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** mavenplugin.xdt 13 Dec 2002 21:22:18 -0000 1.6
--- mavenplugin.xdt 16 Dec 2002 01:18:45 -0000 1.7
***************
*** 20,23 ****
--- 20,25 ----
<pathelement path="${plugin.getDependencyPath('xdoclet')}"/>
<pathelement path="${plugin.getDependencyPath('xdoclet+xjavadoc')}"/>
+ <pathelement
+path="${plugin.getDependencyPath('xdoclet+xdoclet-module')}"/>
+ <pathelement
+path="${plugin.getDependencyPath('commons-collections')}"/>
<pathelement path="${plugin.getDependencyPath('commons-logging')}"/>
<pathelement path="${plugin.getDependencyPath('log4j')}"/>
***************
*** 133,136 ****
--- 135,146 ----
</<XDtMavenplugin:elementName/>>
+
+ <!--
+ In order to make it easier for the user of the XDoclet plugin, we
+automatically add the
+ destination folder to the compile path. This way, people don't have to deal
+with maven:addPath in their own
+ maven.xml scripts. This has been tested with Maven from CVS HEAD on
+2002.12.15. (AH)
+ -->
+ <path id="<XDtMavenplugin:elementName/>.java.compile.src.set"
+location="${maven.build.dir}/xdoclet/<XDtMavenplugin:elementName/>"/>
+ <maven:addPath id="maven.compile.src.set"
+refid="<XDtMavenplugin:elementName/>.java.compile.src.set"/>
</goal>
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel