From 2bf96ad9a9e2e74bcaa60abb75b16b697bd7816d Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 10 Oct 2002 07:20:53 +0000 Subject: [PATCH] doc updates. PR: 13422, 13431 Submitted by: Jesse Glick , Paul Cantrell git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273424 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 81 ++++++++++++++++++++++++++++++++++++++++++-- docs/manual/ide.html | 6 ++-- xdocs/external.xml | 34 +++++++++++++++++-- 3 files changed, 114 insertions(+), 7 deletions(-) diff --git a/docs/external.html b/docs/external.html index e8aa35c0e..94ffdd0c8 100644 --- a/docs/external.html +++ b/docs/external.html @@ -1629,6 +1629,83 @@ + + + +
+ + Macker + +
+
+

A build-time architectural testing tool, designed + to maintain clean layering / tiering / modularity. + Macker works against compiled class files, checking + dependencies between classes against a set of + pattern-based access rules you specify for your + project in an XML rules file. Macker doesn't presume + anything about your architecture -- you write the + rules, and Macker keeps you honest about them.

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.5 and higher (1.4 untested but may work) + +
+ + URL: + + + + http://innig.net/macker/ + +
+ + Contact: + + + + Paul Cantrell + +
+ + License: + + + + GNU GPL 2.0 + +
+
+
@@ -2805,12 +2882,12 @@
- NetBeans / Forte for Java + NetBeans / Sun ONE Studio
-

A module that integrates Ant into the NetBeans or Forte for Java IDEs.

+

A module that integrates Ant into the NetBeans or Sun ONE Studio (formerly Forte for Java) IDEs.


IDEA has built-in GUI ANT integration: GUI selection of targets, execution, hyperlink to compilation errors

-NetBeans -NetBeans 3.3 has very good Ant integration indeed. +NetBeans +NetBeans 3.4 has very good Ant integration indeed.

jEdit @@ -35,7 +35,7 @@ good XML editor and the Antfarm plugin to execute targets in a build file.

Eclipse -Eclipse is IBM's counterpoint to Netbeans; an open source IDE with Java and ant +Eclipse is IBM's counterpoint to NetBeans; an open source IDE with Java and ant support.

VisualAge for Java

diff --git a/xdocs/external.xml b/xdocs/external.xml index 8d2462ddf..8220e0ac5 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -597,6 +597,36 @@
+ + +

A build-time architectural testing tool, designed + to maintain clean layering / tiering / modularity. + Macker works against compiled class files, checking + dependencies between classes against a set of + pattern-based access rules you specify for your + project in an XML rules file. Macker doesn't presume + anything about your architecture -- you write the + rules, and Macker keeps you honest about them.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5 and higher (1.4 untested but may work)
URL:http://innig.net/macker/
Contact:Paul Cantrell
License:GNU GPL 2.0
+
@@ -1029,9 +1059,9 @@
- + -

A module that integrates Ant into the NetBeans or Forte for Java IDEs.

+

A module that integrates Ant into the NetBeans or Sun ONE Studio (formerly Forte for Java) IDEs.