guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#32947] Add java-xalan.


From: Frank Pursel
Subject: [bug#32947] Add java-xalan.
Date: Fri, 18 Mar 2022 18:22:59 +0000

I like the string-replace-substring modification in your revision but you need to also allow for the '-j' prefix artifact that the apache upstream is calling for.

On Fri, Mar 18, 2022 at 6:15 PM Frank Pursel <frank.pursel@gmail.com> wrote:
Deleting the tar.gz's too should be fine.   And the change regarding the Class-Path sounds appropriate too.  Thank you. 


On Fri, Mar 18, 2022 at 5:41 PM Maxime Devos <maximedevos@telenet.be> wrote:
Frank Pursel schreef op do 17-03-2022 om 14:08 [-0700]:
> +       (snippet '(begin
> +                   ;; Removing bundled jars
> +                   (format #t "~%~a~%" "Removing Bundled Jars")
> +                   (for-each
> +                    (lambda (f)
> +                      (format #t "~/Deleting: ~a~%" f)
> +                      (delete-file f))
> +                    (find-files "." "\\.jar$"))))))

I looked a little further and saw a few 'tar.gz'.  Perhaps those need
to be removed as well?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]