HL7 / PDDI-CDS

Documents and code related to the CDS and Pharmacy WG sponsored implementation guide for potential drug-drug interaction clinical decision support
Creative Commons Zero v1.0 Universal
5 stars 3 forks source link

Error during first attempt to build IG with very basic initial content #3

Closed rkboyce closed 5 years ago

rkboyce commented 6 years ago

I tried to set up the IG to so as to build a basic version. All changes are committed. Here is the error. Not sure how to proceed. Can you please point to documentation on how to set up the build or suggest how to handle the error? TY!

% pwd
/home/rdb20/DI_DIR/PDDI-CDS

rdb20-lnb% ant -buildfile build.xml -Dguidename=ig -Dspec=http://hl7.org/fhir/2016Sep/ publish-ig
Buildfile: /home/rdb20/DI_DIR/PDDI-CDS/build.xml

dir-setup:

publish-ig:
     [java] FHIR Implementation Guide Publisher (1.6.0-9635) @ Saturday, April 21, 2018 4:34:35 PM
     [java] Load Configuration                                                               (00.0000sec)
     [java] Use Current directory: /home/rdb20/DI_DIR/PDDI-CDS                               (00.0039sec)
     [java] Publish /home/rdb20/DI_DIR/PDDI-CDS/resources/                                   (00.0044sec)
     [java] Check folders                                                                    (00.0045sec)
     [java] Load Validation Pack (internal)                                                  (00.0058sec)
     [java] Definitions 1.6.0-9663                                                           (10.0851sec)
     [java] Connect to Terminology Server at http://fhir3.healthintersections.com.au/open    (10.0851sec)
     [java] Terminology Cache is at /home/rdb20/fhircache                                    (11.0580sec)
     [java] Initialization complete                                                          (12.0012sec)
     [java] Load Implementation Guide                                                        (12.0013sec)
     [java] Publishing Implementation Guide Failed: Unable to determine file type for /home/rdb20/DI_DIR/PDDI-CDS/resources/ (12.0014sec)
     [java] java.lang.Exception: Unable to determine file type for /home/rdb20/DI_DIR/PDDI-CDS/resources/
     [java]                                                                                  (12.0014sec)       at org.hl7.fhir.igtools.publisher.Publisher.parse(Publisher.java:1250)
     [java] Stack Dump (for debugging):                                                      (12.0014sec)
     [java]
     [java]     at org.hl7.fhir.igtools.publisher.Publisher.load(Publisher.java:730)
     [java]     at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:227)
     [java]     at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:2231)

BUILD SUCCESSFUL
Total time: 22 seconds