validator icon indicating copy to clipboard operation
validator copied to clipboard

IllegalArgumetException wenn Repository Parameter nicht angegeben

Open SemikolonDEV opened this issue 2 years ago • 6 comments

Beim aufruf des Validators ohne Repository fliegt eine IllegalArgumentException. Es kann keine Validierung durchgeführt werden.

Es muss ein Aufruf mit -r "" erfolgen. Obwohl der r Parameter Optional ist.

image

SemikolonDEV avatar Apr 05 '23 09:04 SemikolonDEV

Ich kann das Problem auch nachvollziehen.

simon-gotomaxx avatar Apr 20 '23 12:04 simon-gotomaxx

Ja, -r ist erforderlich mit dem Hauptpfad zum repository. Also dort wo scenarios.xml liegt

landrix avatar Apr 20 '23 17:04 landrix

Das könnte man auch in einem Beispielaufruf darstellen....

phax avatar Sep 09 '24 07:09 phax

hatte das gleiche Problem. Ein Hinweis in der Dokumentation würde helfen.

tobkle avatar Dec 06 '24 13:12 tobkle

same problems. Where exactly is the repostyre file?

karakoc2107 avatar Dec 27 '24 08:12 karakoc2107

It's the location where your scenarios.xml file is stored. So when downloading (https://github.com/itplr-kosit/validator-configuration-xrechnung/blob/master/docs/usage.md), it's saved in the validator-configuration-xrechnung directory.

dogonbb avatar Dec 27 '24 10:12 dogonbb