diff --git a/docs/antlibs/sandbox.html b/docs/antlibs/sandbox.html index 2ba80725f..3d8cde44c 100644 --- a/docs/antlibs/sandbox.html +++ b/docs/antlibs/sandbox.html @@ -122,8 +122,182 @@ Current Sandbox Ant Libraries -

There are no Ant libraries in the sandbox right now.

- +

+ + GenDoc - Generate the manual for Ant Tasks from their sources +

+

Most of the information needed for writing the manual is inside the sources: attributes, nested elements (especially + inherited one). GenDoc collects these information and generates the manual as xml page. Following steps transform this + xml into the final format (HTML in the first step, PDF may follow).

+ + + + + + + + + + + + + + + + + + + + + +
+ SVN URL: + + http://svn.apache.org/repos/asf/ant/sandbox/antlibs/gendoc/ +
+ ViewSVN: + + http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/ +
+ Ant compatibility: + + Ant 1.7.x +
+ Added to sandbox: + + 2005-04-15 +
+ Sponsoring Committers + + +
+

+ + HTTP - tasks for handling HTTP requests +

+

This antlib contains tasks to make the basic HTTP requests: get, post, head, put, with Basicauthentication.

+ + + + + + + + + + + + + + + + + + + + + +
+ SVN URL: + + http://svn.apache.org/repos/asf/ant/sandbox/antlibs/http/ +
+ ViewSVN: + + http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/ +
+ Ant compatibility: + + Ant 1.7.x +
+ Added to sandbox: + + 2006-06-27 +
+ Sponsoring Committers + + +
+

+ + VSS - Microsoft Visual SourceSafe Tasks +

+

This antlib provides an interface to the Microsoft Visual SourceSafe SCM. The original tasks + (org.apache.tools.ant.taskdefs.optional.vss) have been expanded upon in this antlib. + Some fixes to issues in the original tasks have also been incorporated.

+ + + + + + + + + + + + + + + + + + + + + +
+ SVN URL: + + http://svn.apache.org/repos/asf/ant/sandbox/antlibs/vss/ +
+ ViewSVN: + + http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/ +
+ Ant compatibility: + + Ant 1.7.x +
+ Added to sandbox: + + 2006-04-26 +
+ Sponsoring Committers + + +
+ diff --git a/xdocs/antlibs/sandbox.xml b/xdocs/antlibs/sandbox.xml index eb0962e5d..ef754ef04 100644 --- a/xdocs/antlibs/sandbox.xml +++ b/xdocs/antlibs/sandbox.xml @@ -37,7 +37,98 @@
-

There are no Ant libraries in the sandbox right now.

+ + +

Most of the information needed for writing the manual is inside the sources: attributes, nested elements (especially + inherited one). GenDoc collects these information and generates the manual as xml page. Following steps transform this + xml into the final format (HTML in the first step, PDF may follow).

+ + + + + + + + + + + + + + + + + + + + + + +
SVN URL:http://svn.apache.org/repos/asf/ant/sandbox/antlibs/gendoc/
ViewSVN:http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/
Ant compatibility:Ant 1.7.x
Added to sandbox:2005-04-15
Sponsoring Committers
+
+ + + + +

This antlib contains tasks to make the basic HTTP requests: get, post, head, put, with Basicauthentication.

+ + + + + + + + + + + + + + + + + + + + + + +
SVN URL:http://svn.apache.org/repos/asf/ant/sandbox/antlibs/http/
ViewSVN:http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/
Ant compatibility:Ant 1.7.x
Added to sandbox:2006-06-27
Sponsoring Committers
+
+ + + + +

This antlib provides an interface to the Microsoft Visual SourceSafe SCM. The original tasks + (org.apache.tools.ant.taskdefs.optional.vss) have been expanded upon in this antlib. + Some fixes to issues in the original tasks have also been incorporated.

+ + + + + + + + + + + + + + + + + + + + + + +
SVN URL:http://svn.apache.org/repos/asf/ant/sandbox/antlibs/vss/
ViewSVN:http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/
Ant compatibility:Ant 1.7.x
Added to sandbox:2006-04-26
Sponsoring Committers
+
+ + +
- + -