Bootstrapping deletes your target folder, so you cannot run it from a subdirectory. This would explain a partial checkout before, as it may be partially deleted when it fails on mboot.jar (which is in use).
- Brett On 7/19/05, Michael Owen <[EMAIL PROTECTED]> wrote: > > Thanks for your help. I've managed to sort out downloading all files. > > Can you explain what I should do next. I've got alpha 3 release installed in > a folder, set environments to that folder, and got the maven-components > folder in that folder. I then went into > maven-components folder and ran > - > C:\maven\SNAPSHOT\maven-components>m2-bootstrap-all.bat > > however, I receive the error: > > Installing POM: C:\Documents and > Settings\owenm\.m2\repository\org\apache\maven\ > plugins\maven-surefire-plugin\2.0-beta-1-SNAPSHOT\maven-surefire-plugin-2.0-beta-1-SNAPSHOT.pom > Installing: C:\Documents and > Settings\owenm\.m2\repository\org\apache\maven\plugins\maven-surefire-plugin\2.0-beta-1-SNAPSHOT\maven-surefire-plugin-2.0-beta-1-SNAPSHOT.jar > --------------------------------------------------------------------- > Exception in thread "main" java.io.IOException: File > C:\maven\SNAPSHOT\maven-components\mboot.jar unable to > be deleted. > at util.FileUtils.forceDelete(FileUtils.java:989) > at > util.FileUtils.cleanDirectory(FileUtils.java:1161) > at > util.FileUtils.deleteDirectory(FileUtils.java:1118) > at util.FileUtils.forceDelete(FileUtils.java:982) > at > util.FileUtils.cleanDirectory(FileUtils.java:1161) > at > util.FileUtils.deleteDirectory(FileUtils.java:1118) > at MBoot.run(MBoot.java:383) > at MBoot.main(MBoot.java:120) > The batch file cannot be found. > > Thanks for your help, > > Mike > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
