source: release-kits/lirk3/bin/ant-installer/web/manual1.7.0/manual/ide.html@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 3.2 KB
Line 
1<!--
2 Licensed to the Apache Software Foundation (ASF) under one or more
3 contributor license agreements. See the NOTICE file distributed with
4 this work for additional information regarding copyright ownership.
5 The ASF licenses this file to You under the Apache License, Version 2.0
6 (the "License"); you may not use this file except in compliance with
7 the License. You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17<html>
18
19<head>
20<meta http-equiv="Content-Language" content="en-us">
21<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
22<title>IDE Integration</title>
23<base target="mainFrame">
24</head>
25
26<body>
27
28<h2><a href="toc.html" target="navFrame">Table of Contents</a></h2>
29
30<h3>IDE Integration</h3>
31<p>
32All the modern Java IDEs support Ant almost out of the box.
33</p>
34
35<ul>
36 <li>
37 <a href="http://antrunner.sourceforge.net/">
38 AntRunner For JBuilder (unbundled)
39 </a>
40 </li>
41 <li>
42 <a href="Integration/jext-plugin.html">
43 AntWork Plugin for the Jext Java Text Editor (unbundled)
44 </a>
45 </li>
46 <li>
47 <a href="http://jdee.sunsite.dk/">
48 JDEE (Java Development Environment for Emacs)
49 </a> has built-in text ANT integration: selection of target through text
50 field, execution, hyperlink to compilation errors. Installation: built-in
51 JDEE 2.2.8 or later. Configuration: through customize menu
52 "Jde Build Function"
53 </li>
54 <li>
55 <a href="http://www.intellij.com/idea/">
56 IDEA
57 </a> has built-in GUI ANT integration: GUI selection of targets, execution,
58 hyperlink to compilation errors
59 </li>
60 <li>
61 <a href="http://ant.netbeans.org/">
62 NetBeans
63 </a>
64 NetBeans IDE uses Ant as the basis for its project system starting with the 4.0 release.
65 </li>
66 <li>
67 <a href="http://jedit.org/">
68 jEdit
69 </a>
70 jEdit is an open source java IDE with some great plugins for Java dev, a
71 good XML editor and the Antfarm plugin to execute targets in a build
72 file.
73 </li>
74 <li>
75 <a href="http://eclipse.org/">
76 Eclipse
77 </a>
78 Eclipse is IBM's counterpoint to NetBeans; an open source IDE with
79 Java and Ant support.
80 </li>
81 <li>
82 <a href="Integration/VAJAntTool.html">
83 VisualAge for Java</a>
84 </li>
85 <li>
86 <a href="http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html">
87 WebSphere Studio Application Developer
88 </a>
89 </li>
90 <li>
91 <a href="http://www.borland.com/jbuilder/pdf/jb9_feamatrix.pdf">
92 JBuilder 9 Personal
93 </a>
94 JBuilder supports Ant with the following features. Add Ant nodes to
95 projects and execute Ant targets from within JBuilder. Add custom Ant-based
96 build tasks with custom Ant libraries to run Ant from within JBuilder.
97 Rapid navigation from Ant build error messages to source files.
98 Customize build menu and toolbar with custom build targets.
99 </li>
100</ul>
101
102
103
104</body>
105</html>
Note: See TracBrowser for help on using the repository browser.