cvs commit: ant/xdocs projects.xml external.xml

2004-05-07 Thread jhm
jhm 2004/05/07 05:36:35

  Modified:docs projects.html external.html
   xdocsprojects.xml external.xml
  Log:
  Antworks/Centipede; BuildMonkey; sync table layout of projects/external
  
  Revision  ChangesPath
  1.55  +110 -53   ant/docs/projects.html
  
  Index: projects.html
  ===
  RCS file: /home/cvs/ant/docs/projects.html,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- projects.html 29 Feb 2004 08:43:54 -  1.54
  +++ projects.html 7 May 2004 12:36:35 -   1.55
  @@ -185,7 +185,7 @@
   a CASE-tool and generates classes and deployable components
   (J2EE or other) specific for your application
   architecture./p
  -  table class=ForrestTable 
cellspacing=1 cellpadding=4
  +  table class=externals 
cellspacing=1 cellpadding=4
 tr
 th colspan=1 rowspan=1
 valign=top align=left
  @@ -235,7 +235,7 @@
   task (like an codelt;ifgt;/code task) and a development
   playground for experimental tasks like a C/C++ compilation
   task for different compilers./p
  -  table class=ForrestTable 
cellspacing=1 cellpadding=4
  +  table class=externals 
cellspacing=1 cellpadding=4
 tr
 th colspan=1 rowspan=1
 valign=top align=left
  @@ -289,7 +289,7 @@
   pIncludes several additional tasks: 
Assert, If/Else,
   Try/Catch/Finally, Switch, Variable, Stopwatch, Limit, Math,
   Post, SSH, SCP, AntFetch, AntCallBack./p
  -  table class=ForrestTable 
cellspacing=1 cellpadding=4
  +  table class=externals 
cellspacing=1 cellpadding=4
 tr
 th colspan=1 rowspan=1
 valign=top align=left
  @@ -342,7 +342,7 @@
   sharing of knowledge within an organization by automatically
   updating a project intranet site with artifacts from the
   latest build./p
  -  table class=ForrestTable 
cellspacing=1 cellpadding=4
  +  table class=externals 
cellspacing=1 cellpadding=4
 tr
 th colspan=1 rowspan=1
 valign=top align=left
  @@ -385,15 +385,24 @@
 /tr
   /table
   h4 class=subsection
  -a name=CruiseControl/a
  -CruiseControl
  +a name=Antworks/a
  +Antworks
 /h4
  -pCruiseControl is a tool for setting up a 
continuous build
  -process.  CruiseControl provides an Ant wrapper and a set of
  -tasks to automate the checkout/build/test cycle. CruiseControl
  -also comes bundled with a servlet for viewing the status of
  -the current build, as well as previous build results./p
  -  table class=ForrestTable 
cellspacing=1 cellpadding=4
  +pThe antworks project is a set of tools and 
standardized targets that
  +greatly simplifies using ant in your project./p
  +p
  +The driver behind antworks is Importer. Importer is an extension 
to the
  +ant import task that will download and
  +cache an ant build.xml file and it's associated resources called
  +antlets.  Antlets are available for Java compiling
  +and packaging,  JUnit, Forrest, J2EE and
  +a href=http://antworks.sourceforge.net/antlets/;more/a.
  +/p
  +p
  +See the a href=http://antworks.sourceforge.net/start.html 
Getting Started/a
  +guide for more information.
  +/p
  +  table class=externals 
cellspacing=1 cellpadding=4
 tr
 th colspan=1 rowspan=1
 valign=top align=left
  @@ -401,7 +410,7 @@
 /th
 td colspan=1 rowspan=1
 valign=top align=left
  -  Ant 1.2 and higher
  +  1.6 and later
 /td
 /tr
 tr
  @@ -411,7 +420,7 @@
 /th
 td colspan=1 rowspan=1
 valign=top align=left
  -  a 
href=http://cruisecontrol.sourceforge.net/;http://cruisecontrol.sourceforge.net//a
  +  a 
href=http://antworks.sourceforge.net/;http://antworks.sourceforge.net/index.html/a
 /td
 /tr
 tr
  @@ -421,7 +430,7 @@
 /th
 td colspan=1 rowspan=1
 

cvs commit: ant/xdocs projects.xml external.xml

2004-02-20 Thread jhm
jhm 2004/02/20 00:13:37

  Modified:xdocsprojects.xml external.xml
  Log:
  Antelope new url; new tasks: antariel, rundoc
  
  Revision  ChangesPath
  1.14  +5 -5  ant/xdocs/projects.xml
  
  Index: projects.xml
  ===
  RCS file: /home/cvs/ant/xdocs/projects.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- projects.xml  16 Feb 2004 16:38:06 -  1.13
  +++ projects.xml  20 Feb 2004 08:13:37 -  1.14
  @@ -22,7 +22,7 @@
 /properties
   
 body
  -
  +
   section name=Related Projects
   
 pNothing listed here is directly supported by the Ant
  @@ -99,11 +99,11 @@
   table
 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 
