which package do I need to avoid: "package org.junit does not exist"

Jiri Vanek jvanek at redhat.com
Wed May 23 08:48:27 PDT 2012


On 05/23/2012 05:41 PM, Martin Olsson wrote:
> When I try to run tests using:
>
>          rm -rf ~/ice
>          mkdir ~/ice
>          ./autogen.sh
>          ./configure --prefix=/home/molsson/ice
> --with-jdk-home=/usr/lib/jvm/java-6-openjdk-amd64
>          make
>          make check
>          make install
>          make run-netx-dist-tests
>
> Then I get this error:
>
> tests/netx/jnlp_testsengine/net/sourceforge/jnlp/ResourcesTest.java:42:
> package org.junit does not exist
>
> Full error:
>
>          http://pastebin.com/4MTg03ni
>
> ...I assume I need to install some missing package (junit?), any ideas on
> which one? I'm on Ubuntu 12.04

Yap - from your configure:

checking for rhino jar... no
checking for junit jar... no
checking for emma jar... no


in fedora those are junit4, rhino and emma packages.
>
>




More information about the distro-pkg-dev mailing list