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

Tooling expects cql to exist under input/pagecontent/cql #95

Open
mholck opened this issue Jul 14, 2020 · 3 comments
Open

Tooling expects cql to exist under input/pagecontent/cql #95

mholck opened this issue Jul 14, 2020 · 3 comments
Assignees

Comments

@mholck
Copy link
Contributor

mholck commented Jul 14, 2020

If the cql folder is not under input/pagecontent the tooling will break and not be able to refresh or bundle the measure packages.

08:30:55.335 [main] WARN org.opencds.cqf.utilities.LogUtils - IGProcessor.publishIG - refreshIG
Exception in thread "main" java.lang.RuntimeException: Convention requires the following directory:input/pagecontent/cql/
at org.opencds.cqf.processor.IGProcessor.ensureDirectory(IGProcessor.java:210)
at org.opencds.cqf.processor.IGProcessor.ensure(IGProcessor.java:171)
at org.opencds.cqf.processor.IGRefreshProcessor.refreshIG(IGRefreshProcessor.java:50)
at org.opencds.cqf.processor.IGProcessor.publishIG(IGProcessor.java:78)
at org.opencds.cqf.operation.RefreshIGOperation.execute(RefreshIGOperation.java:23)
at org.opencds.cqf.Main.main(Main.java:141)

we should be able to specify the cql directory rather than look for it in a hard coded location

@c-schuler c-schuler assigned c-schuler and Chris0296 and unassigned c-schuler Oct 3, 2023
@c-schuler
Copy link
Contributor

I believe this has been addressed. @Chris0296 please verify.

@Chris0296
Copy link
Contributor

@c-schuler I have been able to replicate this issue so it may require further work.

@c-schuler
Copy link
Contributor

Also see #469

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

3 participants