href=http://antelope.tigris.org/;http://antelope.tigris.org//a/td
 /tr
 tr
   thContact:/th
  @@ -240,7 +240,7 @@
 /tr
   /table
 /subsection
  -  
  +
 subsection name=NAnt
   
   pNAnt is a .NET based build tool. In theory it is kind of
  @@ -322,4 +322,4 @@
   /section
   
 /body
  -/document
  +/document
  \ No newline at end of file
  
  
  
  1.119 +58 -0 ant/xdocs/external.xml
  
  Index: external.xml
  ===
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- external.xml  19 Feb 2004 11:46:58 -  1.118
  +++ external.xml  20 Feb 2004 08:13:37 -  1.119
  @@ -92,6 +92,32 @@
   /table
 /subsection
   
  +  subsection name=Antariel
  +
  +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
  +  tr
  +thCompatibility:/th
  +tdAnt 1.5.4 and newer/td
  +  /tr
  +  tr
  +thURL:/th
  +tda 
href=http://andariel.uworks.net/;http://andariel.uworks.net//a/td
  +  /tr
  +  tr
  +thContact:/th
  +tdjosep DOT rio AT uworks DOT net/td
  +  /tr
  +  tr
  +thLicense:/th
  +tdApache Software License 1.1/td
  +  /tr
  +/table
  +  /subsection
  +
 subsection name=AntDoc
   
   pAntDoc is a tool that generates HTML documentation from Ant
  @@ -1771,6 +1797,38 @@
 tr
   thLicense:/th
   tdGNU General Public License (GPL)/td
  +  /tr
  +/table
  +  /subsection
  +
  +  subsection name=rundoc
  +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
  +  tr
  +thCompatibility:/th
  +tdTested with 1.6  Should work with all versions./td
  +  /tr
  +  tr
  +thURL:/th
  +tda 
href=http://www.martiansoftware.com/lab/index.html#rundoc;http://www.martiansoftware.com/lab/index.html#rundoc/a/td
  +  /tr
  +  tr
  +thContact:/th
  +tda href=http://www.martiansoftware.com/contact.html;Marty 
Lamb/a/td
  +  /tr
  +  tr
  +thLicense:/th
  +tdRevised BSD/td
 /tr
   /table
 /subsection
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: cvs commit: ant/xdocs projects.xml external.xml

2004-02-20 Thread Jan . Materne
I´ve added 
- Antelope changes (new URL, compatibility)
- rundoc task
- Andariel tasks (damn, typo here)

Because I had a Up-to-date check failed I´ll have to check
my machine (tomorrow). Then I´ll do the typo-fix, html-generation
and 1.6-sync.

I post this to both lists because the three changes are originated
in both lists.


Jan


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Friday, February 20, 2004 9:14 AM
 To: [EMAIL PROTECTED]
 Subject: cvs commit: ant/xdocs projects.xml external.xml
 
 
 jhm 2004/02/20 00:13:37
 
   Modified:xdocsprojects.xml external.xml
   Log:
   Antelope new url; new tasks: antariel, rundoc
   
   Revision  ChangesPath
   1.14  +5 -5  ant/xdocs/projects.xml
   
   Index: projects.xml
   ===
   RCS file: /home/cvs/ant/xdocs/projects.xml,v
   retrieving revision 1.13
   retrieving revision 1.14
   diff -u -r1.13 -r1.14
   --- projects.xml16 Feb 2004 16:38:06 -  1.13
   +++ projects.xml20 Feb 2004 08:13:37 -  1.14
   @@ -22,7 +22,7 @@
  /properties

  body
   -
   +
section name=Related Projects

  pNothing listed here is directly supported by the Ant
   @@ -99,11 +99,11 @@
table
  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.source
 forge.net//a/td
   +tda 
 href=http://antelope.tigris.org/;http://antelope.tigris.org/
 /a/td
  /tr
  tr
thContact:/th
   @@ -240,7 +240,7 @@
  /tr
/table
  /subsection
   -  
   +
  subsection name=NAnt

pNAnt is a .NET based build tool. In theory it is kind of
   @@ -322,4 +322,4 @@
/section

  /body
   -/document
   +/document
   \ No newline at end of file
   
   
   
   1.119 +58 -0 ant/xdocs/external.xml
   
   Index: external.xml
   ===
   RCS file: /home/cvs/ant/xdocs/external.xml,v
   retrieving revision 1.118
   retrieving revision 1.119
   diff -u -r1.118 -r1.119
   --- external.xml19 Feb 2004 11:46:58 -  1.118
   +++ external.xml20 Feb 2004 08:13:37 -  1.119
   @@ -92,6 +92,32 @@
