Author Topic: Relative links to local files in html reports?  (Read 1734 times)

ArkosX

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Relative links to local files in html reports?
« on: May 31, 2013, 09:03:26 am »
Let's imagine I want to link a local file "../a.jpg" with in the model, for example as a file field in an artifact. ok, no problem.
But now, if I generate the html report, the link is not consistent anymore since the location of the html file for the diagram is not known.  :-?
It can be something like
EARoot/EAy/EAxx.html
or
EARoot/EAy/EA45/EAxx.html.
It seems there is not way to know at what depth in the directory the html document will be generated. :(
Am I right?
How could I reference a local file relative to the eap file as well as the generated html documentation?
Thanks for any help here :)