Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368216 - java.io.FileNotFoundException for priming.zip
Summary: java.io.FileNotFoundException for priming.zip
Status: CLOSED DUPLICATE of bug 367461
Alias: None
Product: Dash
Classification: Technology
Component: Maven (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Dash Incoming bugs CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-10 02:44 EST by Xiaoying Gu CLA
Modified: 2012-01-11 02:57 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xiaoying Gu CLA 2012-01-10 02:44:12 EST
I'm trying the M4E tools. It failed with java.io.FileNotFoundException: /home/adb/farrah/maven-test/data/priming.zip (No such file or directory) error.

Steps:
1. Download and setup the environment according to wiki: 
   http://wiki.eclipse.org/Maven_Tools_4_Eclipse

2. Start the converting by command:
   java -jar org.eclipse.dash.mt4e-0.9.0-SNAPSHOT-jar-with-dependencies.jar  convert org.eclipse.dash:dependency-management:3.7.0


3. It fails with:

[adb@qa-build maven-test]$ java -jar org.eclipse.dash.mt4e-0.9.0-SNAPSHOT-jar-with-dependencies.jar  convert org.eclipse.dash:dependency-management:3.7.0
14:50:23 [INFO ] mt4e 0.9 (24.08.2011)
14:50:23 [INFO ] Converting everything in /home/adb/farrah/maven-test/downloads into /home/adb/farrah/maven-test/tmp/m2repo
14:50:23 [INFO ] Downloading Maven 3...
14:50:48 [INFO ] OK
14:50:48 [INFO ] Unpacking Maven 3 archive
14:50:49 [INFO ] OK
14:50:49 [INFO ] Caching necessary plug-ins for Maven 3
14:50:49 [INFO ] Unpacking /home/adb/farrah/maven-test/data/priming.zip
java.io.FileNotFoundException: /home/adb/farrah/maven-test/data/priming.zip (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
        at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102)
   

Am I missing anything? Thanks in advance.
Comment 1 Xiaoying Gu CLA 2012-01-11 02:57:19 EST

*** This bug has been marked as a duplicate of bug 367461 ***