Login  Register

Re: gluegen, jogl, jocl build Failed

Posted by Sven Gothel on Nov 17, 2011; 1:49pm
URL: https://forum.jogamp.org/gluegen-jogl-jocl-build-Failed-tp3515648p3515819.html

On Thursday, November 17, 2011 01:59:09 PM Cleverslinger [via jogamp] wrote:

>
> Hello,
>
> I tried to install gluegen, jogl, jocl.
> /gluegen/make> ant    ... successful
> /jogl/make> ant   ...successful
>
> but for both ant junit.run failed.
>
> BUILD FAILED
<snip/>

> java.io.IOExc
> eption: Cannot run program "7z" (in directory
> "C:\jogamp\gluegen\build\test\resu
> lts"): CreateProcess error=2, Das System kann die angegebene Datei nicht
> finden

<snip/>

> .... So i guess something is wrong with 7-zip?? i installed the newest
> version. Have i to add some variables?

Well, '7z' executable/binary must be available to archive the build/test results.
However, if you just perform a local build, you can simply ignore this message.

~Sven