LightGuard / asciidoc-splitter

A splitter utility for helping create modular docs from chapter files.
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

example not working #90

Closed pwright closed 2 years ago

pwright commented 3 years ago

after building:

./target/asciidoc-splitter-1.2.1-SNAPSHOT-bin/bin/asciidoc-splitter.sh  -s ./examples/sample/input/ -o ./examples/sample/output/
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.headius.backport9.modules.Modules (file:/home/paulwright/repos/asciidoc-splitter/target/asciidoc-splitter-1.2.1-SNAPSHOT-bin/lib/backport9-1.3.jar) to method sun.nio.ch.NativeThread.signal(long)
WARNING: Please consider reporting this to the maintainers of com.headius.backport9.modules.Modules
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
14:38:16,098 SEVERE [] (main) ERROR: null: java.nio.file.NoSuchFileException: /home/paulwright/repos/asciidoc-splitter/examples/sample/input/titles-enterprise
14:38:16,124 WARNING [] (main) Found 1 issues. 1 Errors.

Perhaps this example should be removed if it doesn't conform in some way to expected input

LightGuard commented 3 years ago

The examples really need to go away, they're more of test cases. It needs to be cleaned up.