Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. "maven.install" target added to build (details)
  2. Added maven deploy target, changed group to "org.jogamp.gluegen" (details)
  3. Composing valid POMs for maven artifacts (details)
  4. seperated reuseable tasks into maven-common.xml (details)
  5. added missing end tag which got lost in merge. (details)
  6. Version info debugging works now even without native libs. (details)
  7. print platform info (GlueGenVersion). (details)
Commit 9018a434338b01fb8d23797c4b9cdcd235da708d by Michael Bien
"maven.install" target added to build
The file was modified make/build.xml (diff)
Commit a25e00c6568c934a0b252e7edac3d86d54ff71a8 by Michael Bien
Added maven deploy target, changed group to "org.jogamp.gluegen"
The file was modified make/build.xml (diff)
Commit 8e2ab5b4c4e84e5c14ed4570ea8050c8e1dc3c5b by Michael Bien
Composing valid POMs for maven artifacts
The file was addedmake/pom-rt-dependency.xml (diff)
The file was modified make/build.xml (diff)
The file was addedmake/pom-template.xml (diff)
Commit c3dbf9cd4a86fd74d842c714f6090673740722e3 by Michael Bien
seperated reuseable tasks into maven-common.xml
fixed typos in pom-template.xml
The file was addedmake/maven-common.xml (diff)
The file was modified make/pom-template.xml (diff)
The file was modified make/build.xml (diff)
Commit deedd4f67b19919d4a231224bfa6a7edbd36e608 by Michael Bien
added missing end tag which got lost in merge.
The file was modified make/build.xml (diff)
Commit 1e0288b397dfd914532c0f0cde850f4e5c5bc91d by Michael Bien
Version info debugging works now even without native libs.
- Platform is now useable without gluegen-rt libs in library path.
- JogampVersion: fixed equals, added Impl url to manifest.
- VersionUtil: getManifest should be now more relieable and passed all manual tests, e.g java jar lib.jar without specified classpath.
The file was modified src/java/com/jogamp/common/util/JogampVersion.java (diff)
The file was modified src/java/com/jogamp/common/os/Platform.java (diff)
The file was modified src/java/com/jogamp/common/util/VersionUtil.java (diff)
The file was modified src/java/com/jogamp/common/GlueGenVersion.java (diff)
Commit 80e26cb102201af7d4159842edf39bcf989ebaa1 by Michael Bien
print platform info (GlueGenVersion).
The file was modified src/java/com/jogamp/common/util/VersionUtil.java (diff)
The file was modified src/java/com/jogamp/common/GlueGenVersion.java (diff)