Hi,

I'm currently updating the build-release.xml script to provide tar gz, but
I'm facing a path length issue:
[tar] Entry: 
apache-ivy-2.0.0-alpha-1-incubating-local-20070402183226/doc/reports/api/org/apache/ivy/plugins/resolver/ChainResolver.ResolvedModuleRevisionArtifactInfo.html
longer than 100 characters.

I know that for the final release I will save the local-20070402183226, but
it will still be more than 100 chars.

Do any of you know if it is a tar limitation or only an ant tar task
limitation? Is there any workaround?

FYI I'm using this kind of construct:
       <tar destfile="${distrib.dir}/apache-ivy-${build.version}-src.tar.gz"
compression="gzip">
           <zipfileset src="${distrib.dir}/apache-ivy-${build.version}-
src.zip"/>
       </tar>

- Xavier

--
Learn Ivy at ApacheCon: http://www.eu.apachecon.com/
Manage your dependencies with Ivy!
http://incubator.apache.org/ivy/

Reply via email to