Ant Tasks
Apache Ant is used to handle every aspect of the project from compiling to creating the documentation. Here is the list of ant tasks: - all - Compile all java files, create all web applications, run the unit tests and create the documentation
- cloverGUI - Show clover report in swing GUI.
- cloverReport - Create clover html report.
- compileJunit - Builds the JUnit testcases
- compileRequestSimulator - Builds the HTTPRequestSimulator web application classes
- compileResolver - Builds all the merkwelt profile resolver classes
- compileXMLproducer - Builds the xml producer used to create documentation of the profile descriptions
- copyCSS - Copy the css files from the xsl folder to the documentation folder
- createDocumentation - Creates the complete project documentation.
- jarResolver - Create the jar of the resolver classes
- javadoc - Create the javadoc for the resolver and junit packages
- junit - Run the JUnit testcases
- junitReport - Create the JUNIT Test Report
- packageReleases - Creates the relsease files merkwelt-profile-resolver-src/bin.zip
- scanSrc - Run the code through the PMD code scan.
- startClover - Start Base Clover Component
- transformDocumentation - Create HTML files from the documentation XML files and configuration XML files such as the profile xml files.
- warAxisWebservice - Builds the sampleServlet filter web application
- warRequestSimulator - Creates the request simulator war file
- warSampleServletFilter - Builds the sampleServlet filter web application
|