Re: new g2dgl module
Posted by
Sven Gothel on
Feb 17, 2012; 5:31pm
URL: https://forum.jogamp.org/new-g2dgl-module-tp3747851p3754381.html
On 02/17/2012 05:43 PM, Brandon Borkholder [via jogamp] wrote:
>
>
> I wrote a pom for Eclipse SWT for my company not too long ago. SWT is
> similar to JOGL 2.x. Since it has different jars for each platform, you
> want to be able to depend on a single pom and have the correct native
> library dependency pulled in. I wrote a single pom that used profiles to
> determine which platform jar you needed. Then each platform has a pom also.
>
> You can either depend on a specific platform pom, or just the generic SWT
> pom and it get the right jar for your platform. I can show you an example
> if you're interested.
Yes please ..
I also read a bit about having an 'external' repository (eg. jogamp's server)
or the maven central. So I would like to offer both.
The bleeding edge from our server .. and the RC's (SNAPSHOT) and actual later
release on maven central. Advise ?
>
> And yes, my website needs some significant updating :)
Maybe a snapshot and updated description :)
~Sven