Closed ajchemist closed 6 years ago
Thanks for your contribution, I think it would be better if get-classpath was part of the public API (maybe in its own namespace?). get-classpath could take keyword arguments and customizing the classpath used by the javac command coud be done using the javac command arguments (the -cp flag). This way things would be less coupled and get-classpath could be used to customize the classpath of other commands (such as badigeon.compile). What do you think of it ?
Sounds good to me. However I've been modifying this library to fit my needs, so I'll have to drop this request at this point By the way thanks for your efforts.
May I ask what is your use case? I usually setup my projects such that building a project does not require using aliases. I keep aliases to add things during development/testing. However I am curious about other workflows.
Simply, a dependency that is not included in an artifact may be needed at compile time.
I modified the library to suit my use case all day. Feel free to take a look. https://github.com/EwenG/badigeon/compare/master...aJchemist:master
oh, and documentation are rarely added. sorry about that.
Thanks, this looks fine.
let classpath calculation to be able to take :aliases into account