cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs build.xml

2001-07-28 Thread craigmcc

craigmcc01/07/28 15:47:42

  Modified:webapps/tomcat-docs build.xml
  Log:
  Update the tomcat-docs build procedure to copy the relevant Javadocs
  directories.
  
  Revision  ChangesPath
  1.2   +41 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 2001/07/28 01:35:39 1.1
  +++ build.xml 2001/07/28 22:47:42 1.2
  @@ -45,12 +45,40 @@
 
   
   
  +
  +
  +  
  +
  +
  +  
  +
  +
  +
  +
  +
  +
  +  
  +
  +
   
   
   
 
   
   
  +
  +
  +
  +  
  +
  +
  +
  +
  +
  +  
  +
  +
   
   
   
  @@ -72,6 +100,9 @@
 
 
   
  +
  +  
  +
   
   
   
  +  
  +
  +
  +
  +
 
   
  
  
  



cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs build.xml

2001-08-16 Thread craigmcc

craigmcc01/08/16 16:32:55

  Modified:webapps/tomcat-docs build.xml
  Log:
  Add back the build of the functional specs - to be checked in momentarily.
  
  Revision  ChangesPath
  1.8   +0 -4  jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 2001/08/16 20:21:54 1.7
  +++ build.xml 2001/08/16 23:32:55 1.8
  @@ -53,9 +53,7 @@
 file="appdev/build.xml.txt"/>
   
   
  -
   
   
   
  @@ -115,7 +113,6 @@
   
   
   
  -
   
   
   

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs build.xml

2001-09-09 Thread craigmcc

craigmcc01/09/09 21:49:52

  Modified:.build.xml
   webapps  build.xml
   webapps/ROOT build.xml index.html
   webapps/tomcat-docs build.xml
  Log:
  Integrate the "tomcat-docs" webapp into the default build structure, and
  resolve a timing issue on javadocs (which are not created unless you do a
  "dist" build).
  
  The new-format documentation tree is now the default, since it has been
  brought up-to-date with all of the old documentation.  Ultimately, the
  static HTML versions of the old docs need to be removed from the HEAD
  branch, but that can happen after a 4.0 release.
  
  Revision  ChangesPath
  1.35  +6 -3  jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.xml 2001/07/31 05:57:37 1.34
  +++ build.xml 2001/09/10 04:49:51 1.35
  @@ -140,14 +140,17 @@
 
 
   
  -
  +
  +
 
   
   
  -
  +
  +
 
   
  -
  +
  +
 
   
 
  
  
  
  1.16  +1 -7  jakarta-tomcat-4.0/webapps/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 2001/07/28 01:35:39 1.15
  +++ build.xml 2001/09/10 04:49:52 1.16
  @@ -53,14 +53,8 @@
   
 
 
  -  
  -
  -
  +
   
 
 
 
   
  -
  -  
  -
  -
 
   
   
  
  
  
  1.26  +2 -5  jakarta-tomcat-4.0/webapps/ROOT/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/index.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- index.html2001/08/10 05:40:43 1.25
  +++ index.html2001/09/10 04:49:52 1.26
  @@ -82,10 +82,7 @@
   
   
   
  -Tomcat User Documentation
  -Tomcat 4.0 API
  -Jasper (JSP engine) 
API
  -Servlet 2.3 and JSP 
1.2 API
  +Tomcat Documentation
    
   
   
  @@ -119,7 +116,7 @@
   
   
   
  -where "$CATALINA_HOME" is the root of the Tomcat installation 
directory. If you're seeing this page, and you don't think you should be, then either 
you're either a user who has arrived at new installation of Tomcat, or you're an 
administrator who hasn't got his/her setup quite right. Providing the latter is the 
case, please refer to the Tomcat Documentation for more detailed 
setup and administration information than is found in the INSTALL file.
  +where "$CATALINA_HOME" is the root of the Tomcat installation 
directory. If you're seeing this page, and you don't think you should be, then either 
you're either a user who has arrived at new installation of Tomcat, or you're an 
administrator who hasn't got his/her setup quite right. Providing the latter is the 
case, please refer to the Tomcat Documentation for more 
detailed setup and administration information than is found in the INSTALL file.
   
   Included with this release are a host of sample Servlets and JSPs 
(with associated source code), extensive documentation (including the Servlet 2.3 and 
JSP 1.2 API JavaDoc), and an introductory guide to developing web applications.
   
  
  
  
  1.9   +0 -18 jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 2001/08/16 23:32:55 1.8
  +++ build.xml 2001/09/10 04:49:52 1.9
  @@ -55,28 +55,10 @@
   
   
   
  -
  -
  -
  -  
  -
  -
   
   
   
 
  -
  -
  -
  -
  -
  -  
  -
  -
  -
  -
  -
  -  
   
   
   
  
  
  



cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs build.xml

2001-09-10 Thread remm

remm01/09/10 13:43:57

  Modified:webapps/tomcat-docs build.xml
  Log:
  - Remove some Ant deprecation messages.
  - Modernize build script (now that we switched to 1.4).
  
  Revision  ChangesPath
  1.10  +3 -3  jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 2001/09/10 04:49:52 1.9
  +++ build.xml 2001/09/10 20:43:57 1.10
  @@ -88,7 +88,7 @@
   

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs build.xml

2004-11-19 Thread billbarker
billbarker2004/11/19 07:52:51

  Modified:webapps/tomcat-docs build.xml
  Log:
  Fix Gump build.
  
  Revision  ChangesPath
  1.14  +4 -5  jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 12 Jan 2003 17:26:46 -  1.13
  +++ build.xml 19 Nov 2004 15:52:51 -  1.14
  @@ -169,11 +169,10 @@
   
   
   
  -
  -
  -
  -  
  -
  +
  +   
  +   
  +
   
 
   
  
  
  

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



cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs build.xml

2004-11-19 Thread markt
markt   2004/11/19 12:06:54

  Modified:webapps/tomcat-docs build.xml
  Log:
  Fix TC4 build.
  
  Revision  ChangesPath
  1.15  +1 -1  jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 19 Nov 2004 15:52:51 -  1.14
  +++ build.xml 19 Nov 2004 20:06:54 -  1.15
  @@ -169,7 +169,7 @@
   
   
   
  -
  +
  
  
   
  
  
  

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



Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs build.xml

2001-09-09 Thread Remy Maucherat

> craigmcc01/09/09 21:49:52
>
>   Modified:.build.xml
>webapps  build.xml
>webapps/ROOT build.xml index.html
>webapps/tomcat-docs build.xml
>   Log:
>   Integrate the "tomcat-docs" webapp into the default build structure, and
>   resolve a timing issue on javadocs (which are not created unless you do
a
>   "dist" build).

Craig, I need about 15 minutes to modify my installer script to package the
new docs.

Thanks,
Remy




Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs build.xml

2001-09-10 Thread Christopher Cain

Does this mean that the parser error under Windoze (which was preventing
the transformation) has been resolved?