/table
  /subsection

   +  subsection name=Antariel
   +
   +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
   +  tr
   +thCompatibility:/th
   +tdAnt 1.5.4 and newer/td
   +  /tr
   +  tr
   +thURL:/th
   +tda 
 href=http://andariel.uworks.net/;http://andariel.uworks.net/
 /a/td
   +  /tr
   +  tr
   +thContact:/th
   +tdjosep DOT rio AT uworks DOT net/td
   +  /tr
   +  tr
   +thLicense:/th
   +tdApache Software License 1.1/td
   +  /tr
   +/table
   +  /subsection
   +
  subsection name=AntDoc

pAntDoc is a tool that generates HTML 
 documentation from Ant
   @@ -1771,6 +1797,38 @@
  tr
thLicense:/th
tdGNU General Public License (GPL)/td
   +  /tr
   +/table
   +  /subsection
   +
   +  subsection name=rundoc
   +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
   +  tr
   +thCompatibility:/th
   +tdTested with 1.6  Should work with all 
 versions./td
   +  /tr
   +  tr
   +thURL:/th
   +tda 
 href=http://www.martiansoftware.com/lab/index.html#rundoc;ht
tp://www.martiansoftware.com/lab/index.html#rundoc/a/td
   +  /tr
   +  tr
   +thContact:/th
   +tda 
 href=http://www.martiansoftware.com/contact.html;Marty Lamb/a/td
   +  /tr
   +  tr
   +thLicense:/th
   +tdRevised BSD/td

Re: cvs commit: ant/xdocs projects.xml external.xml

2004-02-20 Thread Dale Anson
Thanks!
[EMAIL PROTECTED] wrote:
jhm 2004/02/20 00:13:37
  Modified:xdocsprojects.xml external.xml
  Log:
  Antelope new url; new tasks: antariel, rundoc
  
  Revision  ChangesPath
  1.14  +5 -5  ant/xdocs/projects.xml
  
  Index: projects.xml
  ===
  RCS file: /home/cvs/ant/xdocs/projects.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- projects.xml	16 Feb 2004 16:38:06 -	1.13
  +++ projects.xml	20 Feb 2004 08:13:37 -	1.14
  @@ -22,7 +22,7 @@
 /properties
   
 body
  -
  +
   section name=Related Projects
   
 pNothing listed here is directly supported by the Ant
  @@ -99,11 +99,11 @@
   table
 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 href=http://antelope.tigris.org/;http://antelope.tigris.org//a/td
 /tr
 tr
   thContact:/th
  @@ -240,7 +240,7 @@
 /tr
   /table
 /subsection
  -  
  +
 subsection name=NAnt
   
   pNAnt is a .NET based build tool. In theory it is kind of
  @@ -322,4 +322,4 @@
   /section
   
 /body
  -/document
  +/document
  \ No newline at end of file
  
  
  
  1.119 +58 -0 ant/xdocs/external.xml
  
  Index: external.xml
  ===
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- external.xml	19 Feb 2004 11:46:58 -	1.118
  +++ external.xml	20 Feb 2004 08:13:37 -	1.119
  @@ -92,6 +92,32 @@
   /table
 /subsection
   
  +  subsection name=Antariel
  +
  +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
  +  tr
  +thCompatibility:/th
  +tdAnt 1.5.4 and newer/td
  +  /tr
  +  tr
  +thURL:/th
  +tda href=http://andariel.uworks.net/;http://andariel.uworks.net//a/td
  +  /tr
  +  tr
  +thContact:/th
  +tdjosep DOT rio AT uworks DOT net/td
  +  /tr
  +  tr
  +thLicense:/th
  +tdApache Software License 1.1/td
  +  /tr
  +/table
  +  /subsection
  +
 subsection name=AntDoc
   
   pAntDoc is a tool that generates HTML documentation from Ant
  @@ -1771,6 +1797,38 @@
 tr
   thLicense:/th
   tdGNU General Public License (GPL)/td
  +  /tr
  +/table
  +  /subsection
  +
  +  subsection name=rundoc
  +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
  +  tr
  +thCompatibility:/th
  +tdTested with 1.6  Should work with all versions./td
  +  /tr
  +  tr
  +thURL:/th
  +tda href=http://www.martiansoftware.com/lab/index.html#rundoc;http://www.martiansoftware.com/lab/index.html#rundoc/a/td
  +  /tr
  +  tr
  +thContact:/th
  +tda href=http://www.martiansoftware.com/contact.html;Marty Lamb/a/td
  +  /tr
  +  tr
  +thLicense:/th
  +tdRevised BSD/td
 /tr
   /table
 /subsection
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]