Maven proper has md5 checking of downloads, the but the bootstrap does not. I suspect the download was not complete. Can you remove ant-1.6.2 from your local repository and try again?
You can quickly check the file sizes to be able to tell if this might be the case (Compare it to http://repo1.maven.org). Cheers, Brett On 7/30/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > I checked out the m2 source from svn and am trying to bootstrap it. > > Following the instructions in the README.txt I run the > m2-bootstrap-all.sh and after a whole stream of downloads, > maven-script-* stuff starts compiling, but then I get to this zip error: > > Building project in > /home/java/maven-src/maven-components/maven-script/maven-script-marmalade > ... > -------------------------------------------------------------------- > Building project in > /home/java/maven-src/maven-components/maven-script/maven-script-marmalade > Cleaning > /home/java/maven-src/maven-components/maven-script/maven-script-marmalade/target... > Downloading project dependencies ... > Compiling sources ... > Compiling 27 source files to > /home/java/maven-src/maven-components/maven-script/maven-script-marmalade/target/classes > error: error reading > /home/java/maven-src/repository/ant/ant/1.6.2/ant-1.6.2.jar; > java.util.zip.ZipException: error in opening zip file > 1 error > Failure executing javac, but could not parse the error: > > > Exception in thread "main" java.lang.Exception: Compilation error. > at MBoot.compile(MBoot.java:966) > at MBoot.buildProject(MBoot.java:592) > at MBoot.run(MBoot.java:344) > at MBoot.main(MBoot.java:120) > > > Couldn't see any msgs about this in dev list so I can only assume I've > got something wrong, however I followed the README.txt and there's > nothing else I can think of. > > I'd really appreciate some advice. > > Thanks > Adam > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
