Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Tycho on Windows - Path Length Issues?

Apologies if this has been covered before - I couldn't find anything on the web or in the archives for this.
 
I'm trying to build an Eclipse product with M2E/Tycho using Windows 7, and I'm getting a strange error about missing dependencies, like:
-----

Caused by: java.lang.RuntimeException: Could not resolve plugin org.eclipse.core.net.linux.x86_64_1.1.0.I20110331-0827; Path to dependency:

eclipse-feature:org.eclipse.epp.package.rcp.feature:1.4.0.20110615-0550: D:\m2r\p2\org\eclipse\update\feature\org.eclipse.epp.package.rcp.feature\1.4.0.20110615-0550\org.eclipse.epp.package.rcp.feature-1.4.0.20110615-0550.jar

eclipse-feature:org.eclipse.platform:3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f: D:\m2r\p2\org\eclipse\update\feature\org.eclipse.platform\3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f\org.eclipse.platform-3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f.jar

---

If I take a look at the second file reference (the org.eclipse.platform one), it does exist on disk and I can open it with various tools. However, based on how scary long that directory and file name is, I'm wondering if I'm running into a path length limitation on Windows. I already moved my local repository to try and shave off some characters, but that didn't seem to help.

Has anyone else hit this kind of issue before? If so, did you have a workaround? I'm guessing moving the build to my Linux box is the next option.

Thanks,

--Jim


Back to the top