Update of /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/gui/swing
In directory sc8-pr-cvs1:/tmp/cvs-serv22374/src/java/xdoclet/gui/swing

Modified Files:
        MethodAction.java 
Log Message:
compile error fix

Index: MethodAction.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/gui/swing/MethodAction.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** MethodAction.java   16 Mar 2003 23:24:15 -0000      1.3
--- MethodAction.java   17 Mar 2003 00:03:41 -0000      1.4
***************
*** 34,38 ****
              _methodDescriptor.getMethod().invoke(_bean, getArguments());
          } catch (Exception e) {
!             LogFactory.getLog( MethodAction.class ).error("Failed to invoke method: 
" + );
              JOptionPane.showMessageDialog(null, e.getStackTrace(), e.getMessage(), 
JOptionPane.ERROR_MESSAGE);
          }
--- 34,38 ----
              _methodDescriptor.getMethod().invoke(_bean, getArguments());
          } catch (Exception e) {
!             LogFactory.getLog( MethodAction.class ).error("Failed to invoke method: 
" + _methodDescriptor.getMethod(), e);
              JOptionPane.showMessageDialog(null, e.getStackTrace(), e.getMessage(), 
JOptionPane.ERROR_MESSAGE);
          }



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to