• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

[FlexPMD] flexpmd.html report created with zero bytes [Plz help]

New Here ,
Jun 02, 2010 Jun 02, 2010

Copy link to clipboard

Copied

hi folks,

initially i integrated FlexPMD with Maven.

when i tried to build it creates the following:

two folders:

* CSS --- contains css files

* Images --- contains image files

two files:

flexpmd.html -- created with zero bytes

pmd.xml -- it lists the violations.

my pom.xml

<plugin>
<groupId>com.adobe.ac</groupId>
<artifactId>flex-pmd-maven-plugin</artifactId>
<version>1.0.RC3</version>
<executions>
    <execution>
    <goals>
        <goal>check</goal>
    </goals>
    </execution>
</executions>
<configuration>
    <ruleSet>${basedir}/pmd-ruleset.xml</ruleSet>
    <outputDirectory>${basedir}/target/pmd</outputDirectory>
</configuration>
</plugin>

then i tried to integrate with Hudson, i configured this pmd.xml with hudson, its showing empty graph(see below)flexpmd.JPG

could you tell me , why this flexpmd.html is generated with zero bytes and why i'm not able to see plotted graph

i tried the following version 1.0.RC4,1.0.RC5 and 1.1. but these versions also creating empty html report and some versions not running under hudson.

please provide the correct version and details to solve this issue.

please help in this issue, no help except this forum... i googled already did nt get any help.

correct me if i'm wrong.

thanks in advance.

Regards,

Mani

TOPICS
FlexPMD

Views

757

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 25, 2010 Jun 25, 2010

Copy link to clipboard

Copied

LATEST

Hi,

What do you have in the console log?

Please, try with 1.1.

Xavier

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines