Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get "https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/FHIR-mcode.xml" #732

Open
baptiste-glbrt opened this issue Mar 31, 2023 · 1 comment

Comments

@baptiste-glbrt
Copy link

baptiste-glbrt commented Mar 31, 2023

Hello, I have a problem.
I cloned this project and ran the commands bash ./_updatePublisher.sh && bash ./_genonce.sh && sushi . but I get the following error:

onGenerate.jira.setup:
     [xslt] Processing /Users/baptiste/mcode-international/template/onGenerate-ig-updated.xml to /Users/baptiste/mcode-international/template/properties.txt
     [xslt] Loading stylesheet /Users/baptiste/mcode-international/template/scripts/onGenerate.genProperties.xslt
      [get] Getting: https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/_workgroups.xml
      [get] To: /Users/baptiste/mcode-international/input-cache/workgroups.xml
      [get] https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/_workgroups.xml moved to https://raw.githubusercontent.com/HL7/JIRA-Spec-Artifacts/master/xml/_workgroups.xml
      [get] Getting: https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/FHIR-mcode.xml
      [get] To: /Users/baptiste/mcode-international/input-cache/jiraspec.xml
      [get] Error opening connection java.io.FileNotFoundException: https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/FHIR-mcode.xml
      [get] Error opening connection java.io.FileNotFoundException: https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/FHIR-mcode.xml
      [get] Error opening connection java.io.FileNotFoundException: https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/FHIR-mcode.xml
      [get] Can't get https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/FHIR-mcode.xml to /Users/baptiste/mcode-international/input-cache/jiraspec.xml

It seems that the file FHIR-mcode.xml is not accessible. Looking at the repository, I saw that there was the file FHIR-us-mcode.xml, did this one replace it?

@baptiste-glbrt baptiste-glbrt changed the title Can't get "https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/FHIR-mcode.xml" and "http://hl7.org/fhir/uv/mcode/package-list.json" Can't get "https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/FHIR-mcode.xml" Mar 31, 2023
@lmckenzi
Copy link
Collaborator

According to the IG: jurisdiction: urn:iso:std:iso:3166#US "United States of America"
That means it'll be a us- IG code.

When I run mCode, I get this:
onGenerate.jira.setup:
[xslt] Processing D:\Git_IGs_play\fhir-mCODE-ig\template\onGenerate-ig-updated.xml to D:\Git_IGs_play\fhir-mCODE-ig\template\properties.txt
[xslt] Loading stylesheet D:\Git_IGs_play\fhir-mCODE-ig\template\scripts\onGenerate.genProperties.xslt
[get] Getting: https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/_workgroups.xml
[get] To: D:\Git_IGs_play\fhir-mCODE-ig\input-cache\workgroups.xml
[get] https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/_workgroups.xml moved to https://raw.githubusercontent.com/HL7/JIRA-Spec-Artifacts/master/xml/_workgroups.xml
[get] Getting: https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/FHIR-us-mcode.xml
[get] To: D:\Git_IGs_play\fhir-mCODE-ig\input-cache\jiraspec.xml
[get] https://github.com/HL7/JIRA-Spec-Artifacts/raw/master/xml/FHIR-us-mcode.xml moved to https://raw.githubusercontent.com/HL7/JIRA-Spec-Artifacts/master/xml/FHIR-us-mcode.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants