summaryrefslogtreecommitdiffstats
path: root/maven
Commit message (Collapse)AuthorAgeFilesLines
* Manually inject gluegen/pom.in into gluegen-rt-main/pom.sh, avoiding a maven ↵JOGAMP DEV TEAM2023-01-241-1/+66
| | | | refusal due to repeated dependencies section
* maven: Add jogamp deploy scriptSven Gothel2023-01-241-0/+12
|
* maven: orig full platform listSven Gothel2023-01-241-0/+11
|
* maven: remove dropped platformsSven Gothel2023-01-241-7/+1
|
* Merge pull request #2 from xranby/masterJulien Gouesse2017-03-094-20/+20
|\ | | | | Bug 682: maven/tests javax.media.opengl.* -> com.jogamp.opengl.*
| * Bug 682: maven/tests javax.media.opengl.* -> com.jogamp.opengl.*Xerxes Rånby2015-08-274-20/+20
| |
* | Add ANTLR 2.7.7 as a dependency of GlueGenMark Raynsford2015-10-231-0/+8
|/ | | | | | The GlueGen compile-time components depend on ANTLR 2.7.7, and this fact was never included in the POM files. This issue was uncovered by @Zubnix' recent work on GlueGen.
* Add AArch64 platform.Mark Raynsford2015-02-041-0/+1
|
* Add jogl-main, nativewindow-main, newt-main - frontends for the atomicsMark Raynsford2014-07-1133-11/+1161
| | | | | | | | packages that allow for pulling in all platform natives easily. Add test suite. Bug: 1023
* Update packages to reflect the new lack-of-aliasing behaviour. Add Oculus VR ↵Mark Raynsford2014-07-1170-74/+208
| | | | | | | | package. Project format changed slightly (dummy-jar -> main-jar, different values in natives). Bug: 1023
* Always clean before buildingMark Raynsford2014-05-121-0/+1
|
* Remove removal of local repository!Mark Raynsford2014-05-121-1/+0
|
* Massively rewrite project handling. Projects are now defined by directories ofMark Raynsford2014-03-11116-226/+322
| | | | | | | | | | | (mostly) single-line config files (essentially a glorified directory-based key/value db). The scripts have been adjusted to work better in isolation (in particular the old copy-jars script has been split into a copy-jars-one and copy-jars script, with the latter executing the former on all projects). Bug 999: Is now fixed. Essentially a variable name was accidentally re-used, meaning the source zip file was copied over the project's main jar file. The -n option was passed to cp, but not the subsequent mv, so the overwrite occurred silently!
* Bug 991 - Rewrite deployment scripts to correctly deploy all files ↵Mark Raynsford2014-03-045-78/+174
| | | | | | (including missing atomics). Adds joal-android and jocl-android projects.
* Deploy atomic jar files via newt, gluegen, nativewindow, and jogl packages.Mark Raynsford2013-07-119-79/+337
|
* Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scriptingMark Raynsford2013-07-021-1/+1
|\
| * 'egrep EXPR' -> 'grep -P EXPR' .. since expression is a perl-regexp, at ↵Sven Gothel2013-04-251-1/+1
| | | | | | | | least this works on CentOS 5.7
* | Use new SSH provider, and make the script a bit more verbosemaven_fastMark Raynsford2013-04-245-10/+14
| |
* | Document use of new scp wagonMark Raynsford2013-04-241-1/+66
| |
* | Use the 'files' 'classifiers' and 'types' parameters to bulk deploy artifactsMark Raynsford2013-04-241-25/+29
|/
* WhitespaceMark Raynsford2013-04-241-6/+6
|
* Abstract reading of make-projects.txt with make-list-projects.sh in order to ↵Mark Raynsford2012-12-258-6/+14
| | | | | | | | | allow for comments in the file Conflicts: maven/make-copy-jars.sh maven/make-deploy-one.sh maven/make-projects.txt
* Maven: Stoe generated/temp *.pom files in output/Sven Gothel2012-12-252-3/+3
|
* Allow REPOSITORY_URL and REPOSITORY_ID to be pre-defined (setting server in ↵Sven Gothel2012-12-251-5/+8
| | | | user script)
* Deploy source files (zip -> jar), if available.Sven Gothel2012-12-252-21/+29
|
* Add missing gluegen-rt-android and jogl-all-android modules (JAR only, ↵Sven Gothel2012-12-253-0/+76
| | | | no-native)
* Prepare repo mergeSven Gothel2012-11-0629-0/+1490