Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.37 KB

File metadata and controls

34 lines (27 loc) · 1.37 KB

Introduction

The following project is aimed at a tutorial showing how ANT/Maven can be combined together. It consists of some sample code, which can then be compiled and packed using ant/maven The default is a very old old version and depends on ant-contrib v 1.0b2 (1.03 has severe issues and breaks the script!)

Use these files as base and extend to update them as per requirements of assignment/project.

Required Software

  • Maven
  • ANT
  • Java (preferrably JDK 7+)
  • PMD (Optional - if not installing it, remove references to PMD in Ant build files)
  • Cobertura (Optional, bu recommended)

Installing PMD

Installing Maven

  • Download MAven and unzip to a folder
  • set MAVEN_HOME to name of folders where it was unzipped.

Installing ANT

  • Download MAven and unzip to a folder
  • set ANT_HOME to name of folders where it was unzipped.

Additional config