Update of /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/gui/swing
In directory sc8-pr-cvs1:/tmp/cvs-serv8437/src/java/xdoclet/gui/swing
Modified Files:
MethodAction.java
Log Message:
Added jxpath
Minor beaninfo related changes
Index: MethodAction.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/gui/swing/MethodAction.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** MethodAction.java 16 Mar 2003 17:06:56 -0000 1.2
--- MethodAction.java 16 Mar 2003 23:24:15 -0000 1.3
***************
*** 9,12 ****
--- 9,14 ----
import java.beans.MethodDescriptor;
+ import org.apache.commons.logging.LogFactory;
+
/**
*
***************
*** 32,35 ****
--- 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);
}
-------------------------------------------------------
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