Bad autobuilded jars in download

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Bad autobuilded jars in download

don_filippo
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
Reply | Threaded
Open this post in threaded view
|

Re: Bad autobuilded jars in download

Sven Gothel
Administrator
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
Reply | Threaded
Open this post in threaded view
|

Re: Bad autobuilded jars in download

Michael Bien
In reply to this post by don_filippo

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/
Reply | Threaded
Open this post in threaded view
|

Re: Bad autobuilded jars in download

don_filippo
Thanks for reply! I can wait for merge. Either way, great job with this library!:)

Regards