Update of /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet/generators
In directory sc8-pr-cvs1:/tmp/cvs-serv6403/core/src/java/xdoclet/generators

Modified Files:
        VelocityGenerator.java 
Log Message:
Added bridge between commons-logging and Ant's logger

Index: VelocityGenerator.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet/generators/VelocityGenerator.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** VelocityGenerator.java      10 Feb 2003 11:37:15 -0000      1.12
--- VelocityGenerator.java      10 Feb 2003 12:24:52 -0000      1.13
***************
*** 10,14 ****
  import java.util.Map;
  import java.util.HashMap;
- import java.util.Collection;
  
  import org.apache.velocity.VelocityContext;
--- 10,13 ----
***************
*** 63,66 ****
--- 62,66 ----
          }
          catch (Exception e) {
+             // It's a shame Velocity doesn't throw more specific exceptions. Oh 
+well...
              throw new IllegalStateException("Couldn't initialise Velocity: " + 
e.getMessage());
          }



-------------------------------------------------------
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