How to debug Ant Ivy project in Eclipse IDE

In this tutorial, we will show you how to debug an Ant-Ivy web project in Eclipse IDE. Technologies used : Eclipse 4.2 Eclipse Tomcat Plugin Ant 1.9.4 Apache IvyDE Spring 4.1.3.RELEASE Note Previous Ant Spring MVC web project will be reused. 1. Install Apache IvyDE Install Apache IvyDE, it integrates Ivy into Eclipse IDE. Restart …

Read more

Ant – How To Create A Jar File with external libraries

In this tutorial, we will show you how to use Ant build script to create a Jar file and working with the project’s external libraries / dependencies. Technologies used : Eclipse 4.2 JDK 1.7 Ant 1.9.4 Ant-Ivy 2.4 logback 1.1.2 joda-time 2.5 P.S Previous Ant Java project will be reused. 1. Project Structure Figure 1.1 …

Read more