diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2026-04-02 08:47:32 +0200 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2026-04-20 08:31:21 +0200 |
| commit | 91bda669abc10def7d5dbcdf90e4ffe8897e0e41 (patch) | |
| tree | b74ed4d5c7fe07bb7d50647d6b984269f872dc75 /gnu/packages | |
| parent | f384e4f25acef0c1bedf06e8a81244338870ae10 (diff) | |
gnu: ant/java8: Rename to ant.java-team
* gnu/packages/java.scm (ant): Rename to...
(ant/java7): ...this.
(ant/java8): Rename to...
(ant): ...this.
(java-qdox-1.12, java-jarjar, java-hamcrest-core, java-hamcrest-parent-pom)
(java-junit, java-org-ow2-parent-pom-1.3, java-asm-bootstrap): Rename
inputs accordingly.
* gnu/packages/axoloti.scm: Rename accordingly.
* gnu/packages/bioinformatics.scm: idem.
* gnu/packages/groovy.scm: idem.
* gnu/packages/java-maths.scm: idem.
* guix/build-system/ant.scm: idem.
Change-Id: I9d79ce8e351862747420fc2a58301b7f61212293
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/axoloti.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/groovy.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/java-maths.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/java.scm | 28 |
5 files changed, 20 insertions, 20 deletions
diff --git a/gnu/packages/axoloti.scm b/gnu/packages/axoloti.scm index 2241344805d..ade3d30de9a 100644 --- a/gnu/packages/axoloti.scm +++ b/gnu/packages/axoloti.scm | |||
| @@ -341,7 +341,7 @@ runtime.") | |||
| 341 | ("java-jgit" ,java-jgit-4.2) | 341 | ("java-jgit" ,java-jgit-4.2) |
| 342 | ("axoloti-runtime" ,axoloti-runtime))) | 342 | ("axoloti-runtime" ,axoloti-runtime))) |
| 343 | (native-inputs | 343 | (native-inputs |
| 344 | (list ant zip ; for repacking the jar | 344 | (list ant/java7 zip ; for repacking the jar |
| 345 | unzip)) | 345 | unzip)) |
| 346 | (description | 346 | (description |
| 347 | "The Axoloti patcher offers a “patcher” environment similar to Pure Data | 347 | "The Axoloti patcher offers a “patcher” environment similar to Pure Data |
| @@ -647,7 +647,7 @@ This package provides the runtime.") | |||
| 647 | ("java-slf4j-api" ,java-slf4j-api) | 647 | ("java-slf4j-api" ,java-slf4j-api) |
| 648 | ("ksoloti-runtime" ,ksoloti-runtime))) | 648 | ("ksoloti-runtime" ,ksoloti-runtime))) |
| 649 | (native-inputs | 649 | (native-inputs |
| 650 | (list ant zip ;for repacking the jar | 650 | (list ant/java7 zip ;for repacking the jar |
| 651 | unzip)) | 651 | unzip)) |
| 652 | (description | 652 | (description |
| 653 | "Ksoloti is an environment for generating and processing digital audio. | 653 | "Ksoloti is an environment for generating and processing digital audio. |
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c15a717f65c..7a726f77392 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -9283,7 +9283,7 @@ VCF.") | |||
| 9283 | ;; [testng] Exception in thread "main" java.lang.NoClassDefFoundError: com/beust/jcommander/ParameterException | 9283 | ;; [testng] Exception in thread "main" java.lang.NoClassDefFoundError: com/beust/jcommander/ParameterException |
| 9284 | #:tests? #f | 9284 | #:tests? #f |
| 9285 | #:jdk ,icedtea-8 | 9285 | #:jdk ,icedtea-8 |
| 9286 | #:ant ,ant/java8 | 9286 | #:ant ,ant |
| 9287 | ;; This is only used for tests. | 9287 | ;; This is only used for tests. |
| 9288 | #:make-flags | 9288 | #:make-flags |
| 9289 | (list "-Dsamjdk.intel_deflater_so_path=lib/jni/libIntelDeflater.so") | 9289 | (list "-Dsamjdk.intel_deflater_so_path=lib/jni/libIntelDeflater.so") |
| @@ -9353,7 +9353,7 @@ VCF.") | |||
| 9353 | (list java-snappy-1 | 9353 | (list java-snappy-1 |
| 9354 | java-commons-jexl-2 | 9354 | java-commons-jexl-2 |
| 9355 | java-cofoja | 9355 | java-cofoja |
| 9356 | ant/java8 ;for bzip2 support at runtime | 9356 | ant ;for bzip2 support at runtime |
| 9357 | zlib)) | 9357 | zlib)) |
| 9358 | (native-inputs | 9358 | (native-inputs |
| 9359 | `(("ant-apache-bcel" ,ant-apache-bcel) | 9359 | `(("ant-apache-bcel" ,ant-apache-bcel) |
diff --git a/gnu/packages/groovy.scm b/gnu/packages/groovy.scm index 9655f482814..e2ac60516c9 100644 --- a/gnu/packages/groovy.scm +++ b/gnu/packages/groovy.scm | |||
| @@ -412,7 +412,7 @@ similar to javadoc.")))) | |||
| 412 | (inherit base) | 412 | (inherit base) |
| 413 | (arguments | 413 | (arguments |
| 414 | `(;#:tests? #f;Requires spock-framework which is a circular dependency | 414 | `(;#:tests? #f;Requires spock-framework which is a circular dependency |
| 415 | #:ant ,ant/java8; ant is actually a dependency of this package, and we need 1.10 | 415 | #:ant ,ant; ant is actually a dependency of this package, and we need 1.10 |
| 416 | ,@(substitute-keyword-arguments arguments | 416 | ,@(substitute-keyword-arguments arguments |
| 417 | ((#:phases phases) | 417 | ((#:phases phases) |
| 418 | `(modify-phases ,phases | 418 | `(modify-phases ,phases |
diff --git a/gnu/packages/java-maths.scm b/gnu/packages/java-maths.scm index 55b8a35e752..f1732d93706 100644 --- a/gnu/packages/java-maths.scm +++ b/gnu/packages/java-maths.scm | |||
| @@ -75,7 +75,7 @@ | |||
| 75 | (inputs | 75 | (inputs |
| 76 | (list openblas)) | 76 | (list openblas)) |
| 77 | (native-inputs | 77 | (native-inputs |
| 78 | `(("ant" ,ant) | 78 | `(("ant" ,ant/java7) |
| 79 | ("ruby" ,ruby) ; for configure script | 79 | ("ruby" ,ruby) ; for configure script |
| 80 | ("gfortran" ,gfortran) | 80 | ("gfortran" ,gfortran) |
| 81 | ("jdk" ,icedtea "jdk"))) | 81 | ("jdk" ,icedtea "jdk"))) |
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index bf7cbad43bc..248f2b72d45 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm | |||
| @@ -1964,7 +1964,7 @@ OpenJDK.") | |||
| 1964 | (home-page "https://www.jetbrains.com/") | 1964 | (home-page "https://www.jetbrains.com/") |
| 1965 | (license license:gpl2+))) | 1965 | (license license:gpl2+))) |
| 1966 | 1966 | ||
| 1967 | (define-public ant/java8 | 1967 | (define-public ant |
| 1968 | (package | 1968 | (package |
| 1969 | (name "ant") | 1969 | (name "ant") |
| 1970 | (version "1.10.15") | 1970 | (version "1.10.15") |
| @@ -1983,7 +1983,7 @@ OpenJDK.") | |||
| 1983 | (build-system ant-build-system) | 1983 | (build-system ant-build-system) |
| 1984 | (arguments | 1984 | (arguments |
| 1985 | (list | 1985 | (list |
| 1986 | #:ant ant | 1986 | #:ant ant/java7 |
| 1987 | #:test-target "test" | 1987 | #:test-target "test" |
| 1988 | #:phases | 1988 | #:phases |
| 1989 | #~(modify-phases %standard-phases | 1989 | #~(modify-phases %standard-phases |
| @@ -2057,7 +2057,7 @@ build process and its dependencies, whereas Make uses Makefile format.") | |||
| 2057 | 2057 | ||
| 2058 | ;; The 1.9.x series is the last that can be built with GCJ. The 1.10.x series | 2058 | ;; The 1.9.x series is the last that can be built with GCJ. The 1.10.x series |
| 2059 | ;; requires Java 8. | 2059 | ;; requires Java 8. |
| 2060 | (define-public ant | 2060 | (define-public ant/java7 |
| 2061 | (package | 2061 | (package |
| 2062 | (name "ant") | 2062 | (name "ant") |
| 2063 | (version "1.9.15") | 2063 | (version "1.9.15") |
| @@ -2143,10 +2143,10 @@ build process and its dependencies, whereas Make uses Makefile format.") | |||
| 2143 | 2143 | ||
| 2144 | (define-public ant-apache-bcel | 2144 | (define-public ant-apache-bcel |
| 2145 | (package | 2145 | (package |
| 2146 | (inherit ant/java8) | 2146 | (inherit ant) |
| 2147 | (name "ant-apache-bcel") | 2147 | (name "ant-apache-bcel") |
| 2148 | (arguments | 2148 | (arguments |
| 2149 | (substitute-keyword-arguments (package-arguments ant/java8) | 2149 | (substitute-keyword-arguments (package-arguments ant) |
| 2150 | ((#:phases phases) | 2150 | ((#:phases phases) |
| 2151 | #~(modify-phases #$phases | 2151 | #~(modify-phases #$phases |
| 2152 | (add-after 'unpack 'link-bcel | 2152 | (add-after 'unpack 'link-bcel |
| @@ -2167,11 +2167,11 @@ build process and its dependencies, whereas Make uses Makefile format.") | |||
| 2167 | (delete-file-recursively bin) | 2167 | (delete-file-recursively bin) |
| 2168 | (delete-file-recursively lib)))))))) | 2168 | (delete-file-recursively lib)))))))) |
| 2169 | (inputs | 2169 | (inputs |
| 2170 | (modify-inputs (package-inputs ant/java8) | 2170 | (modify-inputs (package-inputs ant) |
| 2171 | (prepend java-commons-bcel))))) | 2171 | (prepend java-commons-bcel))))) |
| 2172 | 2172 | ||
| 2173 | (define-deprecated-package ant-junit | 2173 | (define-deprecated-package ant-junit |
| 2174 | ant/java8) | 2174 | ant) |
| 2175 | 2175 | ||
| 2176 | (define-public libantlr3c | 2176 | (define-public libantlr3c |
| 2177 | (package | 2177 | (package |
| @@ -3280,7 +3280,7 @@ is implemented.") | |||
| 3280 | #:jar-name "qdox.jar" | 3280 | #:jar-name "qdox.jar" |
| 3281 | ;; Explicitely use an ant version that includes the junit tasks, since | 3281 | ;; Explicitely use an ant version that includes the junit tasks, since |
| 3282 | ;; it is a dependency of junit. | 3282 | ;; it is a dependency of junit. |
| 3283 | #:ant ,ant | 3283 | #:ant ,ant/java7 |
| 3284 | #:phases | 3284 | #:phases |
| 3285 | (modify-phases %standard-phases | 3285 | (modify-phases %standard-phases |
| 3286 | (replace 'unpack | 3286 | (replace 'unpack |
| @@ -3391,7 +3391,7 @@ documentation tools.") | |||
| 3391 | #:build-target "jar" | 3391 | #:build-target "jar" |
| 3392 | ;; Explicitely use an ant version that includes the junit tasks, since | 3392 | ;; Explicitely use an ant version that includes the junit tasks, since |
| 3393 | ;; it is a dependency of junit. | 3393 | ;; it is a dependency of junit. |
| 3394 | #:ant ,ant | 3394 | #:ant ,ant/java7 |
| 3395 | #:phases | 3395 | #:phases |
| 3396 | (modify-phases %standard-phases | 3396 | (modify-phases %standard-phases |
| 3397 | (add-before 'build 'do-not-use-bundled-asm | 3397 | (add-before 'build 'do-not-use-bundled-asm |
| @@ -3492,7 +3492,7 @@ testing frameworks, mocking libraries and UI validation rules.") | |||
| 3492 | `(#:tests? #f ; Tests require junit | 3492 | `(#:tests? #f ; Tests require junit |
| 3493 | ;; Explicitely use an ant version that includes the junit tasks, since | 3493 | ;; Explicitely use an ant version that includes the junit tasks, since |
| 3494 | ;; it is a dependency of junit. | 3494 | ;; it is a dependency of junit. |
| 3495 | #:ant ,ant | 3495 | #:ant ,ant/java7 |
| 3496 | #:modules ((guix build ant-build-system) | 3496 | #:modules ((guix build ant-build-system) |
| 3497 | (guix build java-utils) | 3497 | (guix build java-utils) |
| 3498 | (guix build utils) | 3498 | (guix build utils) |
| @@ -3580,7 +3580,7 @@ testing frameworks, mocking libraries and UI validation rules.") | |||
| 3580 | `(#:tests? #f | 3580 | `(#:tests? #f |
| 3581 | ;; Explicitely use an ant version that includes the junit tasks, since | 3581 | ;; Explicitely use an ant version that includes the junit tasks, since |
| 3582 | ;; it is a dependency of junit. | 3582 | ;; it is a dependency of junit. |
| 3583 | #:ant ,ant | 3583 | #:ant ,ant/java7 |
| 3584 | #:phases | 3584 | #:phases |
| 3585 | (modify-phases %standard-phases | 3585 | (modify-phases %standard-phases |
| 3586 | (delete 'configure) | 3586 | (delete 'configure) |
| @@ -3645,7 +3645,7 @@ testing frameworks, mocking libraries and UI validation rules.") | |||
| 3645 | #:test-dir "src/test" | 3645 | #:test-dir "src/test" |
| 3646 | ;; Explicitely use an ant version that includes the junit tasks, so | 3646 | ;; Explicitely use an ant version that includes the junit tasks, so |
| 3647 | ;; we can run the tests. | 3647 | ;; we can run the tests. |
| 3648 | #:ant ,ant | 3648 | #:ant ,ant/java7 |
| 3649 | #:test-exclude (list "**/SimpleTest.java" "**/StackTracesTest.java" | 3649 | #:test-exclude (list "**/SimpleTest.java" "**/StackTracesTest.java" |
| 3650 | "**/RuleChainTest.java" "**/TestWatchmanTest.java") | 3650 | "**/RuleChainTest.java" "**/TestWatchmanTest.java") |
| 3651 | #:phases | 3651 | #:phases |
| @@ -5163,7 +5163,7 @@ complex transformations and code analysis tools.") | |||
| 5163 | `(#:tests? #f | 5163 | `(#:tests? #f |
| 5164 | ;; Explicitely use an ant version that includes the junit tasks, since | 5164 | ;; Explicitely use an ant version that includes the junit tasks, since |
| 5165 | ;; it is a dependency of junit. | 5165 | ;; it is a dependency of junit. |
| 5166 | #:ant ,ant | 5166 | #:ant ,ant/java7 |
| 5167 | #:phases | 5167 | #:phases |
| 5168 | (modify-phases %standard-phases | 5168 | (modify-phases %standard-phases |
| 5169 | (delete 'unpack) | 5169 | (delete 'unpack) |
| @@ -5187,7 +5187,7 @@ including java-asm.") | |||
| 5187 | (substitute-keyword-arguments (package-arguments java-asm) | 5187 | (substitute-keyword-arguments (package-arguments java-asm) |
| 5188 | ;; Explicitely use an ant version that includes the junit tasks, since | 5188 | ;; Explicitely use an ant version that includes the junit tasks, since |
| 5189 | ;; it is a dependency of junit. | 5189 | ;; it is a dependency of junit. |
| 5190 | ((#:ant _ ant) ant) | 5190 | ((#:ant _ ant/java7) ant/java7) |
| 5191 | ((#:tests? _) #f))) | 5191 | ((#:tests? _) #f))) |
| 5192 | (native-inputs `()))) | 5192 | (native-inputs `()))) |
| 5193 | 5193 | ||
