texlive[54161] Master/texmf-dist: arara (7mar20)

commits+karl at tug.org commits+karl at tug.org
Sat Mar 7 22:41:20 CET 2020


Revision: 54161
          http://tug.org/svn/texlive?view=revision&revision=54161
Author:   karl
Date:     2020-03-07 22:41:20 +0100 (Sat, 07 Mar 2020)
Log Message:
-----------
arara (7mar20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/support/arara/README.md
    trunk/Master/texmf-dist/doc/support/arara/arara-manual.pdf
    trunk/Master/texmf-dist/scripts/arara/arara.jar
    trunk/Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt

Modified: trunk/Master/texmf-dist/doc/support/arara/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/README.md	2020-03-07 21:40:28 UTC (rev 54160)
+++ trunk/Master/texmf-dist/doc/support/arara/README.md	2020-03-07 21:41:20 UTC (rev 54161)
@@ -10,7 +10,7 @@
 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).

Modified: trunk/Master/texmf-dist/doc/support/arara/arara-manual.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/scripts/arara/arara.jar
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt
===================================================================
--- trunk/Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt	2020-03-07 21:40:28 UTC (rev 54160)
+++ trunk/Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt	2020-03-07 21:41:20 UTC (rev 54161)
@@ -87,7 +87,7 @@
                 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(



More information about the tex-live-commits mailing list.