git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273604 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -189,11 +189,14 @@ Comprehensive documentation is included in the source and binary distributions. | |||||
| </p> | </p> | ||||
| <ul> | <ul> | ||||
| <li><a href="http://www.apache.org/dist/ant/binaries/"> | <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/"> | <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/"> | <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> | </ul> | ||||
| </blockquote> | </blockquote> | ||||
| </td></tr> | </td></tr> | ||||
| @@ -18,6 +18,7 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login<br/> | |||||
| password: anoncvs</source> | password: anoncvs</source> | ||||
| <source> | <source> | ||||
| cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</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 | <p>Modules available for access are (click the links to view the | ||||
| @@ -1061,13 +1061,12 @@ public class AntClassLoader extends ClassLoader implements BuildListener { | |||||
| try { | try { | ||||
| stream = getResourceStream(pathComponent, classFilename); | stream = getResourceStream(pathComponent, classFilename); | ||||
| if (stream != null) { | if (stream != null) { | ||||
| // System.out.println("Found " + classFilename + " in " + pathComponent ); | |||||
| return getClassFromStream(stream, name); | return getClassFromStream(stream, name); | ||||
| } | } | ||||
| } catch (SecurityException se) { | } catch (SecurityException se) { | ||||
| throw se; | throw se; | ||||
| } catch (IOException ioe) { | } catch (IOException ioe) { | ||||
| ioe.printStackTrace(); | |||||
| // ioe.printStackTrace(); | |||||
| log("Exception reading component " + pathComponent , | log("Exception reading component " + pathComponent , | ||||
| Project.MSG_VERBOSE); | Project.MSG_VERBOSE); | ||||
| } | } | ||||
| @@ -83,11 +83,14 @@ Comprehensive documentation is included in the source and binary distributions. | |||||
| </p> | </p> | ||||
| <ul> | <ul> | ||||
| <li><a href="http://www.apache.org/dist/ant/binaries/"> | <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/"> | <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/"> | <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> | </ul> | ||||
| </section> | </section> | ||||