[EMAIL PROTECTED] wrote:
> 
> craigmcc01/09/09 21:49:52
> 
>   Modified:.build.xml
>webapps  build.xml
>webapps/ROOT build.xml index.html
>webapps/tomcat-docs build.xml
>   Log:
>   Integrate the "tomcat-docs" webapp into the default build structure, and
>   resolve a timing issue on javadocs (which are not created unless you do a
>   "dist" build).
> 
>   The new-format documentation tree is now the default, since it has been
>   brought up-to-date with all of the old documentation.  Ultimately, the
>   static HTML versions of the old docs need to be removed from the HEAD
>   branch, but that can happen after a 4.0 release.
> 
>   Revision  ChangesPath
>   1.35  +6 -3  jakarta-tomcat-4.0/build.xml
> 
>   Index: build.xml
>   ===
>   RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
>   retrieving revision 1.34
>   retrieving revision 1.35
>   diff -u -r1.34 -r1.35
>   --- build.xml 2001/07/31 05:57:37 1.34
>   +++ build.xml 2001/09/10 04:49:51 1.35
>   @@ -140,14 +140,17 @@
>  
>  
>
>   -
>   +
>   +
>  
>
>
>   -
>   +
>   +
>  
>
>   -
>   +
>   +
>  
>
>  
> 
> 
> 
>   1.16  +1 -7  jakarta-tomcat-4.0/webapps/build.xml
> 
>   Index: build.xml
>   ===
>   RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/build.xml,v
>   retrieving revision 1.15
>   retrieving revision 1.16
>   diff -u -r1.15 -r1.16
>   --- build.xml 2001/07/28 01:35:39 1.15
>   +++ build.xml 2001/09/10 04:49:52 1.16
>   @@ -53,14 +53,8 @@
> 
>  
>  
>   -  
>   -
>   -
>   +
> 
>  
>   
> 
> 
>   1.9   +0 -4  jakarta-tomcat-4.0/webapps/ROOT/build.xml
> 
>   Index: build.xml
>   ===
>   RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/build.xml,v
>   retrieving revision 1.8
>   retrieving revision 1.9
>   diff -u -r1.8 -r1.9
>   --- build.xml 2001/05/21 21:47:27 1.8
>   +++ build.xml 2001/09/10 04:49:52 1.9
>   @@ -33,10 +33,6 @@
>
>  
>
>   -
>   -  
>   -
>   -
>  
> 
> 
> 
> 
> 
>   1.26  +2 -5  jakarta-tomcat-4.0/webapps/ROOT/index.html
> 
>   Index: index.html
>   ===
>   RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/index.html,v
>   retrieving revision 1.25
>   retrieving revision 1.26
>   diff -u -r1.25 -r1.26
>   --- index.html2001/08/10 05:40:43 1.25
>   +++ index.html2001/09/10 04:49:52 1.26
>   @@ -82,10 +82,7 @@
>
>
>
>   -Tomcat User Documentation
>   -Tomcat 4.0 
>API
>   -Jasper (JSP engine) 
>API
>   -Servlet 2.3 and 
>JSP 1.2 API
>   +Tomcat Documentation
> 
>
>
>   @@ -119,7 +116,7 @@
>
>
> 
>   -where "$CATALINA_HOME" is the root of the Tomcat installation 
>directory. If you're seeing this page, and you don't think you should be, then either 
>you're either a user who has arrived at new installation of Tomcat, or you're an 
>administrator who hasn't got his/her setup quite right. Providing the latter is the 
>case, please refer to the Tomcat Documentation for more detailed 
>setup and administration information than is found in the INSTALL file.
>   +where "$CATALINA_HOME" is the root of the Tomcat installation 
>directory. If you're seeing this page, and you don't think you should be, then either 
>you're either a user who has arrived at new installation of Tomcat, or you're an 
>administrator who hasn't got his/her setup quite right. Providing the latter is the 
>case, please refer to the Tomcat Documentation for more 
>detailed setup and administration information than is found in the INSTALL file.
> 
>Included with this release are a host of sample Servlets and JSPs 
>(with associated source code), extensive documentation (including the Servlet 2.3 and 
>JSP 1.2 API JavaDoc), and an introductory guide to developing web applications.
> 
> 
> 
> 
>   1.9   +0 -18 jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml
> 
>   Index: build.xml
>   ===
>   RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml,v
>   retrieving revision 1.8
>   retrieving revision 1.9
>   diff -u -r1.8 -r1.9
>   --- build.xml 2001/08/16 23:32:55 

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs build.xml

2001-09-10 Thread Remy Maucherat

> Does this mean that the parser error under Windoze (which was preventing
> the transformation) has been resolved?

It appears to be working fine with Ant 1.4.

Remy




cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs build.xml tomcat-docs.xsl

2001-08-04 Thread craigmcc

craigmcc01/08/04 21:02:31

  Modified:webapps/tomcat-docs build.xml tomcat-docs.xsl
  Log:
  Pick up the WEB-INF directory when building the tomcat-docs webapp.
  
  Make the project-specific logo URL relative to {$relative-path}.
  
  Revision  ChangesPath
  1.5   +5 -0  jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/08/05 03:42:28 1.4
  +++ build.xml 2001/08/05 04:02:30 1.5
  @@ -37,6 +37,11 @@
 
   
   
  +
  +
  +  
  +
  +
   
   
 
  
  
  
  1.2   +2 -2  jakarta-tomcat-4.0/webapps/tomcat-docs/tomcat-docs.xsl
  
  Index: tomcat-docs.xsl
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/tomcat-docs.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tomcat-docs.xsl   2001/08/05 03:42:28 1.1
  +++ tomcat-docs.xsl   2001/08/05 04:02:30 1.2
  @@ -1,7 +1,7 @@
   
   
   
  -
  +
   
   http://www.w3.org/1999/XSL/Transform";
 version="1.0">
  @@ -78,7 +78,7 @@
   
 
 
  -
  +
 
   
 PROJECT LOGO