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

Move .jar deps to Ivy dependency file #1

Open
colonelpopcorn opened this issue Sep 14, 2021 · 3 comments
Open

Move .jar deps to Ivy dependency file #1

colonelpopcorn opened this issue Sep 14, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@colonelpopcorn
Copy link

colonelpopcorn commented Sep 14, 2021

It's not best practice to have binary files checked into source control. Consider adding Ivy dependencies to this project to be included during the Ant build process instead of the .jar files in the lib directory:

https://ant.apache.org/ivy/history/2.5.0/tutorial/start.html

@colonelpopcorn colonelpopcorn changed the title Move jar deps to Ivy dependency file Move .jar deps to Ivy dependency file Sep 14, 2021
@xnbox
Copy link
Owner

xnbox commented Sep 14, 2021

Thanks for the tip!

I will try to use Ivy.
I'll have to check that all the dependencies are in the maven repository.
But I also want to be able to do the JAR build offline as well.
Maybe you can help with some advice?

@xnbox xnbox added the enhancement New feature or request label Sep 14, 2021
@xnbox xnbox self-assigned this Sep 14, 2021
@colonelpopcorn
Copy link
Author

Ivy creates a cache directory by default so you can build offline after downloading once.

@xnbox
Copy link
Owner

xnbox commented Sep 14, 2021

Thank you very much!
I'll try it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants