cvs commit: jakarta-tomcat-5/resources build.xml

2004-04-25 Thread remm
remm2004/04/25 05:01:28

  Modified:resources build.xml
  Log:
  - Add a message about cvs login in the case where checkout fails.
  - Bug 28333, submitted by Sandy McArthur.
  
  Revision  ChangesPath
  1.5   +3 -0  jakarta-tomcat-5/resources/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/resources/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 15 Jan 2004 09:50:56 -  1.4
  +++ build.xml 25 Apr 2004 12:01:28 -  1.5
  @@ -54,6 +54,9 @@
 
   
  +
  +
   
  
  
  

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



cvs commit: jakarta-tomcat-5/resources build.xml

2004-01-15 Thread jfclere
jfclere 2004/01/15 01:50:57

  Modified:resources build.xml
  Log:
  without typedir ant always tries to checkout the sources from repos.
  
  Revision  ChangesPath
  1.4   +3 -2  jakarta-tomcat-5/resources/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/resources/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 8 Sep 2003 10:15:14 -   1.3
  +++ build.xml 15 Jan 2004 09:50:56 -  1.4
  @@ -88,14 +88,15 @@
   
 
   
  -
  +
   
 
   
 
   
   
  +   file="${basedir}/${commons-daemon.project}" type="dir" />
   
 
   
  
  
  

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



cvs commit: jakarta-tomcat-5/resources build.xml

2003-09-08 Thread remm
remm2003/09/08 03:15:14

  Modified:resources build.xml
  Log:
  - Update netbuild. Thanks to Kazuhiro Kazama for the tip.
  
  Revision  ChangesPath
  1.3   +34 -23jakarta-tomcat-5/resources/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/resources/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 4 May 2003 18:37:47 -   1.2
  +++ build.xml 8 Sep 2003 10:15:14 -   1.3
  @@ -11,7 +11,7 @@
   
 
 
  -  
  +  
 
 
 
  @@ -29,9 +29,7 @@
 
   
 
  -  
  -  
  -  
  +  
   
 
 
   
  -  
   
   
  @@ -53,18 +51,6 @@
   
 
   
  -  
  -
  -
  -
  -  
  -
  -  
  -
  -
  -
  -  
  -
 
   
  @@ -84,20 +70,45 @@
command="checkout -P ${api.project}" 
dest="${basedir}" compression="true" />
   
  +  
  +
  +  
  +
   
   
  -
  -
   
 
   
  +  
  +
  +  
  +
  +
  +
  +  
  +
  +  
  +
  +
  +
  +  
  +
  +  
  +
  +
  +
  +  
  +
  +  
  +
  +
  +
  +  
   
   
  
  
  

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



cvs commit: jakarta-tomcat-5/resources build.xml

2002-10-26 Thread remm
remm2002/10/26 11:52:56

  Modified:.build.xml
  Added:   resources build.xml
  Log:
  - Add a "main"build" script to allow newbies to build Tomcat very easily
once Ant is correctly setup (at least with JDK 1.3+).
  - The small build.xml will be made available online as a separate (and small)
download, as it's the only thing required.
  - New building documentation coming soon.
  
  Revision  ChangesPath
  1.51  +7 -0  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml 26 Oct 2002 14:27:13 -  1.50
  +++ build.xml 26 Oct 2002 18:52:56 -  1.51
  @@ -498,6 +498,13 @@
   
   
   
  +
  +
  +  
  +
  +  
  +
  +
   
   
 
  
  
  
  1.1  jakarta-tomcat-5/resources/build.xml
  
  Index: build.xml
  ===
  
  
  

  





  







  


  






  






  

  
  
  
  

  

  
  
  

  

  
  
  

  

  
  
  
  
  

  
  
  
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: