Login  Register

Re: Bad autobuilded jars in download

Posted by Michael Bien on Nov 22, 2011; 4:07pm
URL: https://forum.jogamp.org/Bad-autobuilded-jars-in-download-tp3527509p3528157.html


On 11/22/2011 01:04 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.

Best Regards

meanwhile you could try this builds if you don't use jogl in conjunction.
https://github.com/mbien/jocl/downloads

those are from the edge branch and contain everything however shouldn't be considered as stable or final.

regards,
michael

-- 
http://michael-bien.com/