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

Using the Ant view

Eclipse provides a standard view, the Ant view , that lets you work with your Ant buildfiles. This view is tree-structured, showing Ant buildfiles as top-level entries and targets & internal targets as children. The main advantage of this view is that you can work with all of your Ant buildfiles in one place, as opposed to hunting them down in one of the navigation views.

  1. Open the Ant view from the workbench menu by selecting Window > Show View > Ant.
  2. By default, the Ant view is empty. There are three ways to add Ant buildfiles to this view:
    • Click Add Buildfile [Add buildfile to Ant view]. This brings up a dialog in which you explicitly select those Ant buildfiles you want to add
    • Click Add Buildfiles with Search [Add buildfiles with search]. This brings up a search dialog in which you can specify a filename pattern for your Ant buildfiles and search within the entire workspace or a specified working set.
    • Drag and drop buildfiles from other views to the Ant view .

      Once added to the Ant view, Ant buildfile entries remain in the view across workbench invocations until explicitly removed or the associated project is closed.
  3. Click Add Buildfiles with Search. Suppose you only remember that the buildfile you want to work with starts with H. Enter H*.xml for the buildfile name. Make sure Workspace is selected for the scope, then click Search. The HelloWorld.xml file is found and placed in the Ant view .
  4. Expand the top-level entry to see the default target Hello, and the internal target World.

    Ant view

  5. Select the World internal target and click Run the Selected Target [Run selected buildfile or selected target]. Notice that just the World target gets executed.
  6. Select the top-level HelloWorld buildfile and click Run the Default Target of the Selected Buildfile [Run selected buildfile or selected target]. Notice that just the default target, Hello, gets executed.
  7. To edit your buildfile, bring up the context menu on the HelloWorld file and select Open With > Ant Editor.
  8. To edit the default launch configuration, select Run As > Ant Build... from the context menu.
  9. The Run Ant launch configuration dialog appears. Here you can modify the way in which the buildfile is run from the Ant view .
  10. Select the HelloWorld file, then click the Remove button. The buildfile is removed from the view.
    Note: This does not delete the file from the workspace.

Related tasks
Creating Ant buildfiles
Editing Ant buildfiles
Saving & Reusing Ant options
Running Ant buildfiles
Creating a project builder Ant buildfile
Ant buildfiles as project builders
Executing project builders
External tools
Non-Ant project builders
Stand-alone external tools


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