2006-09-11 04:19:00 +00:00
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2001-02-13 12:32:01 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2007-03-01 06:26:52 +00:00
|
|
|
<meta http-equiv="Content-Language" content="en-us"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
|
2002-02-04 20:57:49 +00:00
|
|
|
<title>IDE Integration</title>
|
2007-03-01 06:26:52 +00:00
|
|
|
<base target="mainFrame"/>
|
2001-02-13 12:32:01 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h2><a href="toc.html" target="navFrame">Table of Contents</a></h2>
|
|
|
|
|
|
|
|
<h3>IDE Integration</h3>
|
2003-09-04 11:16:25 +00:00
|
|
|
<p>
|
2010-11-11 17:04:16 +00:00
|
|
|
All the modern Java IDEs support Apache Ant almost out of the box.
|
2003-09-04 11:16:25 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
2018-03-08 07:43:53 +01:00
|
|
|
<a href="Integration/jext-plugin.html">AntWork Plugin for the Jext Java Text Editor
|
|
|
|
(unbundled)</a>
|
2003-09-04 11:16:25 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-03-08 07:43:53 +01:00
|
|
|
<a href="http://jdee.sourceforge.net/" target="_top">JDEE (Java Development Environment for
|
|
|
|
Emacs)</a> has built-in text Ant integration: selection of target through text field, execution,
|
|
|
|
hyperlink to compilation errors. Installation: built-in JDEE 2.2.8 or later. Configuration:
|
|
|
|
through customize menu "Jde Build Function"
|
2003-09-04 11:16:25 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-03-08 07:43:53 +01:00
|
|
|
<a href="https://www.jetbrains.com/idea/" target="_top">IDEA</a> has built-in GUI ANT
|
|
|
|
integration: GUI selection of targets, execution, hyperlink to compilation errors
|
2003-09-04 11:16:25 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-03-08 07:43:53 +01:00
|
|
|
<a href="http://ant.netbeans.org/" target="_top">NetBeans</a> IDE uses Ant as the basis for its
|
|
|
|
project system starting with the 4.0 release
|
2003-09-04 11:16:25 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-03-08 07:43:53 +01:00
|
|
|
<a href="http://jedit.org/" target="_top">jEdit</a> is an open source Java IDE with some great
|
|
|
|
plugins for Java dev, a good XML editor and the Antfarm plugin to execute targets in a build
|
|
|
|
file
|
2003-09-04 11:16:25 +00:00
|
|
|
</li>
|
2008-08-20 15:09:15 +00:00
|
|
|
<li>
|
2018-03-08 07:43:53 +01:00
|
|
|
<a href="https://eclipse.org/" target="_top">Eclipse</a> is IBM's counterpoint to NetBeans; an
|
|
|
|
open source IDE with Java and Ant support
|
2008-08-20 15:09:15 +00:00
|
|
|
</li>
|
2003-09-04 11:16:25 +00:00
|
|
|
<li>
|
2018-03-08 07:43:53 +01:00
|
|
|
<a href="http://www.placidsystems.com/virtualant/" target="_top">Virtual Ant</a> GUI allows you
|
|
|
|
to work on a Virtual File System without dealing with the XML; plugs into Eclipse, Netbeans
|
|
|
|
& IntelliJ
|
2003-09-04 11:16:25 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-03-08 07:43:53 +01:00
|
|
|
<a href="https://www.ibm.com/developerworks/offers/wsad2.html" target="_top">WebSphere Studio
|
|
|
|
Application Developer</a>
|
2003-09-04 11:16:25 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
2001-02-13 12:32:01 +00:00
|
|
|
</body>
|
|
|
|
</html>
|