Skip to main content
Inspiring
October 7, 2010
Question

Fileset in flexPMD ant task?

  • October 7, 2010
  • 1 reply
  • 4040 views

Hi,

How can I include/exclude certain files in the flexPMD ant task?  the task doesn't support a nested fileset attribute.  Essentially I want to exclude any files with "test" in the name.

Thanks

This topic has been closed for replies.

1 reply

clintmodien
Known Participant
October 7, 2010

Not currently possible...

As a workaround you have two options:

If your tests and code are in separate dirs... just point flexpmd at your source folders and not your test folders

Or

If your tests are mixed in with your code...

- use ants copy task to copy the code you want to run flexpmd on to a diff dir

- run flexpmd on that dir

- delete that new dir when flexpmd completes

Incidentally you can still achieve package level access by putting your test code in a diff folder than your source folder... that way you can still have your test code in the same package

src/com/company/project/Code.as

test/com/company/project/CodeTest.as

hth

Participant
October 8, 2012

I have multiple source folders in my project. Besides, I have a lib folder where all swc are stored. How can I configure FlexPMD to use multiple source folders AND swc libraries? I am using PMD version 1.2