updating jars

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1673 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-04-01 17:13:40 +00:00
parent a74b1957b2
commit 13ea5cb7b4
6 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<property name="lib" value="lib/"/>
<property name="etc" value="etc/"/>
<property name="build" value="build/"/>
<property name="pmdjar" value="pmd-1.03.jar"/>
<property name="pmdjar" value="pmd-1.04.jar"/>
<property name="pluginversion" value="0.1"/>
<property name="jdeveloper.install.dir" value="/home/tom/jdev/jdev/lib/ext/${ant.project.name}-${pluginversion}"/>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -107,7 +107,7 @@ public class Plugin implements Addin, Controller, ContextMenuListener {
return true;
} catch (PMDException e) {
e.printStackTrace();
e.getOriginalException().printStackTrace();
e.getReason().printStackTrace();
JOptionPane.showMessageDialog(null, "Error while running PMD: " + e.getMessage(), TITLE, JOptionPane.ERROR_MESSAGE);
} catch (Exception e) {
e.printStackTrace();