Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Make it clear that JARs get local/root and git/url content #73

Closed
seancorfield opened this issue Mar 13, 2021 · 2 comments
Closed

Make it clear that JARs get local/root and git/url content #73

seancorfield opened this issue Mar 13, 2021 · 2 comments
Labels
documentation Add/update documentation
Milestone

Comments

@seancorfield
Copy link
Owner

Right now this is only mentioned under AOT compilation, but it should be more prominent since it affects library JARs as well. It should recommend using :exclude to stop such sources being included.

@seancorfield seancorfield added the documentation Add/update documentation label Mar 13, 2021
@seancorfield seancorfield added this to the 2.0.next milestone Mar 13, 2021
@seancorfield
Copy link
Owner Author

I've updated the README but it would be a good idea to look at exactly what this looks like in practice and whether it would be worth having an option to only include paths, rather than local/git deps? Now that we compute the project basis, that is probably more tenable (we could use just :paths instead of the classpath, perhaps, for libraries?).

@seancorfield
Copy link
Owner Author

Added new :paths-only option. For backward compatibility, it is false even for library JAR files.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Add/update documentation
Projects
None yet
Development

No branches or pull requests

1 participant