FHIR Chat · Broken Link in index.html: 'timelines.html' not found · committers

Stream: committers

Topic: Broken Link in index.html: 'timelines.html' not found


view this post on Zulip Michelle (Moseman) Miller (Dec 08 2017 at 14:56):

I did an update and tried to build, but am getting the following error about a broken link. Thoughts on how to fix this?

[java] Errors: 0 Warnings: 109 Hints: 406
     [java]
     [java] ===Resources with FMM forced to 0===
     [java]  2.106 1042sec 2986MB
     [java] ERROR @ index.html: Broken Link (2) in index.html: 'timelines.html' not found at "timelines.html"(STU3) (src = Publisher)
     [java] This was a Full Build                                                      1.882 1044sec 2986MB
     [java] FHIR build failure @ Fri, Dec 8, 2017 08:34-0600                           1.355 1046sec 2986MB
     [java] Error: Errors executing build. Details logged.
     [java] java.lang.Exception: Errors executing build. Details logged.
     [java]     at org.hl7.fhir.tools.publisher.Publisher.checkAllOk(Publisher.java:1790)
     [java]     at org.hl7.fhir.tools.publisher.Publisher.produceSpec(Publisher.java:2799)
     [java]     at org.hl7.fhir.tools.publisher.Publisher.produceSpecification(Publisher.java:2157)
     [java]     at org.hl7.fhir.tools.publisher.Publisher.execute(Publisher.java:620)
     [java]     at org.hl7.fhir.tools.publisher.Publisher.main(Publisher.java:464)
     [java] Picked up JAVA_TOOL_OPTIONS: "-Dfile.encoding=UTF-8"

BUILD FAILED
C:\build\build.xml:30: The following error occurred while executing this line:
C:\build\tools\java\org.hl7.fhir.tools.core\build.xml:156: Java returned: 1

view this post on Zulip Grahame Grieve (Dec 08 2017 at 20:21):

shouldn't happen. do you have \build\source\timelines.html?

view this post on Zulip Michelle (Moseman) Miller (Dec 11 2017 at 14:01):

No, I don't (and I tried another update as well as revert -- and still don't have that \build\source\timelines.html)

view this post on Zulip Grahame Grieve (Dec 11 2017 at 19:03):

is your index.html current? I can't find a reference to timelines.html anywhere?

view this post on Zulip Michelle (Moseman) Miller (Dec 14 2017 at 15:49):

@Grahame Grieve Yes, index.html should be current. When I search for timelines in the source\index.html, I only see this (which shouldn't be a problem):

<a href="versions.html">Timelines</a>.

However, when I search for timelines in the publish\index.html, I see the following, which seems problematic:

<p style="background-color: gold; border:1px solid maroon; padding: 5px; max-width: 790px;">
 This is the Current officially released version of FHIR, which is <a href="timelines.html">STU3</a>. <br/>For a full list of available versions, see the <a href="http://hl7.org/fhir/directory.html">Directory of published versions <img src="external.png" style="text-align: baseline"/></a>.
</p>

view this post on Zulip Grahame Grieve (Dec 14 2017 at 20:19):

this content is not in the current version of index.html

view this post on Zulip Lloyd McKenzie (Dec 14 2017 at 23:20):

Michelle, is your SVN set to the "head" version?

view this post on Zulip Michelle (Moseman) Miller (Dec 18 2017 at 19:31):

I re-ran the clean.bat, re-updated the build folder, and rebuilt -- and it was successful. I have no clue what changed. (I was at the head revision previously and had done those exact same steps previously.)

view this post on Zulip Grahame Grieve (Dec 18 2017 at 19:34):

I fixed something - don't know why it was only a problem for you

view this post on Zulip Michelle (Moseman) Miller (Dec 18 2017 at 19:37):

Ah, thanks, @Grahame Grieve for confirming I'm not going crazy :)

view this post on Zulip Grahame Grieve (Dec 18 2017 at 19:38):

yes sorry. I meant to comment about it before but forgot

view this post on Zulip Lloyd McKenzie (Dec 18 2017 at 19:46):

@Michelle (Moseman) Miller We all went crazy a long time ago...


Last updated: Apr 12 2022 at 19:14 UTC