Ralf D. Müller
Ralf D. Müller
update: sorry, that I didn't find the time yet to take a look at this. Other tasks where smaller and hence provided more progress.
thanx. I will look into this asap.
as a workaround: it should be possible to download the asciidoc template directly from arc42.org and place it in the src/docs folder. but you then also have to update the...
@funkr why don't you use bash on ubuntu via WSL? I don't know if it will work better, but it would be the "Real Ubuntu" I just gave it a...
hm... I've seen those error messages before... Could it be that some of the files in the project are locked because they are open in an editor? Failed to create...
yeah, this is a problem but it also should be resolved by now. But we still need testers. docToolchain 2.0.5 should now include all dependencies within the container. "should" because...
I now get the following error: > Could not find gradle.plugin.org.aim42:htmlSanityCheck:1.0.0-RC-3. Searched in the following locations: file:/{user}/.m2/repository/gradle/plugin/org/aim42/htmlSanityCheck/1.0.0-RC-3/htmlSanityCheck-1.0.0-RC-3.pom file:/{user}/.m2/repository/gradle/plugin/org/aim42/htmlSanityCheck/1.0.0-RC-3/htmlSanityCheck-1.0.0-RC-3.jar But the jar is located in file:/{user}/.m2/repository/org/aim42/htmlSanityCheck/1.0.0-RC-3/htmlSanityCheck-1.0.0-RC-3.jar Any idea?
wait a moment. that makes sense... Why don't you put classpath ('org.aim42:htmlSanityCheck:1.0.0-RC-3') in the docToolchain `htmlSanityCheck.gradle`? you also have to update the plugin version in `build.gradle`: ``` plugins { id...
so, it seems that the new plugin mechanism for gradle (simply stating the plugin id) doesn't look in the local maven repository - at list not in this situation... But...
I'll close this, because issue has been closed