User: pathoss
Date: 02/05/15 03:41:59
Modified: docs/info Tag: MODULE_REFACTORING_BRANCH using.html
Log:
Fixed bad class name.
Revision Changes Path
No revision
No revision
1.1.2.2 +2 -2 xdoclet/docs/info/Attic/using.html
Index: using.html
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/docs/info/Attic/using.html,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -w -r1.1.2.1 -r1.1.2.2
--- using.html 30 Apr 2002 10:52:30 -0000 1.1.2.1
+++ using.html 15 May 2002 10:41:59 -0000 1.1.2.2
@@ -80,7 +80,7 @@
<pre><target name="ejbdoclet" depends="prepare">
-<taskdef name="ejbdoclet"
classname="xdoclet.ejb.EjbDocletTask"
classpath="${xdoclet.jar.path};${log4j.jar.path};${ant.jar.path}" />
+<taskdef name="ejbdoclet"
classname="xdoclet.modules.ejb.EjbDocletTask"
classpath="${xdoclet.jar.path};${log4j.jar.path};${ant.jar.path}" />
<tstamp>
<format property="TODAY" pattern="d-MM-yy" />
@@ -121,7 +121,7 @@
before compiling anything all home/local/remote interfaces, primary key and
data-object (also known as Value Objects) are generated, plus deployment
descriptors. The first thing you have to do is define ejbdoclet task for Ant. To
-do so you use taskdef, where you specify xdoclet.ejb.EjbDocletTask as the class
+do so you use taskdef, where you specify xdoclet.modules.ejb.EjbDocletTask as the
class
implementing ejbdoclet task. Note that classpath parameter has xdoclet.jar,
log4j.jar and ant.jar (Ant 1.4 or higher) in it. These 3 jars are all needed.</p>
<p>Next you declare ejbdoclet task, with a set of configuration parameters and
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel