Skip to content
Snippets Groups Projects
Commit 5edb6619 authored by David Maus's avatar David Maus
Browse files

Verwende vollständigen Pfad zu XProc

parent 1d78bdf9
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
REM Veröffentlicht die als Parameter übergebene METS-Datei REM Veröffentlicht die als Parameter übergebene METS-Datei
REM REM
REM Timestamp: <2018-03-20 14:07:23 maus> REM Timestamp: <2018-03-22 08:13:23 maus>
REM Autor: David Maus <maus@hab.de> REM Autor: David Maus <maus@hab.de>
REM REM
...@@ -28,7 +28,7 @@ if exist %TARGET% ( ...@@ -28,7 +28,7 @@ if exist %TARGET% (
del /p %TARGET% del /p %TARGET%
) )
%CALABASH% -i file:/%input:\=/% src/xproc/publish.xpl objectId=%signatur% targetUri=file:/%TARGET:\=/% %CALABASH% -i file:/%input:\=/% %~dp0src\xproc\publish.xpl objectId=%signatur% targetUri=file:/%TARGET:\=/%
if not errorlevel ( if not errorlevel (
echo Okay echo Okay
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment