I am wondering why there are ant and ant-nodeps packages. What’s the difference between those two?
Why need both on some system?
I am wondering why there are ant and ant-nodeps packages. What’s the difference between
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ant has a bunch of so-called “optional” tasks which depend on various 3rd-party libraries, but which aren’t necessary for the core tasks. The
nodepspackage will contain just Ant itself, whereas the full package will contain Ant as well as the 3rd party libraries necessary to run the optional tasks.