Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 74630 invoked from network); 3 Dec 2002 12:29:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Dec 2002 12:29:25 -0000 Received: (qmail 15192 invoked by uid 97); 3 Dec 2002 12:30:25 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 15176 invoked by uid 97); 3 Dec 2002 12:30:24 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 15165 invoked by uid 97); 3 Dec 2002 12:30:23 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 3 Dec 2002 12:29:16 -0000 Message-ID: <20021203122916.42248.qmail@icarus.apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/xdocs index.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 @@

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 + cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]

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 @@

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