User: rinkrank
Date: 02/10/18 07:50:17
Modified: . Tag: XDOCLET_2_0 build.xml
Log:
Simplified XJavadoc API
-passing qualifiedName to SourceClass no longer needed, it's discovered during parse
(it wasn't before)
-deprecated all methods that pass qualifiedName
-deprecated methods that pass useNodeParser. This must be set prior to parsing with
XJavaDoc.setUseNodeParser(boolean)
-Simplified CodeTestCase API, only takes File as argument
Revision Changes Path
No revision
No revision
1.42.2.2 +1 -2 xjavadoc/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/build.xml,v
retrieving revision 1.42.2.1
retrieving revision 1.42.2.2
diff -u -w -r1.42.2.1 -r1.42.2.2
--- build.xml 16 Oct 2002 23:06:29 -0000 1.42.2.1
+++ build.xml 18 Oct 2002 14:50:17 -0000 1.42.2.2
@@ -204,8 +204,7 @@
<batchtest todir="${build.reports.xml.dir}">
<fileset dir="${build.classes.dir}">
- <include name="**/XJavaDocTest.class"/>
- <include name="**/CodeTest.class"/>
+ <include name="**/*Test.class"/>
</fileset>
<formatter type="xml"/>
-------------------------------------------------------
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