Stream: implementers
Topic: Recent template exception
Shahim Essaid (Nov 11 2020 at 22:55):
It looks like some recent fhir.base.template template changes are causing an exception during my build. This was working a couple of hours ago. I'm using the latest publisher and I removed my ~/.fhir and ig-root/template just in case they needed to be updated. Still getting this:
onGenerate.artifactList:
[xslt] Processing C:\Users\essaids\git\gh\phenopackets\core-ig\ig-root\template\onGenerate-ig-updated.xml to C:\Users\essaids\git\gh\phenopackets\core-ig\ig-root\temp\pages\_includes\artifacts.xml
[xslt] Loading stylesheet C:\Users\essaids\git\gh\phenopackets\core-ig\ig-root\template\scripts\createArtifactSummary.xslt
check-plantumlfiles:
Publishing Content Failed: C:\Users\essaids\git\gh\phenopackets\core-ig\ig-root\template\images-source does not exist. (00:57.0711)
(00:57.0713)
Use -? to get command line help (00:57.0714)
(00:57.0715)
Stack Dump (for debugging): (00:57.0716)
C:\Users\essaids\git\gh\phenopackets\core-ig\ig-root\template\scripts\ant.xml:100: C:\Users\essaids\git\gh\phenopackets\core-ig\ig-root\template\images-source does not exist.
at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:513)
at org.apache.tools.ant.types.FileSet.size(FileSet.java:84)
at org.apache.tools.ant.taskdefs.ResourceCount.eval(ResourceCount.java:98)
at org.apache.tools.ant.taskdefs.ConditionTask.execute(ConditionTask.java:122)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Lloyd McKenzie (Nov 11 2020 at 23:30):
Try again @Shahim Essaid
Shahim Essaid (Nov 12 2020 at 22:03):
@Lloyd McKenzie it works. Thanks!
Last updated: Apr 12 2022 at 19:14 UTC