Maven Support

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

Maven Support

John Klehm
So here's what I understand the status of JOGL Maven support to be:

Options right *now*:

a) Install to the your local machine using command line maven
* https://github.com/reyman/scriptJogamp/blob/master/script-install.sh

b) Use an experimental repo (with a couple manual fixes for windows)

    <dependencies>
        <dependency>
            <groupId>org.jogamp.jogl</groupId>
                <artifactId>jogl.all</artifactId>
                    <version>2.0-b526-20111018</version>   
        </dependency>
        <dependency>
            <groupId>org.jogamp.gluegen</groupId>
                <artifactId>gluegen-rt</artifactId>
                    <version>2.0-b424-20111018</version>
        </dependency>
    </dependencies>

    <repositories>
       
        <repository>
            <id>maven.iscpif.fr</id>
            <name>ISCPIF repository</name>
            <url>http://maven.iscpif.fr/public/</url>
        </repository>
    </repositories>


I've been using the experimental repo for a bit and ran into a couple bugs.  I don't know where I should submit my fixes though and it seems like it should be at jogamp.org.

--John

P.S. Thank again for everyone's work I just want to help make things better.
Reply | Threaded
Open this post in threaded view
|

Re: Maven Support

gouessej
Administrator
Reyman handles this experimental repository, I don't know if he uses the latest version of JogAmp.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Maven Support

John Klehm
> Reyman handles this experimental repository, I don't know if he uses the latest version of JogAmp.
He definitely does not heh. What's in there now is from around October of 2011 so not super out of date either. Seems to work for JOGL for the most part except for a typo and some windows-isms.

Reply | Threaded
Open this post in threaded view
|

Re: Maven Support

Sven Gothel
Administrator
On Friday, January 13, 2012 11:48:27 AM John Klehm [via jogamp] wrote:
>
> > Reyman handles this experimental repository, I don't know if he uses the
> latest version of JogAmp.
> He definitely does not heh. What's in there now is from around October of
> 2011 so not super out of date either. Seems to work for JOGL for the most
> part except for a typo and some windows-isms.

It's my fault, since I said I will merge maven stuff ..

Now I have to admit, that I don't have time for this right now (month?),
since stabilizing JOGL itself and fixing remaining bugs is a lot already.

So, if anybody likes to merge it and helps with producing the desired artifacts
_and_ 'holding' my hand w/ patching our deployment scripts in the jogamp-scripting
repository - we can do that and provide our own maven repo.
But we would really need one person to maintain this and be patient with me.

~Sven
Reply | Threaded
Open this post in threaded view
|

Re: Maven Support

reyman
In reply to this post by John Klehm
The code is here if you want to modify :
https://github.com/reyman/scriptJogamp

If you want i can update the repository, which version of jogl can i use ?

johnklehm i add you into collaborator on this project on github, you can merge change if you want :)

I can take some times in february to change the loader in java code if you say me where can i find this code. After that, we need help to integrate and make automatic the deployment on your maven repository (or in mine at iscpif.fr)
Reply | Threaded
Open this post in threaded view
|

Re: Maven Support

reyman
About scriptJogamp on github
I make big modification, now you can execute in order :

-> script-dl.sh to download the current version of jar
-> Modify mapping-current-version file with the latest version number
-> Execute python script-replace.py (you need to modify path to your script path), it replace all number version in xml and sh file ...
-> You can now execute script-install.sh or script-deploy.sh !!

Ps : i also update the maven repository with the RC4, say me if you see a bug !

Perhaps there is some modification to do, or kill some bugs ..

The code is here if you want to modify/help on this script :
https://github.com/reyman/scriptJogamp
Reply | Threaded
Open this post in threaded view
|

Re: Maven Support

reyman
This post was updated on .
Oups, i see the RC5 version is already here, so i think i update the repository with RC5 and not RC4, because jogamp-current = RC5 i think ...

Information is here :
http://forum.jogamp.org/JogAmp-Release-Candidate-v2-0-rc5-tc3599114.html#a3691446