source: release-kits/lirk3/resources/gs3-release-maker/apache-ant-1.6.5/docs/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: 2.6 KB
Line 
1<html>
2
3<head>
4<meta http-equiv="Content-Language" content="en-us">
5<title>IDE Integration</title>
6<base target="mainFrame">
7<link rel="stylesheet" type="text/css" href="stylesheets/antmanual.css">
8</head>
9
10<body>
11
12<h2><a href="toc.html" target="navFrame">Table of Contents</a></h2>
13
14<h3>IDE Integration</h3>
15<p>
16All the modern Java IDEs support Ant almost out of the box.
17</p>
18
19<ul>
20 <li>
21 <a href="Integration/Antidote.html">
22 Antidote (in development)
23 </a>
24 </li>
25 <li>
26 <a href="http://antrunner.sourceforge.net/">
27 AntRunner For JBuilder (unbundled)
28 </a>
29 </li>
30 <li>
31 <a href="Integration/jext-plugin.html">
32 AntWork Plugin for the Jext - Java Text Editor (unbundled)
33 </a>
34 </li>
35 <li>
36 <a href="http://jdee.sunsite.dk/">
37 JDEE (Java Development Environment for Emacs)
38 </a> has built-in text ANT integration: selection of target through text
39 field, execution, hyperlink to compilation errors. Installation: built-in
40 JDEE 2.2.8 or later. Configuration: through customize menu
41 "Jde Build Function"
42 </li>
43 <li>
44 <a href="http://www.intellij.com/idea/">
45 IDEA
46 </a> has built-in GUI ANT integration: GUI selection of targets, execution,
47 hyperlink to compilation errors
48 </li>
49 <li>
50 <a href="http://ant.netbeans.org/">
51 NetBeans
52 </a>
53 NetBeans 3.4 has very good Ant integration indeed.
54 </li>
55 <li>
56 <a href="http://jedit.org/">
57 jEdit
58 </a>
59 jEdit is an open source java IDE with some great plugins for Java dev, a
60 good XML editor and the Antfarm plugin to execute targets in a build
61 file.
62 </li>
63 <li>
64 <a href="http://eclipse.org/">
65 Eclipse
66 </a>
67 Eclipse is IBM's counterpoint to NetBeans; an open source IDE with
68 Java and Ant support.
69 </li>
70 <li>
71 <a href="Integration/VAJAntTool.html">
72 VisualAge for Java</a>
73 </li>
74 <li>
75 <a href="http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html">
76 WebSphere Studio Application Developer
77 </a>
78 </li>
79 <li>
80 <a href="http://www.borland.com/jbuilder/pdf/jb9_feamatrix.pdf">
81 JBuilder 9 Personal
82 </a>
83 JBuilder supports Ant with the following features. Add Ant nodes to
84 projects and execute Ant targets from within JBuilder. Add custom Ant-based
85 build tasks with custom Ant libraries to run Ant from within JBuilder.
86 Rapid navigation from Ant build error messages to source files.
87 Customize build menu and toolbar with custom build targets.
88 </li>
89</ul>
90
91<hr>
92<p align="center">Copyright &copy; 2001-2004 The Apache Software Foundation. All rights
93Reserved.</p>
94
95</body>
96</html>
97
Note: See TracBrowser for help on using the repository browser.