Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 90256 invoked from network); 18 Feb 2004 19:45:22 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Feb 2004 19:45:22 -0000 Received: (qmail 666 invoked by uid 500); 18 Feb 2004 19:45:02 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 610 invoked by uid 500); 18 Feb 2004 19:45:02 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 595 invoked by uid 500); 18 Feb 2004 19:45:02 -0000 Received: (qmail 581 invoked from network); 18 Feb 2004 19:45:02 -0000 Received: from unknown (HELO web12824.mail.yahoo.com) (216.136.174.205) by daedalus.apache.org with SMTP; 18 Feb 2004 19:45:02 -0000 Message-ID: <20040218194507.20495.qmail@web12824.mail.yahoo.com> Received: from [141.202.248.58] by web12824.mail.yahoo.com via HTTP; Wed, 18 Feb 2004 11:45:07 PST Date: Wed, 18 Feb 2004 11:45:07 -0800 (PST) From: Davanum Srinivas Reply-To: dims@yahoo.com Subject: Re: cvs commit: jakarta-commons/discovery/src/test/org/apache/commons/discovery/test TestAll.java To: Jakarta Commons Developers List , jakarta-commons-cvs@apache.org In-Reply-To: <20040218194044.87254.qmail@minotaur.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Matt, Awesome and thanks, -- dims --- matth@apache.org wrote: > matth 2004/02/18 11:40:44 > > Modified: discovery STATUS.html maven.xml project.xml > discovery/src/java/org/apache/commons/discovery/jdk > JDK12Hooks.java > discovery/src/test/org/apache/commons/discovery/test > TestAll.java > Log: > PR: Bugzilla Bug 26875 > > - Added a try/catch for RuntimeExceptions in JDK12Hooks to avoid NullPointerExceptions > from JBoss' UnifiedClassLoader. Reloading the Axis webapp after a redepoy of service > classes then allows things to work normally. > > - Added a pregoal to test:test in maven.xml to make the unit tests pass. There were > some problems with the classpath configuration. > > - Added self as committer. > > Revision Changes Path > 1.5 +3 -2 jakarta-commons/discovery/STATUS.html > > Index: STATUS.html > =================================================================== > RCS file: /home/cvs/jakarta-commons/discovery/STATUS.html,v > retrieving revision 1.4 > retrieving revision 1.5 > diff -u -r1.4 -r1.5 > --- STATUS.html 14 Apr 2003 17:56:09 -0000 1.4 > +++ STATUS.html 18 Feb 2004 19:40:44 -0000 1.5 > @@ -41,7 +41,7 @@ >
  • Functional within a J2EE environment.
  • > >

    > - > + >

    > Non-goals: >

      > @@ -54,7 +54,7 @@ > NOT use commons-discovery. >
    >

    > - > + > > >

    2. DEPENDENCIES

    > @@ -88,6 +88,7 @@ >
  • Richard A. Sitze
  • >
  • Costin Manoloche
  • >
  • Craig R. McClanahan
  • > +
  • Matthew Hawthorne
  • > > > > > > > 1.4 +27 -3 jakarta-commons/discovery/maven.xml > > Index: maven.xml > =================================================================== > RCS file: /home/cvs/jakarta-commons/discovery/maven.xml,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -r1.3 -r1.4 > --- maven.xml 8 Jan 2003 04:36:17 -0000 1.3 > +++ maven.xml 18 Feb 2004 19:40:44 -0000 1.4 > @@ -1,4 +1,28 @@ > - - xmlns:j="jelly:core"> > + > + > + + xmlns:maven="jelly:maven"> > + > + > + > + + > value="${pom.getPluginContext('maven-test-plugin').getVariable('maven.test.dest')}"/> > + > + > + > + > + > + > + > + + refid="test.extra.classpath"/> > + > + + refid="maven.dependency.classpath" targetOS="unix"/> > + > + > + > + > + > + > > - > > > > 1.17 +13 -4 jakarta-commons/discovery/project.xml > > Index: project.xml > =================================================================== > RCS file: /home/cvs/jakarta-commons/discovery/project.xml,v > retrieving revision 1.16 > retrieving revision 1.17 > diff -u -r1.16 -r1.17 > --- project.xml 10 Feb 2004 19:15:04 -0000 1.16 > +++ project.xml 18 Feb 2004 19:40:44 -0000 1.17 > @@ -20,7 +20,7 @@ > > Commons Discovery > > - > + > > > Richard Sitze > @@ -46,8 +46,13 @@ > jstrachan@apache.org > SpiritSoft, Inc. > > + > + Matthew Hawthorne > + matth > + matth@apache.org > + > > - > + > > > > @@ -63,10 +68,12 @@ > > > > + > > > **/TestAll.java > > + > > > ${basedir}/src > @@ -74,6 +81,7 @@ > **/testResource > > > + > > ${basedir}/src/test > > @@ -81,8 +89,9 @@ > META-INF/** > > > - > - > + > + > + > > > > > > > 1.5 +46 -2 > jakarta-commons/discovery/src/java/org/apache/commons/discovery/jdk/JDK12Hooks.java > > Index: JDK12Hooks.java > =================================================================== > RCS file: > /home/cvs/jakarta-commons/discovery/src/java/org/apache/commons/discovery/jdk/JDK12Hooks.java,v > retrieving revision 1.4 > retrieving revision 1.5 > diff -u -r1.4 -r1.5 > --- JDK12Hooks.java 9 Oct 2003 19:38:19 -0000 1.4 > +++ JDK12Hooks.java 18 Feb 2004 19:40:44 -0000 1.5 > @@ -63,17 +63,35 @@ > > import java.io.IOException; > import java.net.URL; > +import java.util.Collections; > import java.util.Enumeration; > > +import org.apache.commons.discovery.log.DiscoveryLogFactory; > +import org.apache.commons.logging.Log; > + > > /** > * @author Richard A. Sitze > */ > === message truncated === ===== Davanum Srinivas - http://webservices.apache.org/~dims/ --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org