GNU bug report logs -
#26803
Java things
Previous Next
Reported by: Ricardo Wurmus <rekado <at> elephly.net>
Date: Sat, 6 May 2017 14:02:02 UTC
Severity: normal
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Ricardo Wurmus writes:
> From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
>
> * gnu/packages/java.scm (java-plexus-interplation): New variable.
>
> Co-authored-by: Ricardo Wurmus <rekado <at> elephly.net>
> ---
> gnu/packages/java.scm | 30 ++++++++++++++++++++++++++++++
> 1 file changed, 30 insertions(+)
>
> diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
> index 49b953d26..2ff9a11a0 100644
> --- a/gnu/packages/java.scm
> +++ b/gnu/packages/java.scm
> @@ -1232,3 +1232,33 @@ cli/shell/BourneShell.java"
> Plexus framework to ease working with strings, files, command lines, XML and
> more.")
> (license license:asl2.0)))
> +
> +(define-public java-plexus-interpolation
> + (package
> + (name "java-plexus-interpolation")
> + (version "1.23")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "https://github.com/codehaus-plexus/"
> + "plexus-interpolation/archive/"
> + "plexus-interpolation-" version ".tar.gz"))
> + (sha256
> + (base32
> + "1w79ljwk42ymrgy8kqxq4l82pgdj6287gabpfnpkyzbrnclsnfrp"))))
> + (build-system ant-build-system)
> + (arguments
> + `(#:jar-name "plexus-interpolation.jar"
> + #:source-dir "src/main"))
> + (native-inputs
> + `(("java-junit" ,java-junit)
> + ("java-hamcrest-core" ,java-hamcrest-core)))
> + (home-page "http://codehaus-plexus.github.io/plexus-interpolation/")
> + (synopsis "Java components for interpolating ${} strings and the like")
> + (description "Plexus interpolator is a modular, flexible interpolation
> +framework for the expression language style commonly seen in Maven, Plexus,
> +and other related projects.
> +
> +It has its foundation in the org.codehaus.plexus.utils.interpolation package
> +within plexus-utils, but has been separated in order to allow these two
> +libraries to vary independently of one another.")
> + (license license:asl2.0)))
Maybe: @code{org.codehaus.plexus.utils.interpolation} and
@code{plexus-utils}?
Either way, LGTM.
Kind regards,
Roel Janssen
This bug report was last modified 8 years and 94 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.