User: vharcq
Date: 02/03/01 13:14:23
Modified: core/src/xdoclet/template TemplateEngine.java
Log:
Better support for timestamp(TS) checks done to guess if a generation is needed or
not.
1. For class we compare generated class TS to the tagged class as well as all its
superclasses. Then we look for template file TS. Then we look for merge files inside
this template
2. For file (xml dd) we compare generated file TS to the template file TS. then we
look for merge files inside this template. Then we look for tagged bean in source
path TS. Then we look for their superclasses TS.
Hope this is enough now
Revision Changes Path
1.18 +3 -2 xdoclet/core/src/xdoclet/template/TemplateEngine.java
Index: TemplateEngine.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/template/TemplateEngine.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -w -r1.17 -r1.18
--- TemplateEngine.java 22 Feb 2002 16:28:21 -0000 1.17
+++ TemplateEngine.java 1 Mar 2002 21:14:23 -0000 1.18
@@ -31,7 +31,7 @@
* @author Ara Abrahamian ([EMAIL PROTECTED])
* @author Dmitri Colebatch ([EMAIL PROTECTED])
* @created July 14, 2001
- * @version $Revision: 1.17 $
+ * @version $Revision: 1.18 $
* @see #generate(java.lang.String)
*/
public class TemplateEngine
@@ -369,6 +369,7 @@
public void print( String output )
{
+ if( out != null )
out.print( output );
}
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel