Skip to content
New issue

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

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

Already on GitHub? # to your account

unable to build a local jar #179

Closed
sandys opened this issue Jul 13, 2023 · 1 comment
Closed

unable to build a local jar #179

sandys opened this issue Jul 13, 2023 · 1 comment

Comments

@sandys
Copy link

sandys commented Jul 13, 2023

hi,
we are trying to get a build with this pull request - #166

we tried building using ./mill -i show sjsonnet[2.13.4].jvm.assembly and picking up out/sjsonnet/2.13.4/jvm/assembly.dest/out.jar , but the jar is not runnable on commandline like the release jar. it also doesnt run with java -Xss100m -cp sjsonnet.jar sjsonnet.SjsonnetMain foo.jsonnet (Both Databricks and our own don't work with this)

we also tried ./mill show sjsonnet[2.13.4].assembly, but we ran into errors (Cannot resolve sjsonnet[2.13.4].assembly. Trymill resolve sjsonnet[2.13.4]._ to see what's available.).

could you please help out by specifying the exact commandline you use to build the final release jar ? we are using github actions to build and will be using this inside maven pom.xml

@lihaoyi-databricks
Copy link
Contributor

Can you try ./mill show sjsonnet[2.13.4].jvm.assembly

@lihaoyi lihaoyi closed this as completed Jul 25, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants