Update development_documentation.md

This commit is contained in:
Jochen Staerk
2020-05-14 18:03:49 +02:00
committed by GitHub
parent 900ee32379
commit ce438364f3

View File

@@ -34,20 +34,11 @@ Target platform is java 1.8
## Build
Toecount is now part of the package which can be build with
The package can be build with
```
mvn clean package
mvnw clean package
```
## Eclipse
Eclipse XPath Evaluation plugin from the Eclipse Marketplace provides a very handy view to apply XPath on a XML file, useful e.g. when you try XPath expressions or you only have the Xpath, not the line number, to a problem.
To be able to validate against schema files, enter Settings|XML|XML Catalog and add the location of e.g.
zugferd2p0_en16931.xsd, which will resolve to the key (namespace)
urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100, just as ZUGFeRD1p0.xsd will provide the key for
urn:ferd:CrossIndustryDocument:invoice:1p0
## Test
`package -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8001 -Xnoagent -Djava.compiler=NONE"`