-
Notifications
You must be signed in to change notification settings - Fork 24
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
Operation overhaul #479
Operation overhaul #479
Conversation
…or other operations
…p menu for operations, and int/bool type mapping for operations
…ated dependencies
-Clean up log message formatting -Operation outputs have been unchanged as these should be visible via CLI
Add helper method to build platform independent file paths -This uses FilenameUtils.concat for underlying path concatenation Co-authored-by: c-schuler <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So with all the changes in main I'm not able to run the script from dtr-content-r4
daviddieppois@Davids-MBP dtr-content-r4 % JAVA -jar "input-cache/tooling-2.6.0-SNAPSHOT.jar" -ProcessAcceleratorKit -s=ASLP -pts=input/l2/DTR.xlsx -op=./ -dep="ASLP.A1 Adult Sleep Studies"
no main manifest attribute, in input-cache/tooling-2.6.0-SNAPSHOT.jar
daviddieppois@Davids-MBP dtr-content-r4 % JAVA -jar "/Users/daviddieppois/Documents/git/cqf-tooling/tooling-cli/target/tooling-cli-2.6.0-SNAPSHOT.jar" -ProcessAcceleratorKit -s=ASLP -pts=input/l2/DTR.xlsx -op=./ -dep="ASLP.A1 Adult Sleep Studies" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After adding the fix that I did for the previous branch it seems to be working as expected, still with the CQL bug that we need to fix with other tickets ! I'll approve
Fix: setCanonicalBase("http://example.org/sdh");
- Processor.java line 661
daviddieppois@Davids-MBP dtr-content-r4 % JAVA -jar "/Users/daviddieppois/Documents/git/cqf-tooling/tooling-cli/target/tooling-cli-2.6.0-SNAPSHOT.jar" -ProcessAcceleratorKit -s=ASLP -pts=input/l2/DTR.xlsx -op=./ -dep="ASLP.A1 Adult Sleep Studies" ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console... Nov. 28, 2023 9:39:10 A.M. ca.uhn.fhir.util.VersionUtil initialize INFO: HAPI FHIR version 6.8.0 - Rev f33627087f Nov. 28, 2023 9:39:10 A.M. ca.uhn.fhir.context.FhirContext <init> INFO: Creating new FHIR context for FHIR version [R4] daviddieppois@Davids-MBP dtr-content-r4 %
Description
By creating this PR you acknowledge that your contribution will be licensed under Apache 2.0