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

Address potential build issue #67

Open
romac opened this issue Jun 18, 2019 · 0 comments
Open

Address potential build issue #67

romac opened this issue Jun 18, 2019 · 0 comments

Comments

@romac
Copy link
Member

romac commented Jun 18, 2019

The z3JarFile is just a string, and if the Z3 project wasn't compiled yet, unamangedJars will contain the right path to com.microsoft.z3.jar but the file won't be there, and compilation will simply fail. It would work the next time though, if somehow Z3 was built at least once and the jar is there.
A potential fix might be to make the z3JarFile be a task that dependsOn z3.value
@dragos

See #59 (comment)

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

1 participant