diff --git a/xdocs/external.xml b/xdocs/external.xml index db7788c2e..aff7b9cf6 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -394,16 +394,16 @@

Dependency Finder extracts dependencies and OO metrics from - Java class files produced by most Java compilers. It can compute - API differences between versions; no sources needed. It includes - Ant tasks, web, Swing, and command-line interfaces, with XSL - stylesheets for formatting output.

+ Java class files produced by most Java compilers. It can compute + API differences between versions; no sources needed. It includes + Ant tasks, web, Swing, and command-line interfaces, with XSL + stylesheets for formatting output.

-

You can use it to extract dependencies between packages, classes, - or even methods, or any combination thereof. You can use Perl - regular expressions to filter the information and pinpoint only - what you need. There is even a Web Application version (WAR file) - so a whole group of developers can share a common view.

+

You can use it to extract dependencies between packages, classes, + or even methods, or any combination thereof. You can use Perl + regular expressions to filter the information and pinpoint only + what you need. There is even a Web Application version (WAR file) + so a whole group of developers can share a common view.

@@ -1402,32 +1402,32 @@ stays OS independent (because Kanaputs uses Java) and is completely integrated with Ant as you can give Ant properties to the Kanaputs code and get back the results in other - properties.

+ properties.

Moreover, as you can invoke any kind of Java code with Kanaputs, you can popup windows from your Ant file to ask the user to do a choice.

- - + + - + - + - - + +
Compatibility:Ant 1.2 and aboveCompatibility:Ant 1.2 and above
URL:URL: - http://www.kanaputs.org/ - http://www.kanaputs.org/ant.html + http://www.kanaputs.org/ + http://www.kanaputs.org/ant.html
Contact:Contact: - kfra@kanaputs.org + kfra@kanaputs.org
License:FreewareLicense:Freeware
@@ -1488,6 +1488,29 @@ + +

PCT is a task to compile Progress code, and in a more general + way, to deal with Progress procedures and databases.

+ + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5
URL:http://pct.sourceforge.net
Contact:Gilles QUERRET
Licence:Apache Software Foundation License
+
+

PMD checks Java source code for unused variables, @@ -1984,6 +2007,36 @@ + +

WSDLValidate is, as it sounds, a tool to validate WSDL files. + WSDLValidate + is similar in configuration to the optional Ant task XMLValidate. + WSDLValidate can optionally validate a WSDL document against the WS-I Basic Profile. +

+

WSDLValidate is available as an Ant task, an Eclipse plug-in and a + command line utility.

+ + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5 or later
URL:http://www.eclipse.org/wsvt
Contact:Project newsgroup and + mailing list
License:Common Public + License (CPL)
+
+

XDoclet is an extended Javadoc Doclet engine for use in Ant.