cvs commit: ant/docs external.html projects.html

2004-07-10 Thread jhm
jhm 2004/07/10 01:07:41

  Modified:xdocsexternal.xml projects.xml
   docs external.html projects.html
  Log:
  Ant2SVG, Savant, Surround SCM
  
  Revision  ChangesPath
  1.135 +60 -5 ant/xdocs/external.xml
  
  Index: external.xml
  ===
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.134
  retrieving revision 1.135
  diff -u -r1.134 -r1.135
  --- external.xml  25 Jun 2004 06:54:27 -  1.134
  +++ external.xml  10 Jul 2004 08:07:41 -  1.135
  @@ -29,7 +29,8 @@
 href=#TasksTasks/a, a
 href=#Compiler%20ImplementationsCompiler Implementations/a,
 a href=#IDE%20and%20Editor%20IntegrationIDE integration
  -  tools/a, loggers, you name it. If you've written
  +  tools/a, a href=#Source%20Control%20ystemsSource Control
  +  Systems/a, loggers, you name it. If you've written
 something that should be included, please post all relevant
 information to one of the mailing lists.  For details, see the
 a href=faq.html#adding-external-tasksFAQ/a./p
  @@ -118,6 +119,34 @@
   /table
 /subsection
   
  +  subsection name=Ant2Svg
  +
  +pAnt2Svg creates a graphical representation of an Ant build file.
  +The graphical representation is in the form of a Scalable Vector
  +Graphics (SVG) file that can be displayed in a web browser. This
  +simplified SVG depiction helps the developer understand build file
  +structure and identify extraneous or missing dependencies./p
  +
  +table class=externals
  +  tr
  +thCompatibility:/th
  +tdAnt 1.6.1 and higher/td
  +  /tr
  +  tr
  +thURL:/th
  +tda 
href=http://www.spiritedsw.com/ant2svg/;http://www.spiritedsw.com/ant2svg//a/td
  +  /tr
  +  tr
  +thContact:/th
  +tdloney lt;atgt; spiritedsw lt;dotgt; com/td
  +  /tr
  +  tr
  +thLicense:/th
  +tdThe Apache Software License 2.0/td
  +  /tr
  +/table
  +  /subsection
  +
 subsection name=AntDoc
   
   pAntDoc is a tool that generates HTML documentation from Ant
  @@ -674,10 +703,10 @@
 /subsection
   
 subsection name=Grand
  -pGrand is a set of tools to create a visual representation of Ant 
target 
  -  dependencies. It works by taking an Ant build file and creating a 
dot file. It 
  -  differs from the existing tools by relying on the Ant API rather 
than XML parsing to 
  -  get the dependencies. It includes many advanced features such as 
filtering or 
  +pGrand is a set of tools to create a visual representation of Ant 
target
  +  dependencies. It works by taking an Ant build file and creating a 
dot file. It
  +  differs from the existing tools by relying on the Ant API rather 
than XML parsing to
  +  get the dependencies. It includes many advanced features such as 
filtering or
 rendering depending on the target's nature. Also features a SWT 
based GUI./p
   
   table class=externals
  @@ -2998,6 +3027,32 @@
 pThere are several integration with SCM systems. Some are
 a href=manual/tasksoverview.html#scmbuild in/a. But some are 
available as
 external libraries. Here a list of task libraries we are aware of:/p
  +
  +  subsection name=Surround SCM
  +
  + pThese are tasks that allow users to access Surround SCM
  + functionality from within Ant build scripts./p
  +
  + table class=externals
  +  tr
  +thCompatibility:/th
  +tdAnt 1.5 and later/td
  +  /tr
  +  tr
  +thURL:/th
  +tda 
href=http://www.seapine.com/scmresources.php#integration;
  +Surround SCM Resource Center/a/td
  +  /tr
  +  tr
  +thContact:/th
  +tda href=mailto:[EMAIL PROTECTED]Seapine Support/a/td
  +  /tr
  +  tr
  +thLicense:/th
  +tdGNU Lesser General Public License/td
  +  /tr
  +/table
  +  /subsection
   
   /section
   
  
  
  
  1.19  +34 -1 ant/xdocs/projects.xml
  
  Index: projects.xml
  ===
  RCS file: /home/cvs/ant/xdocs/projects.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- projects.xml  5 Jul 2004 14:57:11 -   1.18
  +++ projects.xml  10 Jul 2004 08:07:41 -  1.19
  @@ -329,7 +329,7 @@
   tdOpensource/td
 /tr
   /table
  -  /subsection
  +  /subsection
   
 subsection name=NAnt
   
  @@ -379,6 +379,39 @@
 tr
   thLicense:/th

cvs commit: ant/docs external.html projects.html

2004-07-10 Thread jhm
jhm 2004/07/10 01:10:39

  Modified:xdocsTag: ANT_16_BRANCH external.xml projects.xml
   docs Tag: ANT_16_BRANCH external.html projects.html
  Log:
  Sync with Head: Ant2SVG, Savant, Surround SCM
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.100.2.20 +60 -5 ant/xdocs/external.xml
  
  Index: external.xml
  ===
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.100.2.19
  retrieving revision 1.100.2.20
  diff -u -r1.100.2.19 -r1.100.2.20
  --- external.xml  25 Jun 2004 07:03:39 -  1.100.2.19
  +++ external.xml  10 Jul 2004 08:10:39 -  1.100.2.20
  @@ -29,7 +29,8 @@
 href=#TasksTasks/a, a
 href=#Compiler%20ImplementationsCompiler Implementations/a,
 a href=#IDE%20and%20Editor%20IntegrationIDE integration
  -  tools/a, loggers, you name it. If you've written
  +  tools/a, a href=#Source%20Control%20ystemsSource Control
  +  Systems/a, loggers, you name it. If you've written
 something that should be included, please post all relevant
 information to one of the mailing lists.  For details, see the
 a href=faq.html#adding-external-tasksFAQ/a./p
  @@ -118,6 +119,34 @@
   /table
 /subsection
   
  +  subsection name=Ant2Svg
  +
  +pAnt2Svg creates a graphical representation of an Ant build file.
  +The graphical representation is in the form of a Scalable Vector
  +Graphics (SVG) file that can be displayed in a web browser. This
  +simplified SVG depiction helps the developer understand build file
  +structure and identify extraneous or missing dependencies./p
  +
  +table class=externals
  +  tr
  +thCompatibility:/th
  +tdAnt 1.6.1 and higher/td
  +  /tr
  +  tr
  +thURL:/th
  +tda 
href=http://www.spiritedsw.com/ant2svg/;http://www.spiritedsw.com/ant2svg//a/td
  +  /tr
  +  tr
  +thContact:/th
  +tdloney lt;atgt; spiritedsw lt;dotgt; com/td
  +  /tr
  +  tr
  +thLicense:/th
  +tdThe Apache Software License 2.0/td
  +  /tr
  +/table
  +  /subsection
  +
 subsection name=AntDoc
   
   pAntDoc is a tool that generates HTML documentation from Ant
  @@ -674,10 +703,10 @@
 /subsection
   
 subsection name=Grand
  -pGrand is a set of tools to create a visual representation of Ant 
target 
  -  dependencies. It works by taking an Ant build file and creating a 
dot file. It 
  -  differs from the existing tools by relying on the Ant API rather 
than XML parsing to 
  -  get the dependencies. It includes many advanced features such as 
filtering or 
  +pGrand is a set of tools to create a visual representation of Ant 
target
  +  dependencies. It works by taking an Ant build file and creating a 
dot file. It
  +  differs from the existing tools by relying on the Ant API rather 
than XML parsing to
  +  get the dependencies. It includes many advanced features such as 
filtering or
 rendering depending on the target's nature. Also features a SWT 
based GUI./p
   
   table class=externals
  @@ -2998,6 +3027,32 @@
 pThere are several integration with SCM systems. Some are
 a href=manual/tasksoverview.html#scmbuild in/a. But some are 
available as
 external libraries. Here a list of task libraries we are aware of:/p
  +
  +  subsection name=Surround SCM
  +
  + pThese are tasks that allow users to access Surround SCM
  + functionality from within Ant build scripts./p
  +
  + table class=externals
  +  tr
  +thCompatibility:/th
  +tdAnt 1.5 and later/td
  +  /tr
  +  tr
  +thURL:/th
  +tda 
href=http://www.seapine.com/scmresources.php#integration;
  +Surround SCM Resource Center/a/td
  +  /tr
  +  tr
  +thContact:/th
  +tda href=mailto:[EMAIL PROTECTED]Seapine Support/a/td
  +  /tr
  +  tr
  +thLicense:/th
  +tdGNU Lesser General Public License/td
  +  /tr
  +/table
  +  /subsection
   
   /section
   
  
  
  
  1.10.2.7  +34 -1 ant/xdocs/projects.xml
  
  Index: projects.xml
  ===
  RCS file: /home/cvs/ant/xdocs/projects.xml,v
  retrieving revision 1.10.2.6
  retrieving revision 1.10.2.7
  diff -u -r1.10.2.6 -r1.10.2.7
  --- projects.xml  5 Jul 2004 14:58:31 -   1.10.2.6
  +++ projects.xml  10 Jul 2004 08:10:39 -  1.10.2.7
  @@ -329,7 +329,7 @@
   tdOpensource/td
 /tr
 

cvs commit: ant/docs external.html projects.html

