Skip to content

Commit

Permalink
Update development_documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk authored May 14, 2020
1 parent 900ee32 commit ce43836
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions doc/development_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit ce43836

Please sign in to comment.