PING [icedtea-web] RFC: Add additional lookup location for JUnit4 jar

Deepak Bhole dbhole at redhat.com
Thu Apr 14 06:23:23 PDT 2011


* Dr Andrew John Hughes <ahughes at redhat.com> [2011-04-14 07:46]:
> PING?  Guess this one didn't get through either on Monday.
> 
> On 16:48 Mon 11 Apr     , Dr Andrew John Hughes wrote:
> > JUnit is installed in /usr/share/junit-4/lib/junit.jar on Gentoo systems.
> > The attached patch adds this location to those searched for JUnit 4.
> > 
> > Ok for HEAD?
> > 
> > 2010-04-11  Andrew John Hughes  <ahughes at redhat.com>
> > 
> > 	* configure.ac:
> > 	Check Gentoo install location for JUnit 4.

I thought Gentoo used jpackage style locations too.. guess not.

Anyway, looks good to me. Okay for head.

Cheers,
Deepak

> > -- 
> > Andrew :)
> > 
> > Free Java Software Engineer
> > Red Hat, Inc. (http://www.redhat.com)
> > 
> > Support Free Java!
> > Contribute to GNU Classpath and IcedTea
> > http://www.gnu.org/software/classpath
> > http://icedtea.classpath.org
> > PGP Key: F5862A37 (https://keys.indymedia.org/)
> > Fingerprint = EA30 D855 D50F 90CD F54D  0698 0713 C3ED F586 2A37
> 
> > diff -r 934543b8084d configure.ac
> > --- a/configure.ac	Mon Apr 11 16:03:44 2011 +0100
> > +++ b/configure.ac	Mon Apr 11 16:39:08 2011 +0100
> > @@ -86,7 +86,7 @@
> >  IT_FIND_OPTIONAL_JAR([rhino], RHINO,
> >      [/usr/share/java/js.jar /usr/share/rhino-1.6/lib/js.jar])
> >  IT_FIND_OPTIONAL_JAR([junit], JUNIT,
> > -    [/usr/share/java/junit4.jar])
> > +    [/usr/share/java/junit4.jar /usr/share/junit-4/lib/junit.jar])
> >  
> >  AC_CONFIG_FILES([jrunscript], [chmod u+x jrunscript])
> >  AC_CONFIG_FILES([build.properties])
> 
> 
> -- 
> Andrew :)
> 
> Free Java Software Engineer
> Red Hat, Inc. (http://www.redhat.com)
> 
> Support Free Java!
> Contribute to GNU Classpath and IcedTea
> http://www.gnu.org/software/classpath
> http://icedtea.classpath.org
> PGP Key: F5862A37 (https://keys.indymedia.org/)
> Fingerprint = EA30 D855 D50F 90CD F54D  0698 0713 C3ED F586 2A37



More information about the distro-pkg-dev mailing list