Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.1.2 and 4.2: Could not find JOGL #9

Closed
hamoid opened this issue May 8, 2023 · 6 comments
Closed

4.1.2 and 4.2: Could not find JOGL #9

hamoid opened this issue May 8, 2023 · 6 comments

Comments

@hamoid
Copy link

hamoid commented May 8, 2023

Hi! I had a program running with 4.1.1.

If I change the gradle dependency to 4.1.2 I get

Could not find org.jogamp.jogl:jogl-all:2.4.0-rc-20230123

If I change it to 4.2 I get

Could not find org.jogamp.jogl:jogl-all-main:2.4.0

In https://mvnrepository.com/artifact/org.jogamp.jogl/jogl-all-main I see only 2.3.2 is available.

@micycle1
Copy link
Owner

micycle1 commented May 8, 2023

The .pom references the https://jogamp.org/deployment/maven/ repository, which is where v2.4.0 is located.
Not sure why your gradle isn't attempting to pull from here.

@hamoid
Copy link
Author

hamoid commented May 11, 2023

Here the project. Is there something missing? It does work with 4.1.1...

p5GE.zip

@xlinx
Copy link

xlinx commented Jun 23, 2023

`
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://jogamp.org/deployment/maven' }
}

dependencies {
implementation 'com.github.micycle1:processing-core-4:4.2'
}
`

add jogamp repositories. is it the correct way to solve this issue?

@hamoid
Copy link
Author

hamoid commented Jun 23, 2023

Thank you @xlinx ! That makes it build for me. Maybe not ideal to depend on packages outside maven central (in case they stop working some day), but not many other options currently.

And... you studied at TNUA??? I gave a workshop / performance there in 2016! Funny coincidence :-)

@xlinx
Copy link

xlinx commented Jun 23, 2023

Thank you @xlinx ! That makes it build for me. Maybe not ideal to depend on packages outside maven central (in case they stop working some day), but not many other options currently.

And... you studied at TNUA??? I gave a workshop / performance there in 2016! Funny coincidence :-)

@hamoid
ur welcome. cool and yes, I've studied at TNUA and also a teacher there in new-media.

@micycle1
Copy link
Owner

Well, Gradle's pretty dumb then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants