Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

distribution file. Why?

distribution file
0
10 Posted

distribution file. Why?

0

Ant’s distribution contains file names that are longer than 100 characters, which is not supported by the standard tar file format. Several different implementations of tar use different and incompatible ways to work around this restriction.Ant’s task can create tar archives that use the GNU tar extension, and this has been used when putting together the distribution. If you are using a different version of tar (for example, the one shipping with Solaris), you cannot use it to extract the archive.The solution is to either install GNU tar, which can be found here, or use the zip archive instead (you can extract it usingjar xf).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.