User: vharcq
Date: 02/04/17 23:16:01
Modified: core/samples/script build.xml
Log:
Move out xdoclet-generate generattion to a new ant property "addedtags" that can
take multiple comma separated tags to add to generated class javadoc.
Let ant take car of TODAY adding for example.
This permits more flexibility.
See samples build for an example.
Revision Changes Path
1.81 +5 -0 xdoclet/core/samples/script/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/samples/script/build.xml,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -w -r1.80 -r1.81
--- build.xml 14 Apr 2002 16:33:51 -0000 1.80
+++ build.xml 18 Apr 2002 06:16:01 -0000 1.81
@@ -115,11 +115,16 @@
</fileset>
</path>
+ <tstamp>
+ <format property="TODAY" pattern="d-MM-yy" />
+ </tstamp>
+
<ejbdoclet
classpathref="ejbdoclet.class.path"
destdir="${generated.java.dir}"
mergedir="parent-fake-to-debug"
excludedtags="@version,@author,@todo"
+ addedtags="@xdoclet-generated at ${TODAY},@copyright The XDoclet Team"
ejbspec="2.0"
force="${xdoclet.force}">
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel