Sample JOGL applet build file

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

Sample JOGL applet build file

Martin
Hi folks,
Although I could have an applet canvas working from eclipse, I spent long time trying (and failing) to achieve a sample ant build file allowing to generate a complete jogl web page with the jar, dependencies, html page, and jnlp file configuration.
Does anyone have something to share to help me?
Thanks in advance,
Martin
Reply | Threaded
Open this post in threaded view
|

Re: Sample JOGL applet build file

Michael Bien
  Hi Martin,

jocl-demos doing jogl and jocl and generate jnlp files for every demo -
no applets yet sorry.

all ant / NetBeans projects.

to compile it standalone you will have to fix two paths in
nbproject/project.properties. The paths to the jars and the lib path
(since the project is set up to take jars directly from the other projects).
https://github.com/mbien/jocl-demos/blob/master/build.xml

hope that helps a bit (even if it does not solve your question completly),

-michael

On 02/22/2011 10:44 AM, Martin [via jogamp] wrote:

> Hi folks,
> Although I could have an applet canvas working from eclipse, I spent long
> time trying (and failing) to achieve a sample ant build file allowing to
> generate a complete jogl web page with the jar, dependencies, html page, and
> jnlp file configuration.
> Does anyone have something to share to help me?
> Thanks in advance,
> Martin
>
> _______________________________________________
> If you reply to this email, your message will be added to the discussion below:
> http://forum.jogamp.org/Sample-JOGL-applet-build-file-tp2551298p2551298.html
> To start a new topic under jogamp, email [hidden email]
> To unsubscribe from jogamp, visit
http://michael-bien.com/

Reply | Threaded
Open this post in threaded view
|

Re: Sample JOGL applet build file

Martin
Thank you Michael, I'll use your suggestions.
Regards,
Martin