[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mh_make failing due to not finding junit:junit:jar:debian



Hi,

On 12/02/14 16:45, Emmanuel Bourg wrote:

     maven.compiler.source=1.5
     maven.compiler.target=1.5

Spot on again, many thanks. I'm making (slow) progress!

Compilation (via debuild) is now failing despite my having the correct packages:

/home/mcv21/packages/libxmltooling-java/src/main/java/org/opensaml/xml/validation/AbstractValidatingXMLObject.java:[26,16] package org.slf4j does not exist

"import org.slf4j.Logger;" is the line in question, naturally.

I do have libslf4j-java installed, and there's a whole lot of stuff under /usr/share/maven-repo/org/slf4j

What have I done wrong?

In case it matters, the command line being run is:

cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dproperties.file.manual=/home/mcv21/packages/libxmltooling-java/debian/maven.properties -Dclassworlds.conf=/etc/maven2/m2-debian-nodocs.conf org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml -Dmaven.repo.local=/home/mcv21/packages/libxmltooling-java/debian/maven-repo package

But that's just what mh_make set up for me.

Thanks,

Matthew


Reply to: