You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2002/12/03 13:29:16 UTC

cvs commit: jakarta-ant/xdocs index.xml

bodewig     2002/12/03 04:29:15

  Modified:    docs     index.html
               proposal/ant-site/anakia/xdocs cvs.xml
               src/main/org/apache/tools/ant AntClassLoader.java
               xdocs    index.xml
  Log:
  Add download from mirror links
  
  Revision  Changes    Path
  1.250     +6 -3      jakarta-ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/index.html,v
  retrieving revision 1.249
  retrieving revision 1.250
  diff -u -r1.249 -r1.250
  --- index.html	28 Nov 2002 09:37:58 -0000	1.249
  +++ index.html	3 Dec 2002 12:29:14 -0000	1.250
  @@ -189,11 +189,14 @@
       </p>
                                   <ul>
           <li><a href="http://www.apache.org/dist/ant/binaries/">
  -                Download the binary release</a></li>
  +                Download the binary release</a> 
  +          [<a href="http://www.apache.org/dyn/closer.cgi/ant/binaries/">from a mirror</a>]</li>
           <li><a href="http://www.apache.org/dist/ant/source/">
  -                Download the source release</a></li>
  +                Download the source release</a>
  +          [<a href="http://www.apache.org/dyn/closer.cgi/ant/source/">from a mirror</a>]</li>
           <li><a href="http://www.apache.org/dist/ant/binaries/rpms/">
  -                Download source or binary RPMs</a></li>
  +                Download source or binary RPMs</a>
  +          [<a href="http://www.apache.org/dyn/closer.cgi/ant/binaries/rpms/">from a mirror</a>]</li>
       </ul>
                       </blockquote>
       </td></tr>
  
  
  
  1.2       +1 -0      jakarta-ant/proposal/ant-site/anakia/xdocs/cvs.xml
  
  Index: cvs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/cvs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cvs.xml	3 Dec 2002 11:20:22 -0000	1.1
  +++ cvs.xml	3 Dec 2002 12:29:15 -0000	1.2
  @@ -18,6 +18,7 @@
   password: anoncvs</source>
   
         <source>
  +
   cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</source>
   
         <p>Modules available for access are (click the links to view the
  
  
  
  1.61      +1 -2      jakarta-ant/src/main/org/apache/tools/ant/AntClassLoader.java
  
  Index: AntClassLoader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/AntClassLoader.java,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- AntClassLoader.java	3 Dec 2002 09:01:52 -0000	1.60
  +++ AntClassLoader.java	3 Dec 2002 12:29:15 -0000	1.61
  @@ -1061,13 +1061,12 @@
                   try {
                       stream = getResourceStream(pathComponent, classFilename);
                       if (stream != null) {
  -                        // System.out.println("Found " + classFilename + "  in " + pathComponent );
                           return getClassFromStream(stream, name);
                       }
                   } catch (SecurityException se) {
                       throw se;
                   } catch (IOException ioe) {
  -                    ioe.printStackTrace();
  +                    // ioe.printStackTrace();
                       log("Exception reading component " + pathComponent ,
                           Project.MSG_VERBOSE);
                   }
  
  
  
  1.34      +6 -3      jakarta-ant/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/xdocs/index.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- index.xml	28 Nov 2002 09:37:58 -0000	1.33
  +++ index.xml	3 Dec 2002 12:29:15 -0000	1.34
  @@ -83,11 +83,14 @@
       </p>
       <ul>
           <li><a href="http://www.apache.org/dist/ant/binaries/">
  -                Download the binary release</a></li>
  +                Download the binary release</a> 
  +          [<a href="http://www.apache.org/dyn/closer.cgi/ant/binaries/">from a mirror</a>]</li>
           <li><a href="http://www.apache.org/dist/ant/source/">
  -                Download the source release</a></li>
  +                Download the source release</a>
  +          [<a href="http://www.apache.org/dyn/closer.cgi/ant/source/">from a mirror</a>]</li>
           <li><a href="http://www.apache.org/dist/ant/binaries/rpms/">
  -                Download source or binary RPMs</a></li>
  +                Download source or binary RPMs</a>
  +          [<a href="http://www.apache.org/dyn/closer.cgi/ant/binaries/rpms/">from a mirror</a>]</li>
       </ul>  
     </section>
     
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>