Paul Speed
1ffd11fae4
Added a basic unit test for some of the AppStateManager functionality.
...
(Specifically the stuff that deals with IDs.)
Also added the ability to use groovy tests for those who like a little
testing but aren't complete masochists.
5 years ago
lifeinwild
7e11a6c0fe
Use UTF-8 in gradle builds
6 years ago
Trevor Flynn
ad2ba95e99
Jdk 11 Build Support
6 years ago
Kirill Vainer
93001ec290
Fix #456
7 years ago
Kirill Vainer
73cb4f85ad
remove SSH based maven publishing
...
The updates.jmonkeyengine.org server is no longer used.
8 years ago
Sebastian Weiß
4e79ccfa68
changed source compatibility only for lwjgl3
8 years ago
shaman
309f751c4d
Maybe fixed 'warning: [options] bootstrap class path not set in conjunction with -source 1.7'
8 years ago
Kirill Vainer
b01d356ee4
niftygui: add nifty repository to POM
9 years ago
Kirill Vainer
4aa614108e
pom: fix incorrect inception year
9 years ago
Kirill Vainer
d6ffa4e9ff
build: minor cleanup
9 years ago
Kirill Vainer
85ffb48efb
unit test: more descriptive failure message
9 years ago
Paul Speed
35de6bd6d3
Upping source compatibility to 1.7. Even 1.7 is end-of-lifed by now
...
but at least it's newer than the ancient 1.6.
9 years ago
David Bernard
f39ff62864
build: replace developers list by generic ‘jMonkeyEngine Team’
9 years ago
David Bernard
80c11a5f02
build: fix sdk build failure due to writeFullPom
9 years ago
David Bernard
2aca942b1b
build: use the same custom pom file for 'install', 'uploadArchives' and 'uploadBintray'. A custom pom with minimal information required to maven central
9 years ago
David Bernard
142d7bebae
build: upload on bintray from travis when a git tag is set and it starts by jmeMainVersion
9 years ago
Daniel Johansson
30cdca7ad7
Native library loading is back to the way it used to be with the addition of LWJGL 3.x libraries added with a different key.
...
Moved LWJGL 3.x repository definition to build.grade in that module.
Fixed an issue where frame rate limit would cause GLFW frequency window hint to be set rather than use a software limiter.
Removed LWJGLTimer for lwjgl3 module, no need for it any more, we'll just use the NanoTimer.
Removed LWJGLCanvas for lwjgl3 module, can't implement this so we'll leave it for now.
9 years ago
Daniel Johansson
8f77dca931
Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW.
9 years ago
Daniel Johansson
89f10eca58
Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW.
9 years ago
Kirill Vainer
e5b3646fe4
build: upload maven snapshots to updates server
9 years ago
Kirill Vainer
d36749c85b
build: fix syntax error
9 years ago
Kirill Vainer
17887b1fb0
build: new build version info system
...
* JmeVersion is no longer autogenerated, instead it pulls info from version.properties
* Added version.gradle script to generate version info and expose it to other gradle scripts
* Embed version info inside JAR manifest
* Refactor NDK finding to use the same way as the version generation
9 years ago
Daniel Johansson
d319a7c5d3
Added unit test for J3MLoader to cover the new texture parameters available in #295 . Also fixed a couple of issues in the code to reduce logging that was not needed and removed redundant code. This update also updates junit to 4.12 and adds Mockito and Fest Assertions as test dependencies.
9 years ago
Kirill Vainer
2bdd4d5a32
Maven: enable maven artifact publishing
...
Currently to local repo only.
10 years ago
Kirill Vainer
8797bda5ef
Maven: remove unneeded properties
...
Those are determined automatically by gradle, no need to specify explicitly.
10 years ago
David Bernard
4bdf682944
build:javadoc: use JavaVersion.current().isJava8Compatible()
10 years ago
David Bernard
23f5b3ad01
build: quick fix to run javadoc with jdk < 1.8
10 years ago
Normen Hansen
3d8a1d4bad
- make javadoc output more readable
...
- disable doclint for now (fails on <br/> etc
10 years ago
Normen Hansen
65eba1389a
- enable building of JavaDoc
...
- add option to disable JavaDoc building in gradle.properties
10 years ago
Normen Hansen
69f8e58d84
- change source compatibility to 1.6
10 years ago
Normen Hansen
539c2e65fc
- update JmeVersion automatically in build script
...
- change handling of version "tag" (stable, svn etc.)
11 years ago
Normen Hansen
d4546223fc
- include SDK in gradle build
...
- add option to build natives / SDK to gradle properties
- update SDK properties file with jme version
11 years ago
Normen Hansen
a16857c8f4
switch to gradle layout
11 years ago
nor..67
511d045274
gradle:
...
import current build script to gradle-restructure
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10968 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago