Login  Register

Re: Bad autobuilded jars in download

Posted by Sven Gothel on Nov 22, 2011; 1:05pm
URL: https://forum.jogamp.org/Bad-autobuilded-jars-in-download-tp3527509p3527646.html

On Tuesday, November 22, 2011 01:04:13 PM don_filippo [via jogamp] wrote:

>
> Hi!
>
> I had some problem with compiling demos. I downloaded one of the newest jocl
> jars (from autobuilds download site) and javac gave me compiler error,
> because it couldn't find "putArgSize" method. Strange I thought, because I
> downloaded from
> http://jogamp.org/deployment/autobuilds/master/jocl-b477-2011-11-20_02-43-58/
> which is quite new... I watched CLKernel.java source code in github and
> "putArgSize" IS IMPLEMENTED. Then I thought: Why not to try to decompile the
> jar? And I did it. To my surprise THERE WAS NO "putArgSize" method!!! What I
> think about it? I think autobuilds are not created exactly from master, but
> from other branch. Unfortunately this branch haven't pulled from master for
> a long time and generated jar are crap:/ It's sad. Please fix that or tell
> me if I'm wrong thinking.

Indeed, Michael's latest work in progress (WIP) development of JOCL
has not been merged to JogAmp's master branch of JOCL.

We hope we can do this within the next 2 weeks, either way though.

Sorry for the inconveniences.

~Sven

>
> Best Regards