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

Modified Files:
        tools.xml 
Log Message:
o Fixed bug XJD-12
o Improved CodeUnit documentation
o Removed calls to deprecated xjavadoc methods

Index: tools.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/xdocs/tools.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** tools.xml   27 Dec 2002 14:26:12 -0000      1.13
--- tools.xml   7 Jan 2003 10:00:19 -0000       1.14
***************
*** 42,45 ****
--- 42,69 ----
                  </subsection>
  
+                 <subsection name="CodeUnit">
+                     <p>
+                         CodeUnit is a JUnit extension that implements logic to 
+compare two
+                         Java source files. It lets you compare two files on the AST 
+level
+                         (strict), or on the API level (relaxed).
+                     </p>
+                     <p>
+                         CodeUnit is intended to be used to test the output of Java 
+code generators 
+                         like XDoclet, Middlegen, UML2EJB and others.
+                     </p>
+                     <p>
+                         CodeUnit is used by extending the xjavadoc.CodeTestCase 
+class and calling
+                         the assertApiEquals or assertAstEquals methods from the 
+various testXxx() methods.
+                         Everything you need is in the xjavadoc jar file.
+                     </p>
+                     <p>
+                         CodeUnit is currently not used by XDoclet 1.2.x, but it will 
+be used in the
+                         upcoming XDoclet 2. It is also used in UML2EJB.
+                     </p>
+                     <p>
+                         Look at the xjavadoc.CodeTest class in the XJavaDoc sources 
+for an example.
+                     </p>
+                 </subsection>
+ 
                  <subsection name="XDoclet GUI">
                      <p>
***************
*** 80,84 ****
                      <p>
                          Middlegen will (among other things) relieve you from the 
headaches involved with
!                         @ejb.relation tags.
                      </p>
                  </subsection>
--- 104,108 ----
                      <p>
                          Middlegen will (among other things) relieve you from the 
headaches involved with
!                         @ejb.relation tags. Support for Hibernate is on the way.
                      </p>
                  </subsection>
***************
*** 93,96 ****
--- 117,123 ----
                          <a href="http://uml2ejb.sourceforge.net/";>UML2EJB</a>.
                      </p>
+                     <p>
+                         UML2EJB generates java sources with XDoclet @tags from UML 
+models.
+                     </p>
                  </subsection>
                  <subsection name="MockDoclet">
***************
*** 103,107 ****
                  <subsection name="XDoclet Templates">
                      <p>
!                         <a 
href="http://www.dockter-its.de/service/index.html";>XDoclet Templates</a> for <a 
href="http://www.eclipse.org";>Eclipse</a>.
                      </p>
                  </subsection>
--- 130,134 ----
                  <subsection name="XDoclet Templates">
                      <p>
!                         <a 
href="http://www.dockter-its.de/service/index.html";>XDoclet Templates</a> for <a 
href="http://www.eclipse.org/";>Eclipse</a>.
                      </p>
                  </subsection>



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to