Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle committed May 27, 2021
1 parent 9b1f245 commit 650b318
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ und alle Pfadangaben entsprechend ändern.
### Anfragen zum Einlösen des Freischaltcodes

```bash
$ java -jar lib/validationtool-1.4.1-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dfc0/ANF.xml
KoSIT Validator version 1.4.1
$ java -jar lib/validationtool-*-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dfc0/ANF.xml
KoSIT Validator version 1.4.2
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/build/config/scenarios.xml
Using repository null
Loaded "DiGA-Konfiguration für den KoSIT Validator" by BITMARCK Service GmbH from 2020-09-15
Expand All @@ -67,7 +67,7 @@ Acceptable: 1 Rejected: 0


##############################
# Validation succesful! #
# Validation successful! #
##############################
$ open build/test/ANF-report.html
```
Expand All @@ -78,8 +78,8 @@ In diesem Beispiel wird das XML-Dokument akzeptiert.
### Antworten zum Einlösen des Freischaltcodes

```bash
$ java -jar lib/validationtool-1.4.1-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dfc0/{ANT,FEH}*.xml
KoSIT Validator version 1.4.1
$ java -jar lib/validationtool-*-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dfc0/{ANT,FEH}*.xml
KoSIT Validator version 1.4.2
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/build/config/scenarios.xml
Using repository null
Loaded "DiGA-Konfiguration für den KoSIT Validator" by BITMARCK Service GmbH from 2020-09-15
Expand Down Expand Up @@ -114,7 +114,7 @@ Acceptable: 7 Rejected: 0


##############################
# Validation succesful! #
# Validation successful! #
##############################
$ open build/test/ANT-report.html
```
Expand All @@ -127,8 +127,8 @@ Auch in diesem Beispiel werden alle XML-Dokumente akzeptiert, inklusive der Antw
#### Schritt 1 - Validierung gegen XRechnung 1.2

```bash
$ java -jar lib/validationtool-1.4.1-standalone.jar -h -s lib/xrechnung_1.2.2/scenarios.xml -o build/test src/test/resources/dre0/xrechnung-1.2-*.xml
KoSIT Validator version 1.4.1
$ java -jar lib/validationtool-*-standalone.jar -h -s lib/xrechnung_1.2.2/scenarios.xml -o build/test src/test/resources/dre0/xrechnung-1.2-*.xml
KoSIT Validator version 1.4.2
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/lib/xrechnung_1.2.2/scenarios.xml
Using repository null
Loaded "Prüftool-Konfiguration XRechnung 1.2.2" by KoSIT from 2019-12-30
Expand All @@ -153,7 +153,7 @@ Acceptable: 2 Rejected: 0


##############################
# Validation succesful! #
# Validation successful! #
##############################
$ open build/test/xrechnung-1.2-richtig-report.html
```
Expand All @@ -165,8 +165,8 @@ In diesem Beispiel werden beide Dokumente akzeptiert - es handelt sich zunächst
#### Schritt 2 - Validierung gegen DiGA-Rechnung

```bash
$ java -jar lib/validationtool-1.4.1-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dre0/xrechnung-1.2-*.xml
KoSIT Validator version 1.4.1
$ java -jar lib/validationtool-*-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dre0/xrechnung-1.2-*.xml
KoSIT Validator version 1.4.2
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/build/config/scenarios.xml
Using repository null
Loaded "DiGA-Konfiguration für den KoSIT Validator" by BITMARCK Service GmbH from 2020-09-15
Expand All @@ -182,9 +182,9 @@ Processing of 2 objects completed in 220ms
Results:
--------------------------------------------------------------------------------------------------------------------------------------------------------
|filename |Schema |Schematron|Acceptance|Error/Description |
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | N | REJECT |Eine DiGA-Position muß eine DiGA-VE-ID mit exakt acht Stelle|
|ration-diga/src/test/resources/dre0/xrechnung-1.2-falsch.xml| | | |n enthalten.;Eine DiGA-Position muß einen Freischaltcode mit|
| | | | | exakt 16 Stellen enthalten.;Eine DiGA-Rechnung muß den T...|
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | N | REJECT |Eine DiGA-Position muss eine DiGA-VE-ID mit exakt acht Stell|
|ration-diga/src/test/resources/dre0/xrechnung-1.2-falsch.xml| | | |en enthalten.;Eine DiGA-Position muss einen Freischaltcode m|
| | | | |it exakt 16 Stellen enthalten.;Eine DiGA-Rechnung muss de...|
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | Y |ACCEPTABLE| |
|ration-diga/src/test/resources/dre0/xrechnung-1.2-richtig.xm| | | | |
|l | | | | |
Expand All @@ -206,8 +206,8 @@ Der `open`-Befehl dient zur Anzeige des detaillierten HTML-Prüfberichts für da
Auch der im vorigen Schritt erzeugte Prüfbericht lässt sich wiederum validieren:

```bash
$ java -jar lib/validationtool-1.4.1-standalone.jar -h -s build/config/scenarios.xml -o build/test build/test/xrechnung-1.2-falsch-report.xml
KoSIT Validator version 1.4.1
$ java -jar lib/validationtool-*-standalone.jar -h -s build/config/scenarios.xml -o build/test build/test/xrechnung-1.2-falsch-report.xml
KoSIT Validator version 1.4.2
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/build/config/scenarios.xml
Using repository null
Loaded "DiGA-Konfiguration für den KoSIT Validator" by BITMARCK Service GmbH from 2020-09-15
Expand All @@ -230,7 +230,7 @@ Acceptable: 1 Rejected: 0


##############################
# Validation succesful! #
# Validation successful! #
##############################
$ open build/test/xrechnung-1.2-falsch-report-report.html
```
Expand All @@ -243,8 +243,8 @@ XML-Prüfbericht.
#### Schritt 1 - Validierung gegen XRechnung 2.0

```bash
$ java -jar lib/validationtool-1.4.1-standalone.jar -h -s lib/xrechnung_2.0.0/scenarios.xml -o build/test src/test/resources/dre0/xrechnung-2.0-*.xml
KoSIT Validator version 1.4.1
$ java -jar lib/validationtool-*-standalone.jar -h -s lib/xrechnung_2.0.0/scenarios.xml -o build/test src/test/resources/dre0/xrechnung-2.0-*.xml
KoSIT Validator version 1.4.2
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/lib/xrechnung_2.0.0/scenarios.xml
Using repository null
Loaded "Validator Configuration XRechnung 2.0.0" by Coordination Office for IT Standards (KoSIT) from 2020-08-06
Expand Down Expand Up @@ -272,7 +272,7 @@ Acceptable: 2 Rejected: 0


##############################
# Validation succesful! #
# Validation successful! #
##############################
$ open build/test/xrechnung-2.0-richtig-report.html
```
Expand All @@ -284,8 +284,8 @@ Version 2.0.
#### Schritt 2 - Validierung gegen DiGA-Rechnung

```bash
$ java -jar lib/validationtool-1.4.1-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dre0/xrechnung-2.0-*.xml
KoSIT Validator version 1.4.1
$ java -jar lib/validationtool-*-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dre0/xrechnung-2.0-*.xml
KoSIT Validator version 1.4.2
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/build/config/scenarios.xml
Using repository null
Loaded "DiGA-Konfiguration für den KoSIT Validator" by BITMARCK Service GmbH from 2020-09-15
Expand All @@ -301,9 +301,9 @@ Processing of 2 objects completed in 216ms
Results:
--------------------------------------------------------------------------------------------------------------------------------------------------------
|filename |Schema |Schematron|Acceptance|Error/Description |
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | N | REJECT |Eine DiGA-Position muß eine DiGA-VE-ID mit exakt acht Stelle|
|ration-diga/src/test/resources/dre0/xrechnung-2.0-falsch.xml| | | |n enthalten.;Eine DiGA-Position muß einen Freischaltcode mit|
| | | | | exakt 16 Stellen enthalten.;Eine DiGA-Rechnung muß den T...|
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | N | REJECT |Eine DiGA-Position muss eine DiGA-VE-ID mit exakt acht Stell|
|ration-diga/src/test/resources/dre0/xrechnung-2.0-falsch.xml| | | |en enthalten.;Eine DiGA-Position muss einen Freischaltcode m|
| | | | |it exakt 16 Stellen enthalten.;Eine DiGA-Rechnung muss de...|
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | Y |ACCEPTABLE| |
|ration-diga/src/test/resources/dre0/xrechnung-2.0-richtig.xm| | | | |
|l | | | | |
Expand All @@ -325,8 +325,8 @@ Der `open`-Befehl dient zur Anzeige des detaillierten HTML-Prüfberichts für da
Auch der im vorigen Schritt erzeugte Prüfbericht lässt sich wiederum validieren:

