Skip to content

Conversation

@alexarchambault
Copy link
Contributor

@alexarchambault alexarchambault commented Apr 11, 2023

Fixes #2016

This adds an --as-jar option to the compile / run / test / repl commands, that puts the project byte code as a JAR in the class path, rather than as a directory, which is useful in contexts where JARs are required.

@alexarchambault alexarchambault force-pushed the as-jar branch 2 times, most recently from 8d8bd23 to 78c9da2 Compare April 11, 2023 10:58
@alexarchambault alexarchambault marked this pull request as ready for review April 11, 2023 10:58
@alexarchambault alexarchambault force-pushed the as-jar branch 2 times, most recently from 75415b5 to 7c9708c Compare April 12, 2023 09:23
Copy link
Contributor

@lwronski lwronski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update the documentation? I think it could be added near the --print-class-path section.
Other than that, LGTM.

@alexarchambault alexarchambault force-pushed the as-jar branch 2 times, most recently from b9f5fed to 69c0e24 Compare April 12, 2023 14:22
So that the next commit diff is easier to read. The commit here really only changes indentation of some blocks, nothing more.
Copy link
Contributor

@lwronski lwronski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Putting the project byte code in the class path as a JAR, in the compile / run / test / repl commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

3 participants