summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to new version scheme, see GlueGen ↵Sven Gothel2013-03-281-7/+11
| | | | a3f2ef50ad33c58a240a17fcf03e415d772207c3, etc
* Build: Include cd and cdr test files in joa-test.jar; joal-natives*: Only ↵Sven Gothel2013-02-011-0/+2
| | | | include native library w/o version number.
* Android Build & Test ; WavLoader/Data javax.audio separation (part-1)Sven Gothel2013-01-311-17/+94
|
* Fix junit.runSven Gothel2012-02-271-1/+1
|
* Enable cross compile/test on linux-armv7 (including armv7 openal soft library)Sven Gothel2012-02-271-7/+150
|
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-0/+1
|
* Fix Bug 516 (Determine Java Version) / See gluegen: ↵Sven Gothel2012-01-221-2/+9
| | | | 64639b805a32338385421f168e12c1ef7f749d00
* Add TempJarCache usageSven Gothel2011-12-181-1/+3
|
* oops .. forgot to import gluegen-cpptask..v2.0-rc4Sven Gothel2011-10-181-0/+1
|
* use jvmDataModel.arg set by gluegenSven Gothel2011-10-181-1/+3
|
* Adapt changes of jogamp-env.xmlSven Gothel2011-02-231-2/+4
|
* Use 7z instead of zipSven Gothel2011-02-231-4/+4
|
* Use NODE_NAME env var to determine test archiveSven Gothel2011-02-231-1/+1
|
* Bump Java source level to 1.5Sven Gothel2011-02-091-1/+1
|
* Move implementation private files from com.jogamp.<module>.impl. to ↵Sven Gothel2011-02-091-12/+13
| | | | | | | | | | | | jogamp.<module> (2/2) - edit files - jogamp.openal -> jogamp.openal This sorts implementation details from the top level, ie skipping the public 'com', allowing a better seperation of public classes and implementation details and also reduces strings. This approach of public/private seperation is also used in the OpenJDK.
* final cleanup test results archive :)Sven Gothel2010-12-151-3/+2
|
* test-zip-archive cleanupSven Gothel2010-12-151-2/+2
|
* archive test resultsSven Gothel2010-12-151-3/+22
|
* Window Support added ; Win64 libs & license filesSven Gothel2010-12-131-3/+5
| | | | | | | | | | | | | | - plays on linux/window now - ant build files fixed -> Windows support - windows OpenAL 32/64 bit: see make/lib/FILES.txt make/lib/oalinst-license.txt) - linux libs: added .1 to suffix - added Debug impl - catch EAX init exception (ie unsatisfied link error) - EAX proper blocked init TODO: - check on osx - joal-demos
* Enable javadocSven Gothel2010-12-131-3/+3
|
* Playing audio againSven Gothel2010-12-131-3/+10
| | | | | | | | | | | - test: use jar file joal-test.jar - test: use proper getResourceAsStream() on class instance - test: plays sound TODO: - check on windows and osx - add jnlp file template - joal-demos
* Bring back JOAL (code fixes and project structure)Sven Gothel2010-12-131-0/+145
- Use GlueGen DynamicLibraryBundle - Fix alGetString - Proper test/junit structure - NB project fix - add artifacts.properties and jar's manifest - proper ZIP file structure TODO: - check on windows and osx - actually hear a sound - add jnlp file template - joal-demos