From 7b9a3c3c08225a031c194bf3a19193932c16531f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 7 Mar 2020 21:41:20 +0000 Subject: arara (7mar20) git-svn-id: svn://tug.org/texlive/trunk@54161 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/support/arara/README.md | 2 +- .../texmf-dist/doc/support/arara/arara-manual.pdf | Bin 1827955 -> 1827955 bytes Master/texmf-dist/scripts/arara/arara.jar | Bin 15897062 -> 15897096 bytes .../arara/configuration/ConfigurationUtils.kt | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/support/arara/README.md b/Master/texmf-dist/doc/support/arara/README.md index f892fb21240..89ddfe91652 100644 --- a/Master/texmf-dist/doc/support/arara/README.md +++ b/Master/texmf-dist/doc/support/arara/README.md @@ -10,7 +10,7 @@ way to enhance your TeX experience. The tool is an effort to provide a concise way to automate the daily TeX workflow for users and also package writers. Users might write their own rules when the provided ones do not suffice. -Current stable release: 5.0.1 +Current stable release: 5.0.2 > Please note that `arara` recently moved. We are proud to announce that > `arara` is now part of the [Island of TeX](https://gitlab.com/islandoftex). diff --git a/Master/texmf-dist/doc/support/arara/arara-manual.pdf b/Master/texmf-dist/doc/support/arara/arara-manual.pdf index f95a2f02896..f1ab066d436 100644 Binary files a/Master/texmf-dist/doc/support/arara/arara-manual.pdf and b/Master/texmf-dist/doc/support/arara/arara-manual.pdf differ diff --git a/Master/texmf-dist/scripts/arara/arara.jar b/Master/texmf-dist/scripts/arara/arara.jar index 2a5f72715e2..5af26466f3e 100644 Binary files a/Master/texmf-dist/scripts/arara/arara.jar and b/Master/texmf-dist/scripts/arara/arara.jar differ diff --git a/Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt b/Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt index 31a92c3009d..a48a6d0d3fc 100644 --- a/Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt +++ b/Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt @@ -87,7 +87,7 @@ object ConfigurationUtils { var path = Arara::class.java.protectionDomain.codeSource .location.path path = URLDecoder.decode(path, "UTF-8") - return Paths.get(path).parent.toAbsolutePath() + return Paths.get(File(path).toURI()).parent.toAbsolutePath() } catch (exception: UnsupportedEncodingException) { throw AraraException( messages.getMessage( -- cgit v1.2.3