forked from phoedos/pmd
updating jars
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1673 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -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}"/>
|
||||
|
||||
|
BIN
pmd-jdeveloper/lib/jaxen-core-1.0-fcs.jar
Normal file
BIN
pmd-jdeveloper/lib/jaxen-core-1.0-fcs.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
pmd-jdeveloper/lib/pmd-1.04.jar
Normal file
BIN
pmd-jdeveloper/lib/pmd-1.04.jar
Normal file
Binary file not shown.
BIN
pmd-jdeveloper/lib/saxpath-1.0-fcs.jar
Normal file
BIN
pmd-jdeveloper/lib/saxpath-1.0-fcs.jar
Normal file
Binary file not shown.
@ -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();
|
||||
|
Reference in New Issue
Block a user