summaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
Commit message (Collapse)AuthorAge
* gnu: classpath: Add aarch64-linux support.Efraim Flashner2018-03-26
| | | | | | | * gnu/packages/java.scm (classpath-bootstrap, classpath-0.99)[source]: Add patch. * gnu/packages/patches/classpath-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: ecj-javac-wrapper: Fix reference to glibj and tools.zip.Ricardo Wurmus2018-03-26
| | | | | * gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Fix references to glibj and tools.zip.
* gnu: classpath-jamvm-wrappers: Run JamVM with conservative options.Ricardo Wurmus2018-03-26
| | | | | * gnu/packages/java.scm (classpath-jamvm-wrappers)[arguments]: Pass extra options to JamVM.
* gnu: ecj-javac-wrapper: Run JamVM with conservative options.Ricardo Wurmus2018-03-26
| | | | | * gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Add options to jamvm invocation.
* gnu: ant-bootstrap: Make build more reliable.Ricardo Wurmus2018-03-26
| | | | | * gnu/packages/java.scm (ant-bootstrap)[arguments]: Remove bootstrap phase; create HOME/.ant.properties; pass options to JamVM.
* gnu: Remove sablevm and sablevm-classpath, update comments.Ricardo Wurmus2018-03-25
| | | | * gnu/packages/java.scm (sablevm, sablevm-classpath): Remove variables.
* gnu: Remove ecj-javac-on-jamvm-wrapper.Ricardo Wurmus2018-03-25
| | | | | | | | | | | * gnu/packages/java.scm (ecj-javac-on-jamvm-wrapper): Remove variable. (classpath-devel)[native-inputs]: Use ecj-javac-wrapper instead. (jamvm)[inputs]: Use ecj-javac-wrapper instead. (ecj-javac-on-jamvm-wrapper-final): Rename... (ecj-javac-wrapper-final): ...to this. (icedtea-6)[native-inputs]: Use "ecj-javac-wrapper-final" instead of 'ecj-javac-on-jamvm-wrapper-final". [arguments]: Use jamvm's rt.jar.
* gnu: classpath-jamvm-wrappers: Use classpath-0.99.Ricardo Wurmus2018-03-25
| | | | | | | * gnu/packages/java.scm (classpath-jamvm-wrappers): Inherit from classpath-0.99. [native-inputs]: Replace "jamvm-bootstrap" with "jamvm-1-bootstrap"; replace "classpath-on-sablevm" with "classpath-0.99".
* gnu: Remove jamvm-bootstrap.Ricardo Wurmus2018-03-25
| | | | | | | * gnu/packages/java.scm (jamvm-bootstrap): Remove variable. (classpath-devel)[native-inputs]: Use "jamvm-1-bootstrap" instead of "jamvm-bootstrap". (jamvm): Inherit from jamvm-1-bootstrap.
* gnu: Replace classpath-on-sablevm with classpath-0.99.Ricardo Wurmus2018-03-25
| | | | | | * gnu/packages/java.scm (classpath-on-sablevm): Replace with... (classpath-0.99): ...this new variable. (classpath-devel): Inherit from classpath-0.99.
* gnu: ecj-javac-wrapper: Do not use sablevm.Ricardo Wurmus2018-03-25
| | | | | | * gnu/packages/java.scm (ecj-javac-wrapper)[native-inputs]: Remove sablevm and sablevm-classpath; add jamvm-1-bootstrap and classpath-bootstrap. [arguments]: Simplify builder now that only jamvm is used.
* gnu: ecj-bootstrap: Build with JamVM 1.5.1 and jikes.Ricardo Wurmus2018-03-25
| | | | | | * gnu/packages/java.scm (ecj-bootstrap)[native-inputs]: Replace "sablevm" with "jikes" and "jamvm-1-bootstrap". [arguments]: Adjust accordingly.
* gnu: ant-bootstrap: Update to 1.8.4.Ricardo Wurmus2018-03-25
| | | | * gnu/packages/java.scm (ant-bootstrap): Update to 1.8.4.
* gnu: ant-bootstrap: Build with JamVM 1.5.1.Ricardo Wurmus2018-03-25
| | | | | | * gnu/packages/java.scm (ant-bootstrap)[native-inputs]: Replace sablevm with jamvm-1-bootstrap. [arguments]: Adjust accordingly.
* gnu: Add jamvm-1-bootstrap.Ricardo Wurmus2018-03-25
| | | | * gnu/packages/java.scm (jamvm-1-bootstrap): New variable.
* gnu: Add classpath-bootstrap.Ricardo Wurmus2018-03-25
| | | | * gnu/packages/java.scm (classpath-bootstrap): New variable.
* gnu: sablevm: Do not change GC, just disable stripping.Ricardo Wurmus2018-03-25
| | | | | * gnu/packages/java.scm (sablevm)[arguments]: Disable stripping; do not play with GC settings as they have no reliable effect on build success.
* gnu: sablevm: Use a different GC implementation.Ricardo Wurmus2018-03-24
| | | | | | This is an attempt to fix a segfault when building ant-bootstrap. * gnu/packages/java.scm (sablevm)[arguments]: Use gencopy GC implementation.
* gnu: sablevm-classpath: Remove unnecessary inputs.Ricardo Wurmus2018-03-24
| | | | * gnu/packages/java.scm (sablevm-classpath)[inputs]: Remove.
* gnu: java-aqute-bnd-annotation: Update to 3.5.0.Gábor Boskovits2018-03-23
| | | | | | * gnu/packages/java.scm (java-aqute-bnd-annotation): Update to 3.5.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: icedtea@3: Update to 3.7.0 [security fixes].Leo Famulari2018-03-16
| | | | | | | Fixes CVE-2018-{2579,2582,2588,2599,2602,2603,2618,2629,2633,2634,2637,2641, 2663,2677,2678}. * gnu/packages/java.scm (icedtea-8): Update to 3.7.0.
* gnu: icedtea@2: Update to 2.6.13 [security fixes].Leo Famulari2018-03-16
| | | | | | | Fixes CVE-2018-{2579,2588,2599,2602,2603,2618,2629,2633,2634,2637,2641,2663, 2677,2678}. * gnu/packages/java.scm (icedtea-7): Update to 2.6.13.
* gnu: java-snakeyaml: Declare a source file-name.Efraim Flashner2018-03-13
| | | | | * gnu/packages/java.scm (java-snakeyaml)[source]: Declare a source file-name.
* gnu: java-jnacl: Declare a source file-name.Efraim Flashner2018-03-13
| | | | | * gnu/packages/java.scm (java-jnacl)[source]: Declare a source file-name.
* gnu: java-jeromq: Fix tests.Gábor Boskovits2018-03-11
| | | | | | | * gnu/packages/patches/java-jeromq-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/java.scm (java-jeromq)[source](patches): Add it. [arguments](#test-exclude): Disable more failing tests.
* gnu: java-hamcrest-all: Build with icedtea-8.Ricardo Wurmus2018-03-11
| | | | | | * gnu/packages/java.scm (java-hamcrest-all)[arguments]: Build with icedtea-8; do not disable tests. [inputs]: Remove java-hamcrest-core.
* gnu: icedtea-8: Build "out" reproducibly.Ricardo Wurmus2018-03-11
| | | | | | | | Partially fixes <https://bugs.gnu.org/30730>. * gnu/packages/java.scm (icedtea-8)[arguments]: Add phases "patch-keystore" and "strip-jar-timestamps". [source]: Also patch DIST_ID in "configure" script.
* gnu: java-ops4j-pax-tinybundles: Use distribution bndlib version.Gábor Boskovits2018-03-05
| | | | | * gnu/packages/java.scm (java-ops4j-pax-tinybundles)[arguments]<#:phases>: Modify fix-version to use the distibution version of java-aqute-bndlib.
* gnu: antlr3-3.3: Fix java8 issue.Gábor Boskovits2018-03-04
| | | | | | | | * gnu/packages/java.scm (antlr3-3.3)[source]: Add patch. * gnu/packages/patches/antlr3-3_3-fix-java8-compilation.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: antlr3-3.1: Fix java8 issue.Gábor Boskovits2018-03-04
| | | | | | | | * gnu/packages/java.scm (antlr3-3.1)[source]: Add patch. * gnu/packages/patches/antlr3-3_1-fix-java8-compilation.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add java-openchart2.Ricardo Wurmus2018-03-03
| | | | * gnu/packages/java.scm (java-openchart2): New variable.
* gnu: Add java-cisd-jhdf5.Ricardo Wurmus2018-03-03
| | | | * gnu/packages/java.scm (java-cisd-jhdf5): New variable.
* gnu: Add java-cisd-args4j.Ricardo Wurmus2018-03-03
| | | | * gnu/packages/java.scm (java-cisd-args4j): New variable.
* gnu: Add java-cisd-base.Ricardo Wurmus2018-03-03
| | | | * gnu/packages/java.scm (java-cisd-base): New variable.
* gnu: java-bouncycastle-bcpkix: Use invoke.Ricardo Wurmus2018-02-28
| | | | * gnu/packages/java.scm (java-bouncycastle-bcpkix)[arguments]: Use invoke.
* gnu: java-bouncycastle-bcprov: Use invoke.Ricardo Wurmus2018-02-28
| | | | * gnu/packages/java.scm (java-bouncycastle-bcprov)[arguments]: Use invoke.
* gnu: java-lz4: Use invoke.Ricardo Wurmus2018-02-28
| | | | * gnu/packages/java.scm (java-lz4)[arguments]: Use invoke.
* gnu: antlr3-3.1: Remove version from package name.Ricardo Wurmus2018-02-28
| | | | | * gnu/packages/java.scm (antlr3-3.1)[name]: Remove. [arguments]: Adjust accordingly.
* gnu: antlr3-3.1: Use invoke.Ricardo Wurmus2018-02-28
| | | | * gnu/packages/java.scm (antlr3-3.1)[arguments]: Use invoke.
* gnu: java-jansi-native: Simplify.Ricardo Wurmus2018-02-28
| | | | | * gnu/packages/java.scm (java-jansi-native)[arguments]: Use "invoke"; remove useless "mkdir-p".
* gnu: java-jansi-native: Fix description.Ricardo Wurmus2018-02-28
| | | | | * gnu/packages/java.scm (java-jansi-native)[description]: Replace placeholder text with an actual description.
* gnu: java-hawtjni: Simplify build phases.Ricardo Wurmus2018-02-28
| | | | | * gnu/packages/java.scm (java-hawtjni)[arguments]: Use "invoke" instead of "system*"; use "install-file" instead of "mkdir-p" and "copy-file".
* gnu: java-commons-jexl-2: Use invoke.Ricardo Wurmus2018-02-28
| | | | * gnu/packages/java.scm (java-commons-jexl-2)[arguments]: Use invoke.
* gnu: java-jnacl: Do not prefix jar with "java-".Ricardo Wurmus2018-02-28
| | | | * gnu/packages/java.scm (java-jnacl)[arguments]: Rename jar to "jnacl.jar".
* gnu: java-jnacl: Update to 0.1.0-2.094e819.Ricardo Wurmus2018-02-28
| | | | * gnu/packages/java.scm (java-jnacl): Update to 0.1.0-2.094e819.
* gnu: java-jnacl: Simplify build phase.Ricardo Wurmus2018-02-28
| | | | * gnu/packages/java.scm (java-jnacl)[arguments]: Simplify "fix-tests" phase.
* gnu: java-jnacl: Correct license.Ricardo Wurmus2018-02-28
| | | | * gnu/packages/java.scm (java-jnacl)[license]: Change to BSD-2.
* gnu: java-jnacl: Use invoke.Ricardo Wurmus2018-02-28
| | | | * gnu/packages/java.scm (java-jnacl)[arguments]: Use "invoke".
* gnu: Add java-ecj-3.5.Ricardo Wurmus2018-02-28
| | | | * gnu/packages/java.scm (java-ecj-3.5): New variable.
* gnu: Add java-ecj-3.Ricardo Wurmus2018-02-28
| | | | * gnu/packages/java.scm (java-ecj-3): New variable.