Update of /cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/maven/resources
In directory 
sc8-pr-cvs1:/tmp/cvs-serv19239/xdoclet/modules/xdoclet/src/xdoclet/modules/maven/resources

Modified Files:
        mavenplugin.xdt 
Log Message:
o Updated build to produce jar files with proper version names.
o For the sake of reduced confusion, all modules and xjavadoc's version number is the 
same as xdoclet.
o Improved the Maven XDoclet plugin. It now produces a jar file to drop into 
$MAVEN/plugins.
o Included the unicode version of xjavadoc in the general build process.

Index: mavenplugin.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/maven/resources/mavenplugin.xdt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** mavenplugin.xdt     27 Nov 2002 14:24:40 -0000      1.4
--- mavenplugin.xdt     9 Dec 2002 23:19:56 -0000       1.5
***************
*** 16,24 ****
              <classpath>
  
!                   <path refid="maven.dependency.classpath"/>
  
                  <pathelement path="${plugin.getDependencyPath('xdoclet')}"/>
                  <pathelement path="${plugin.getDependencyPath('xdoclet+xjavadoc')}"/>
                  <pathelement path="${plugin.getDependencyPath('commons-logging')}"/>
  
              </classpath>
--- 16,25 ----
              <classpath>
  
!               <path refid="maven.dependency.classpath"/>
  
                  <pathelement path="${plugin.getDependencyPath('xdoclet')}"/>
                  <pathelement path="${plugin.getDependencyPath('xdoclet+xjavadoc')}"/>
                  <pathelement path="${plugin.getDependencyPath('commons-logging')}"/>
+                 <pathelement path="${plugin.getDependencyPath('log4j')}"/>
  
              </classpath>
***************
*** 93,97 ****
                  <j:set var="fileset_index_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}"/>
                  <j:if test="${context.getVariable(fileset_index_var_name) != null}">
!                     <fileset dir="src/java">
                          <j:set var="fileset_index_include_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}.include"/>
                          <j:set var="fileset_index_exclude_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}.exclude"/>
--- 94,98 ----
                  <j:set var="fileset_index_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}"/>
                  <j:if test="${context.getVariable(fileset_index_var_name) != null}">
!                     <fileset dir="${pom.build.sourceDirectory}">
                          <j:set var="fileset_index_include_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}.include"/>
                          <j:set var="fileset_index_exclude_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}.exclude"/>
***************
*** 132,135 ****
--- 133,139 ----
  
          </<XDtMavenplugin:elementName/>>
+ 
+         <path id="<XDtMavenplugin:elementName/>.java.compile.src.set" 
+location="${maven.build.dir}/xdoclet/<XDtMavenplugin:elementName/>"/>
+         <maven:addPath id="java.compile.src.set" 
+refid="<XDtMavenplugin:elementName/>.java.compile.src.set"/>
  
      </goal>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to