source: josm/trunk/tools/pmd/designer.bat@ 12016

Last change on this file since 12016 was 11713, checked in by Don-vip, 7 years ago

add Ant target to run PMD (only few rules for now), fix violations

File size: 158 bytes
Line 
1@echo off
2set TOPDIR=%~dp0..
3set OPTS=
4set MAIN_CLASS=net.sourceforge.pmd.util.designer.Designer
5
6java -classpath %TOPDIR%\pmd\* %OPTS% %MAIN_CLASS% %*
Note: See TracBrowser for help on using the repository browser.