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

Martin Olsson mnemo at minimum.se
Wed May 23 08:41:06 PDT 2012


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





More information about the distro-pkg-dev mailing list