Flex PMD Developer DocumentationThe purpose of this documentation is to help setting up your environment if you want to create your own rules or extend FlexPMD. Requirements: Here are the steps you will need to do: 1. Add a SubVersion client or SubEclipse 2. Install Maven locally 3. Add the the Maven binary directory to the path.
4. Add a Maven eclipse plugin (m2) 5. Check out the projects locally in a folder of your choice 6. Open a command line, change the current directory to <checkOutDirectory> 7. Type : cd flex-pmd-parent && mvn package amd make sure the build succeeds 8. Import the projects into Eclipse using SubEclipse. 9. Create a new workspace variable called FLEX_PMD_TEST_RESOURCES_LOCATION pointing to 10. Make sure the the build succeeds. 11. Run unit-tests for flex-pmd-ruleset, flex-pmd-ruleset-api, flex-pmd-core projects |
|