Bad autobuilded jars in download
Posted by
don_filippo on
Nov 22, 2011; 12:04pm
URL: https://forum.jogamp.org/Bad-autobuilded-jars-in-download-tp3527509.html
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