From baca53743a1315c78d4ea02455603206eb824931 Mon Sep 17 00:00:00 2001 From: Lloyd McKenzie Date: Tue, 28 Apr 2020 22:00:00 -0600 Subject: [PATCH] Change IGPublisher path, tweak ignore warnings to new syntax --- _updatePublisher.bat | 2 +- _updatePublisher.sh | 2 +- input/ignoreWarnings.txt | 16 +++++++++------- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/_updatePublisher.bat b/_updatePublisher.bat index 092cb7b..a57726d 100644 --- a/_updatePublisher.bat +++ b/_updatePublisher.bat @@ -2,7 +2,7 @@ SETLOCAL -SET dlurl=https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.publisher.jar +SET dlurl=https://storage.googleapis.com/ig-build/org.hl7.fhir.publisher.jar SET publisher_jar=org.hl7.fhir.publisher.jar SET input_cache_path=%CD%\input-cache\ diff --git a/_updatePublisher.sh b/_updatePublisher.sh index 48b0fc7..9869180 100755 --- a/_updatePublisher.sh +++ b/_updatePublisher.sh @@ -1,5 +1,5 @@ #!/bin/bash -dlurl=https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.publisher.jar +dlurl=https://storage.googleapis.com/ig-build/org.hl7.fhir.publisher.jar publisher_jar=org.hl7.fhir.publisher.jar input_cache_path=./input-cache/ diff --git a/input/ignoreWarnings.txt b/input/ignoreWarnings.txt index efedf75..fa5700b 100644 --- a/input/ignoreWarnings.txt +++ b/input/ignoreWarnings.txt @@ -1,13 +1,15 @@ -// Add warning and/or information messages here after you've confirmed that they aren't really a problem -// (And include comments like this justifying why) +== Suppressed Messages == -// This is inherited from the base resource +# Add warning and/or information messages here after you've confirmed that they aren't really a problem +# (And include comments like this justifying why) + +# This is inherited from the base resource WARNING: StructureDefinition/myObservation: StructureDefinition.snapshot.element[15].mapping[3].map: value should not start or finish with whitespace -// We're expecting these to not match the slice - we're showing how you can use slicing to define the one repetition you want even when many repetitions might be present -INFORMATION: Patient/example: Patient.name[0]: This element does not match any known slice for the profile http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient -INFORMATION: Patient/example: Patient.name[1]: This element does not match any known slice for the profile http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient +# We're expecting these to not match the slice - we're showing how you can use slicing to define the one repetition you want even when many repetitions might be present +INFORMATION: Patient/example: Patient.name[0]: This element does not match any known slice defined in the profile http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient +INFORMATION: Patient/example: Patient.name[1]: This element does not match any known slice defined in the profile http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient -// If this was a real IG, there should be examples for these profiles too. But it's not, and I'm lazy... +# If this was a real IG, there should be examples for these profiles too. But it's not, and I'm lazy... WARNING: http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation: The Implementation Guide contains no examples for this profile WARNING: http://somewhere.org/fhir/uv/myig/StructureDefinition/mypractitioner: The Implementation Guide contains no examples for this profile