summaryrefslogtreecommitdiffstats
path: root/make/build.xml
Commit message (Expand)AuthorAgeFilesLines
* Fix archive.7z: unset property destfile.path. gluegen-archivetasks.xml -> jog...Sven Gothel2011-02-241-1/+1
* fix jogamp-env.xml ; uses env vars BUILD_ARCHIVE=true|yes and NODE_NAME if setSven Gothel2011-02-231-1/+2
* Inverse build attribute build.noarchive -> build.archiveonSven Gothel2011-02-231-1/+1
* Provide task 'archive.7z' and use it instead of zipSven Gothel2011-02-231-5/+5
* Remove CDCSven Gothel2011-02-091-76/+1
* Bump Java source level to 1.5 / Disable CDC buildsSven Gothel2011-02-091-20/+23
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* copy gluegen-rt.jnlp with empty codebase to build folder for local testing.Michael Bien2011-02-051-0/+11
* run tag.build from base.compileSven Gothel2010-12-161-2/+2
* archive test resultsSven Gothel2010-12-151-2/+2
* Disabled Struct* Tests (not working on Windows .. platform; Moved BuffersTest...Sven Gothel2010-11-251-36/+1
* Fix Version test while using the JAR files in classpath; Cleanup Manifest orderSven Gothel2010-11-231-1/+1
* added missing end tag which got lost in merge.Michael Bien2010-11-181-1/+1
* seperated reuseable tasks into maven-common.xmlMichael Bien2010-11-181-2/+4
* Composing valid POMs for maven artifactsEvgeniy Tsvigun2010-11-181-64/+93
* Added maven deploy target, changed group to "org.jogamp.gluegen"Evgeniy Tsvigun2010-11-181-1/+46
* "maven.install" target added to buildEvgeniy Tsvigun2010-11-181-0/+43
* Add general purpose WriteCloneable interfaceSven Gothel2010-11-171-0/+1
* Use common javadoc file structure 'javadoc/<module>/<javadoc-type>' and zip a...Sven Gothel2010-11-161-5/+8
* Fix javadoc: Add missing 'javadoc.link' propertySven Gothel2010-11-151-0/+3
* Adding SCM_BRANCH, gluegen.build.branch infoSven Gothel2010-11-101-0/+5
* Added 'gluegen.build.id' (hudson timestamp) and 'gluegen.build.commit' (git c...Sven Gothel2010-11-101-3/+11
* Incooperate gluegen.build.number in ZIP archive name and in JAR manifestsSven Gothel2010-11-091-9/+20
* Enhance API doc .. package description etcSven Gothel2010-11-091-0/+1
* Archive: add timestamp; javadoc with 1.5Sven Gothel2010-11-091-2/+6
* Adding developer zip archive, which is being reused for deployment.Sven Gothel2010-11-091-5/+41
* Proper antlr.jar in NB projects.xml (2nd try)Sven Gothel2010-11-081-1/+1
* Fix PCPP 'define' case; Keep PCPP output file if 'debug' ; GlueGen uses PCPP ...Sven Gothel2010-11-071-3/+9
* Tests: Enable all tests ; Remove 'test' target -> 'junit.run' ; Fix junit cha...Sven Gothel2010-11-071-35/+40
* gluegen-rt-cdc.jar -> gluegen-rt.cdc.jar to comply with JOGL cdc naming conve...Sven Gothel2010-11-071-9/+9
* Renamed com.sun.gluegen -> com.jogamp.gluegenSven Gothel2010-11-061-11/+9
* add 'base.compile' target to skip compiling unit tests for faster development...Sven Gothel2010-11-061-1/+3
* Moved locking to: com.jogamp.common.util.locks ; Better abstraction ; Misc ch...Sven Gothel2010-10-141-0/+2
* Simplify default value of product.build.numberSven Gothel2010-07-271-5/+1
* Fix: gluegen.build.number default/file value orderSven Gothel2010-07-261-2/+2
* Fix: Default value for gluegen.build.numberSven Gothel2010-07-261-0/+5
* Fix build.number -> gluegen.build.number; Read artifact.propertiesSven Gothel2010-07-261-1/+2
* new line after build.number in artifact.properties.Michael Bien2010-07-241-1/+1
* Fix build.number escapingSven Gothel2010-07-231-1/+1
* Add build.number -> gluegen.build.number tagging to file build/artifact.propertySven Gothel2010-07-231-1/+5
* Merge branch 'freebsd-fixes' of http://github.com/rothwell/gluegenMichael Bien2010-07-181-4/+15
|\
| * Use the correct linker configurations on FreeBSD and fix the java.includes.di...Mark Rothwell2010-06-261-4/+15
* | added slice utility methods to Buffers + rudimentary test.Michael Bien2010-07-041-4/+5
|/
* GlueGen/JOGL Windows x86 x86_64 BuildsSven Gothel2010-05-161-2/+8
* Put junit.jar 4.8.2, antlr.jar 2.7.7 into make/lib, and use it as the default...Sven Gothel2010-05-121-6/+2
* Add javadoc.zipSven Gothel2010-05-091-0/+3
* - JAR Manifest: Trusted-Library: trueSven Gothel2010-04-281-20/+15
* added javadoc target to gluegen buildscript.Michael Bien2010-04-261-2/+15
* Cleanup uptodate ruleSven Gothel2010-04-221-3/+10
* Added keyNotFoundValue semantics, for primitve types it defaults to -1 now.Sven Gothel2010-04-191-4/+7