Skip to content

🐜 An Ant build template for Java projects.

Notifications You must be signed in to change notification settings

sooraj2589/ant-java-junit-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ant-Java-JUnit-Coverage-Checkstyle build template

Build status Tests Coverage

This template is designed for building Java projects with Apache Ant, including the following software engineering practices automated in the build:

  • Unit testing, with JUnit.
  • Coverage analysis, with Cobertura.
  • Code style validation, with Checkstyle.

Making this thing work

Just run ant. The default target is test; to run another target, specify it typing ant <other-target>.

Requirements

What are those cool badges? I want them!

These badges show the status of the project. In this case, they show the last build status, and unit tests and coverage results; all of them for Jenkins CI.

To add the to your project, you must have a server accesible from the Internet, and a Continuous Integration system.

shields.io provides a large variety of embeddable badges, for many CI systems, and plugins for each one. When you construct the URL for the shield, you just have to add it to the README, and this will show the results regarding to the latest build.

About

🐜 An Ant build template for Java projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages