Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Other Build Tools
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
Other Build Tools
PMD ANT problem
jan dressen
Ranch Hand
Posts: 47
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
can anyone help me fixing a problem I am having with
ANT
and PMD?
this is my pmd ant target
<target name="pmd" depends="test"> <taskdef name="pmd" classpath="..\test\libs\pmd-4.2.5.jar" classname="net.sourceforge.pmd.ant.PMDTask"/> <pmd> <ruleset>basic</ruleset> <formatter type="net.sourceforge.pmd.renderers.HTMLRenderer" toFile="${pmd.dir}/pmd_report.html" toConsole="true"/> <fileset dir="C:\Documents and Settings\Default User\.hudson\jobs\test\workspace\trunk\bl\src"> <include name="**/*.java"/> </fileset> </pmd> </target>
but nothing is generated when i run this target, thisis in the output
pmd:
BUILD SUCCESSFUL
Total time: 39 seconds
Misha Ver
Ranch Hand
Posts: 470
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How about this file '${pmd.dir}/pmd_report.html"?
jan dressen
Ranch Hand
Posts: 47
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
it's empty...
Misha Ver
Ranch Hand
Posts: 470
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Try running "ant -v pmd" to get verbose output
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Ant target is not displaying results in eclipse
Problem getting log4j.properties picked up when I use security.manager ?
pmd - type resolution rules not running
Assignment submission file structure verification / ant build.xml
Ant build failed: Reference application not found
More...