Ralf D. Müller

Results 402 comments of Ralf D. Müller

I tried to read and undestand the logs, but something strange happened here. So I just triggered the build again to see if it maybe was just a hickup

so, it seems that these tests really fail. I ran `./gradlew test` locally and checked the report. This seems to be the root cause: ``` Caused by: groovy.lang.MissingMethodException: No signature...

so, it seems that the plugin brings its own dependencie to asciidoctorj along. Can you please try to specify the dependency as follows: ``` asciidoctor (group: 'org.uniqueck', name: 'asciidoctorj-office-extension', version:...

Could you already test if the extension still works?

ok. I will try to test it... hold on...

hm. I cloned docToolchain and added to the file `src/docs/manual.adoc` the following lines: ``` slide::Demo.pptx[slideNumber=1] excel::Sample.xlsx[sheetName=Werte] ``` I then did a `./gradlew generateHTML` and checked the resulting `build/docs/html5/manual.html` - didn't...

``` > Could not resolve all files for configuration ':asciidoctor'. > Could not find com.uniqueck:asciidoctorj-office-extension:0.0.1-alpha.2. Searched in the following locations: - https://jcenter.bintray.com/com/uniqueck/asciidoctorj-office-extension/0.0.1-alpha.2/asciidoctorj-office-extension-0.0.1-alpha.2.pom ```

@uniqueck - that's on my list. But not for the 1.3.x version - only for the 2.0.x which is currently under heavy developtment (ng-branch)

The solution we used so far is to use the `pagePrefix` and `pageSuffix` parameters. https://github.com/docToolchain/docToolchain/blob/ng/template_config/Config.groovy#L213 This way, you can prepend the project name for the arc42 docs. Another new feature...