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-02-28 07:58:59 +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-02-28 07:58:59 +01:00
|
|
|
<a href="http://jdee.sourceforge.net/">JDEE (Java Development Environment for Emacs)</a>
|
|
|
|
has built-in text Ant integration: selection of target through text
|
2003-09-04 11:16:25 +00:00
|
|
|
field, execution, hyperlink to compilation errors. Installation: built-in
|
2003-09-29 08:36:56 +00:00
|
|
|
JDEE 2.2.8 or later. Configuration: through customize menu
|
2003-09-04 11:16:25 +00:00
|
|
|
"Jde Build Function"
|
|
|
|
</li>
|
|
|
|
<li>
|
2018-02-28 07:58:59 +01:00
|
|
|
<a href="https://www.jetbrains.com/idea/">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-02-28 07:58:59 +01:00
|
|
|
<a href="http://ant.netbeans.org/">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-02-28 07:58:59 +01:00
|
|
|
<a href="http://jedit.org/">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-02-28 07:58:59 +01:00
|
|
|
<a href="https://eclipse.org/">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-02-28 07:58:59 +01:00
|
|
|
<a href="http://www.placidsystems.com/virtualant/">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-02-28 07:58:59 +01:00
|
|
|
<a href="https://www.ibm.com/developerworks/offers/wsad2.html">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>
|