```bash
$ java -jar lib/validationtool-1.4.1-standalone.jar -h -s build/config/scenarios.xml -o build/test build/test/xrechnung-2.0-falsch-report.xml
KoSIT Validator version 1.4.1
$ java -jar lib/validationtool-*-standalone.jar -h -s build/config/scenarios.xml -o build/test build/test/xrechnung-2.0-falsch-report.xml
KoSIT Validator version 1.4.2
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/build/config/scenarios.xml
Using repository null
Loaded "DiGA-Konfiguration für den KoSIT Validator" by BITMARCK Service GmbH from 2020-09-15
Expand All @@ -349,7 +349,7 @@ Acceptable: 1 Rejected: 0


##############################
# Validation succesful! #
# Validation successful! #
##############################
$ open build/test/xrechnung-2.0-falsch-report-report.html
```
Expand All @@ -360,8 +360,8 @@ XML-Prüfbericht.
### Stammdaten aus dem DiGA-Verzeichnis

```bash
$ java -jar lib/validationtool-1.4.1-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dvz0/diga-verzeichnis.xml
KoSIT Validator version 1.4.1
$ java -jar lib/validationtool-*-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dvz0/diga-verzeichnis.xml
KoSIT Validator version 1.4.2
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/build/config/scenarios.xml
Using repository null
Loaded "DiGA-Konfiguration für den KoSIT Validator" by BITMARCK Service GmbH from 2020-09-15
Expand All @@ -384,7 +384,7 @@ Acceptable: 1 Rejected: 0


##############################
# Validation succesful! #
# Validation successful! #
##############################
$ open build/test/diga-verzeichnis-report.html
```
Expand Down
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<property name="config.dir" value="${build.dir}/config"/>
<property name="lib.dir" value="lib"/>
<property name="saxon.version" value="10.5"/>
<property name="schxslt.version" value="1.7.1"/>
<property name="validationtool.version" value="1.4.1"/>
<property name="schxslt.version" value="1.7.2"/>
<property name="validator.version" value="1.4.2"/>
<property name="xrechnung.download.url"
value="https://github.com/itplr-kosit/validator-configuration-xrechnung/releases/download"/>

Expand All @@ -48,8 +48,8 @@
</sequential>
<sequential>
<get dest="${lib.dir}" httpusecaches="true" skipexisting="true"
src="https://github.com/itplr-kosit/validator/releases/download/v${validationtool.version}/validationtool-${validationtool.version}.zip"/>
<unzip dest="${lib.dir}" overwrite="false" src="${lib.dir}/validationtool-${validationtool.version}.zip">
src="https://github.com/itplr-kosit/validator/releases/download/v${validator.version}/validator-${validator.version}-distribution.zip"/>
<unzip dest="${lib.dir}" overwrite="false" src="${lib.dir}/validator-${validator.version}-distribution.zip">
<patternset>
<include name="*-standalone.jar"/>
</patternset>
Expand Down

0 comments on commit 650b318

Please sign in to comment.