2004-05-10 Thread jhm
jhm 2004/05/10 08:01:41

  Modified:xdocsTag: ANT_16_BRANCH external.xml projects.xml
   docs Tag: ANT_16_BRANCH external.html projects.html
  Log:
  Sync with HEAD
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.100.2.12 +25 -5 ant/xdocs/external.xml
  
  Index: external.xml
  ===
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.100.2.11
  retrieving revision 1.100.2.12
  diff -u -r1.100.2.11 -r1.100.2.12
  --- external.xml  30 Apr 2004 06:23:09 -  1.100.2.11
  +++ external.xml  10 May 2004 15:01:40 -  1.100.2.12
  @@ -130,7 +130,7 @@
   pAntDoc can be run via an Ant task, AntDoc GUI can be run
   via an Ant task, or via a JVM launch./p
   
  -table
  +table class=externals
 tr
   thCompatibility:/th
   tdAnt 1.4.1 and higher/td
  @@ -389,7 +389,7 @@
 /tr
 tr
   thContact:/th
  -tda href=[EMAIL PROTECTED][EMAIL PROTECTED]/a/td
  +tda href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/a/td
 /tr
 tr
   thLicense:/th
  @@ -728,7 +728,15 @@
   quot;borderquot; (add a border), quot;textquot; (text on
   image), quot;cropquot; (a sub-image of a bigger image),
   quot;rotatequot;, quot;grayscalequot; (change a color
  -image to shades of gray)./p
  +image to shades of gray).br/
  +Now it supports transparency (making images translucent), a
  +bestfit option for Resize, simple support for images within
  +a security-constraint, a preliminary support (if pjatools.jar
  +is available) for saving files as GIF and some other fixes./p
  +
  +pIMPORTANT: You will need the PMIW (Poor Man's Imaging Wrapper) jar
  +for all the operations and the pjatools jar for GIF encoding/ saving
  +support./p
   
   table class=externals
 tr
  @@ -741,8 +749,20 @@
   
href=http://www.mullassery.com/software/ANT/;http://www.mullassery.com/software/ANT//a/td
 /tr
 tr
  +thpmiw jar/th
  +tda
  +
href=http://www.mullassery.com/software/PMIW/;http://www.mullassery.com/software/PMIW//a
  +(Poor Man's Imaging Wrapper)/td
  +  /tr
  +  tr
  +thpjatools jar/th
  +tda
  +
href=http://www.eteks.com/pja/en/;http://www.eteks.com/pja/en//a
  +(pjatools for GIF encoding support)/td
  +  /tr
  +  tr
   thContact:/th
  -tda 
href=http://www.mullassery.com/contact/feedback.jsp;Abey Mullassery/a/td
  +tda href=http://www.mullassery.com;Abey Mullassery/a/td
 /tr
 tr
   thLicense:/th
  @@ -1548,7 +1568,7 @@
 tr
   thURL:/th
   td
  -  a href=http://www.kanaputs.org/;http://www.kanaputs.org//a
  +  a 
href=http://www.kanaputs.org/;http://www.kanaputs.org//a br/
 a 
href=http://www.kanaputs.org/ant.html;http://www.kanaputs.org/ant.html/a
   /td
 /tr
  
  
  
  1.10.2.3  +80 -48ant/xdocs/projects.xml
  
  Index: projects.xml
  ===
  RCS file: /home/cvs/ant/xdocs/projects.xml,v
  retrieving revision 1.10.2.2
  retrieving revision 1.10.2.3
  diff -u -r1.10.2.2 -r1.10.2.3
  --- projects.xml  16 Feb 2004 16:45:09 -  1.10.2.2
  +++ projects.xml  10 May 2004 15:01:40 -  1.10.2.3
  @@ -22,7 +22,7 @@
 /properties
   
 body
  -
  +
   section name=Related Projects
   
 pNothing listed here is directly supported by the Ant
  @@ -37,7 +37,7 @@
   (J2EE or other) specific for your application
   architecture./p
   
  -table
  +table class=externals
 tr
   thCompatibility:/th
   td1.4.1 and above/td
  @@ -64,7 +64,7 @@
   playground for experimental tasks like a C/C++ compilation
   task for different compilers./p
   
  -table
  +table class=externals
 tr
   thCompatibility:/th
   td1.4.1 and above/td
  @@ -96,14 +96,14 @@
   Try/Catch/Finally, Switch, Variable, Stopwatch, Limit, Math,
   Post, SSH, SCP, AntFetch, AntCallBack./p
   
  -table
  +table class=externals
 tr
   thCompatibility:/th
  -tdTested extensively with Ant 1.5.x./td
  +tdAnt 1.5 and higher./td
 /tr
 tr
   thURL:/th
  -tda 
href=http://antelope.sourceforge.net/;http://antelope.sourceforge.net//a/td
  +tda 

cvs commit: ant/docs external.html projects.html

2004-02-20 Thread bodewig
bodewig 2004/02/20 00:33:24

  Modified:docs external.html projects.html
  Log:
  regenerate site
  
  Revision  ChangesPath
  1.158 +104 -0ant/docs/external.html
  
  Index: external.html
  ===
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.157
  retrieving revision 1.158
  diff -u -r1.157 -r1.158
  --- external.html 19 Feb 2004 11:46:58 -  1.157
  +++ external.html 20 Feb 2004 08:33:23 -  1.158
  @@ -284,6 +284,55 @@
 /tr
   /table
   h4 class=subsection
  +a name=Antariel/a
  +Antariel
  +  /h4
  +pAndariel is a set of tasks designed to help the 
generation of HTML
  +(and other markup languages) pages from Ant. Includes a XPath 
processor,
  +an image information retriever, and others./p
  +  table class=externals 
cellspacing=1 cellpadding=4
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  Compatibility:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  Ant 1.5.4 and newer
  +  /td
  +  /tr
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  URL:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  a 
href=http://andariel.uworks.net/;http://andariel.uworks.net//a
  +  /td
  +  /tr
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  Contact:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  josep DOT rio AT uworks DOT net
  +  /td
  +  /tr
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  License:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  Apache Software License 1.1
  +  /td
  +  /tr
  +/table
  +h4 class=subsection
   a name=AntDoc/a
   AntDoc
 /h4
  @@ -3302,6 +3351,61 @@
 td colspan=1 rowspan=1
 valign=top align=left
 GNU General Public License (GPL)
  +  /td
  +  /tr
  +/table
  +h4 class=subsection
  +a name=rundoc/a
  +rundoc
  +  /h4
  +pA task designed to help with the single-sourcing 
of program
  +documentation. Rundoc replaces special commands
  +(in the format i@@rundoc:command param1 param2...@@/i) embedded
  +within text files with their output in a
  +specified format. Currently, only Docbook format is supported./p
  +pRundoc was written to keep sample code 
output in program
  +documentation synchronized with the actual output
  +of the current code, by running the referenced code when the
  +documentation is built./p
  +  table class=externals 
cellspacing=1 cellpadding=4
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  Compatibility:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  Tested with 1.6  Should work with all versions.
  +  /td
  +  /tr
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  URL:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  a 
href=http://www.martiansoftware.com/lab/index.html#rundoc;http://www.martiansoftware.com/lab/index.html#rundoc/a
  +  /td
  +  /tr
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  Contact:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  a href=http://www.martiansoftware.com/contact.html;Marty 
Lamb/a
  +  /td
  +  /tr
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  License:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  Revised BSD
 /td
 /tr
   /table
  
  
  
  1.53  +2 -2  ant/docs/projects.html
  
  Index: projects.html
  ===
  RCS file: /home/cvs/ant/docs/projects.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 

Re: cvs commit: ant/docs external.html projects.html

2004-02-20 Thread Dale Anson
Stefan,
Thanks to you too!
Dale
[EMAIL PROTECTED] wrote:
bodewig 2004/02/20 00:33:24
  Modified:docs external.html projects.html
  Log:
  regenerate site
  
  Revision  ChangesPath
  1.158 +104 -0ant/docs/external.html
  
  Index: external.html
  ===
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.157
  retrieving revision 1.158
  diff -u -r1.157 -r1.158
  --- external.html	19 Feb 2004 11:46:58 -	1.157
  +++ external.html	20 Feb 2004 08:33:23 -	1.158
  @@ -284,6 +284,55 @@
 /tr
   /table
   h4 class=subsection
  +a name=Antariel/a
  +Antariel
  +  /h4
  +pAndariel is a set of tasks designed to help the generation of HTML
  +(and other markup languages) pages from Ant. Includes a XPath processor,
  +an image information retriever, and others./p
  +  table class=externals cellspacing=1 cellpadding=4
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  Compatibility:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  Ant 1.5.4 and newer
  +  /td
  +  /tr
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  URL:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  a href=http://andariel.uworks.net/;http://andariel.uworks.net//a
  +  /td
  +  /tr
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  Contact:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  josep DOT rio AT uworks DOT net
  +  /td
  +  /tr
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  License:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  Apache Software License 1.1
  +  /td
  +  /tr
  +/table
  +h4 class=subsection
   a name=AntDoc/a
   AntDoc
 /h4
  @@ -3302,6 +3351,61 @@
 td colspan=1 rowspan=1
 valign=top align=left
 GNU General Public License (GPL)
  +  /td
  +  /tr
  +/table
  +h4 class=subsection
  +a name=rundoc/a
  +rundoc
  +  /h4
  +pA task designed to help with the single-sourcing of program
  +documentation. Rundoc replaces special commands
  +(in the format i@@rundoc:command param1 param2...@@/i) embedded
  +within text files with their output in a
  +specified format. Currently, only Docbook format is supported./p
  +pRundoc was written to keep sample code output in program
  +documentation synchronized with the actual output
  +of the current code, by running the referenced code when the
  +documentation is built./p
  +  table class=externals cellspacing=1 cellpadding=4
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  Compatibility:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  Tested with 1.6  Should work with all versions.
  +  /td
  +  /tr
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  URL:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  a href=http://www.martiansoftware.com/lab/index.html#rundoc;http://www.martiansoftware.com/lab/index.html#rundoc/a
  +  /td
  +  /tr
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  Contact:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  a href=http://www.martiansoftware.com/contact.html;Marty Lamb/a
  +  /td
  +  /tr
  +  tr
  +  th colspan=1 rowspan=1
  +  valign=top align=left
  +  License:
  +  /th
  +  td colspan=1 rowspan=1
  +  valign=top align=left
  +  Revised BSD
 /td
 /tr
   /table
  
  
  
  1.53  +2 -2  ant/docs/projects.html
  
  Index: projects.html
  ===
  RCS file: /home/cvs/ant/docs/projects.html,v
  retrieving revision 1.52
  retrieving