While revising manual/install.html, I decided to cross-link optional libraries and corresponding tasks. Then I noticed that untar task does not mention xz compression as a possible option, should I just add it?
Gintas 2018-01-13 20:07 GMT+01:00 Gintautas Grigelionis <g.grigelio...@gmail.com>: > Thanks for feedback. I hope Ivy release people will comment, too. My would > to make both processes more similar and remove obsolete > tasks/dependencies/steps if necessary. > > Gintas > > P.S: http://ant.apache.org/manual/install.html#optionalTasks describes > the use of fetch.xml to download optional dependencies either into the > local installation or private ~/.ant (still working on that documentation > :-) > > 2018-01-13 16:42 GMT+01:00 Stefan Bodewig <bode...@apache.org>: > >> On 2018-01-12, Gintautas Grigelionis wrote: >> >> > I was looking at build files in Ivy project, and realised that Ivy was >> > using Commons OpenPGP as well. It's still there in the build files, >> > but it's not used in publishing/upload after signers were introduced; >> > only for signing the distribution archives. The question, naturally, >> > is whether it makes sense to add distributions to ivy.xml file as a >> > separate conf and use a filesystem resolver to sign and compute >> > checksums for them, too. >> >> I'd ask the people who have created Ivy releases in the past. The mere >> presence of Commons OpenPGP in some build file doesn't mean it is >> actually used for anything. >> >> As I already said elsewhere I use command line gpg and never execute the >> PGP targets inside of Ant's build file. >> >> Stefan >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org >> For additional commands, e-mail: dev-h...@ant.apache.org >> >> >