Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Workbench User Guide
Previous Page Home Next Page

Ant support

Apache Ant is an open source, Java-based build tool.  See https://ant.apache.org for more details.

Ant support allows you to create and run Ant buildfiles from the Workbench. These Ant buildfiles can operate on resources in the file system as well as resources in the workspace.

Output from an Ant buildfile is displayed in the Console view in the same hierarchical format seen when running Ant from the command line. Ant tasks (for example [mkdir]) are hyper-linked to the associated Ant buildfile, and javac error reports are hyper-linked to the associated Java source file and line number.

You can add classes to the Ant classpath and add Ant tasks and types from the Ant > Runtime preference page.

Related concepts
Builds
External tools

Related tasks
Running Ant buildfiles
Modifying the Ant classpath
Adding new Ant tasks and types
Using a different version of Ant
eclipse_workbench_antRunner application entry point

Related reference
Ant preference page
Ant editor preference page
Ant runtime preference page
Ant view
Ant editor
External Tools and Ant icons
Console view


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire