You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I install dtcw, download the template and try to build a microsite, the build fails with an exception (see below)
Can be fixed manually with
but downloadTemplate should do it right in the first place.
below:
dtcw 0.50 - ##DTCW_GIT_HASH##
docToolchain 3.0.2
OS/arch: Linux/x86_64
Available docToolchain environments: local docker
Environments with docToolchain [3.0.2]: docker
Using environment: docker
Bash is running on WSL which might cause problems with plantUML.
See https://doctoolchain.org/docToolchain/v2.0.x/010_manual/50_Frequently_asked_Questions.html#wsl for more details.
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/8.1.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
FAILURE: Build failed with an exception.
* Where:
Script '/home/dtcuser/docToolchain/scripts/AsciiDocBasics.gradle' line: 287
* What went wrong:
A problem occurred evaluating script.
>
The file /project/src/docs/arc42/arc42.adoc in HTML config does not exist!
Please check the configuration 'inputFiles' in docToolchainConfig.groovy.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 20s
To Reproduce
Steps to reproduce the behavior:
in an empty folder execute WSL (ubuntu 20.04)
@timo-abele thanks for reporting the issue with so much context! i created a fix, which puts the template name back into the directory structure that will be created in downloadTemplate task
Describe the bug
When I install
dtcw
, download the template and try to build a microsite, the build fails with an exception (see below)Can be fixed manually with
but
downloadTemplate
should do it right in the first place.below:
To Reproduce
Steps to reproduce the behavior:
in an empty folder execute
WSL (ubuntu 20.04)
or
Powershell 5.1
Expected behavior
The microsite is built.
Configuration
Additional context
File system after: ./dtcw downloadTemplate
The text was updated successfully, but these errors were encountered: