Update of /cvsroot/xdoclet/xdoclet/xdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv7392/xdocs

Modified Files:
        using.xml 
Log Message:
Fixed classpathref.

Index: using.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/xdocs/using.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** using.xml   1 Dec 2002 15:45:20 -0000       1.11
--- using.xml   15 Dec 2002 04:17:18 -0000      1.12
***************
*** 114,122 ****
  
  <source><![CDATA[
  <target name="ejbdoclet" depends="prepare">
      <taskdef
          name="ejbdoclet"
          classname="xdoclet.modules.ejb.EjbDocletTask"
!         
classpath="${xdoclet.jar.path};${xjavadoc.jar.path};${commons-logging.jar.path};${log4j.jar.path};${ant.jar.path}"
      />
  
--- 114,128 ----
  
  <source><![CDATA[
+ <path id="project.class.path">
+     <fileset dir="${lib.dir}">
+         <include name="*.jar"/>
+     </fileset>
+ </path>
+ 
  <target name="ejbdoclet" depends="prepare">
      <taskdef
          name="ejbdoclet"
          classname="xdoclet.modules.ejb.EjbDocletTask"
!         classpathref="project.class.path"
      />
  
***************
*** 127,131 ****
      <ejbdoclet
          destdir="${generated.java.dir}"
-         classpathref="project.class.path"
          excludedtags="@version,@author"
          addedtags="@xdoclet-generated at ${TODAY}"
--- 133,136 ----
***************
*** 174,180 ****
                  are generated. The first thing you have to do is define the 
ejbdoclet task for Ant.<br/>
                  To do so you use taskdef, where you specify 
<code>xdoclet.modules.ejb.EjbDocletTask</code>
!                 as the class implementing ejbdoclet task. Note that classpath 
parameter has xdoclet.jar,
!                 xjavadoc.jar, commons-logging.jar, log4j.jar and ant.jar (Ant 1.5 or 
higher) in it.
!                 These these jars are all needed.
              </p>
              <p>
--- 179,184 ----
                  are generated. The first thing you have to do is define the 
ejbdoclet task for Ant.<br/>
                  To do so you use taskdef, where you specify 
<code>xdoclet.modules.ejb.EjbDocletTask</code>
!                 as the class implementing ejbdoclet task. Note that the classpathref 
points to the path with
!                 id "project.class.path". This path should have all XDoclet jar files 
and commons-logging.jar.
              </p>
              <p>
***************
*** 206,215 ****
      name="templatedoclet"
      classname="xdoclet.DocletTask"
!     
classpath="${xdoclet.jar.path};${commons-logging.jar.path};${log4j.jar.path};${ant.jar.path}"
  />
  
  <templatedoclet
      destdir="${generated.java.dir}"
-     classpathref="project.class.path"
      excludedtags="@version,@author"
  >
--- 210,218 ----
      name="templatedoclet"
      classname="xdoclet.DocletTask"
!     classpathref="project.class.path"
  />
  
  <templatedoclet
      destdir="${generated.java.dir}"
      excludedtags="@version,@author"
  >



-------------------------------------------------------
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

Reply via email to