From: <dr...@us...> - 2002-12-15 06:45:50
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/directive In directory sc8-pr-cvs1:/tmp/cvs-serv4648/src/org/webmacro/directive Modified Files: IncludeDirective.java Log Message: Eric, please learn to atleast try to compile the code before you commit it. Index: IncludeDirective.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/directive/IncludeDirective.java,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** IncludeDirective.java 15 Dec 2002 06:40:20 -0000 1.16 --- IncludeDirective.java 15 Dec 2002 06:45:47 -0000 1.17 *************** *** 347,354 **** if (_log.loggingDebug()) { _log.debug("Including '" + _strFilename + "' as " ! + (_type == TYPE_MACRO) ? "MACRO" : (_type == TYPE_TEMPLATE) ? "TEMPLATE" : (_type == TYPE_TEXT) ? "TEXT" ! : "UNKNOWN. Throwing exceptin"); } --- 347,354 ---- if (_log.loggingDebug()) { _log.debug("Including '" + _strFilename + "' as " ! + ((_type == TYPE_MACRO) ? "MACRO" : (_type == TYPE_TEMPLATE) ? "TEMPLATE" : (_type == TYPE_TEXT) ? "TEXT" ! : "UNKNOWN. Throwing exceptin")); } |