docToolchain / docToolchain

a AsciiDoc Toolchain for technical Software Documentation, focused on Software Architecture Documentation
https://doctoolchain.github.io/docToolchain/
MIT License
739 stars 235 forks source link

Executing gradlew has warnings because of bad paths #269

Closed SoftwareApe closed 1 year ago

SoftwareApe commented 5 years ago

When executing gradlew I get plenty of warnings, such as:

asciidoctor: WARNING:
image to embed not found or not readable:
<DIRECTORY>/docToolchain/src/docs/images/ea/Manual/htmlSanityCheck.png

These images seem to all exist, but they're in images/Manual, not images/ea/Manual

rdmueller commented 5 years ago

images/ea is the folder to which exportEA writes its files. So maybe I haven't checked so files in.

You are working on the 1.0.0 tag? It seems to me that the Master-HEAD contains all those images...

My goal is to mainly work on the HEAD in order to make another stable release so that we can discard the old 1.0.0 ...

SoftwareApe commented 5 years ago

I'm working on 1.0.0 right now, because I want to get the stable release working properly first.

rdmueller commented 5 years ago

ok. then let's fix this on the new branch I've created. I think we only have to copy the images over. I would suggest to copy them from the master branch.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just add a small comment to keep it open. Thank you for your contributions.

PacoVK commented 1 year ago

This issue is quite old, is there still something to do? Otherwise we should close it

mh182 commented 1 year ago

Closing. If this pops up again, we will reopen it.