Skip navigation
clotton
Currently Being Moderated

Fileset in flexPMD ant task?

Oct 7, 2010 9:39 AM

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

 
Replies
  • Currently Being Moderated
    Oct 7, 2010 11:08 AM   in reply to clotton

    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

     
    |
    Mark as:
  • Currently Being Moderated
    Oct 8, 2012 6:44 AM   in reply to clintmodien

    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

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points