For my plugin I only need the Eclipse SDK, so I guess I will stick with just the eclipse-platform-m6 one. What other things can I look for if my eclipse-plugin build fails to find dependency on another jar that I already built. I assume that if I bundeled it with the maven-bundle-plugin and it created the MANIFEST.MF, then that worked correctly? ML. On 11 March 2014 14:51, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote: > http://download.eclipse.org/eclipse/updates/... are Eclipse project P2 > repositories, you can install Eclipse SDK from these. > > http://download.eclipse.org/releases/... are Eclipse simultaneous > release P2 repositories, you can install m2e, egit, and whole bunch of > other projects that participate in yearly simultaneous releases. You can > install most of Eclipse SDK from here too, but last time I looked some > artifacts were only available from d.o.e/updates/... repositories. > > They all exist, from what I can tell, and if you read carefully the > small print below huge "Not Found" title, you will even be able to > browser their contents. I assume somebody at Eclipse foundation finds > this amusing because this was reported countless number of times. (to be > fair, "Show Directory Contents" is a relatively recent addition, > the page used to simple say "Not Found" in the past). > > Which repository you use in your build really depends on your > requirements. You probably don't want to mix repositories that > correspond to different yearly releases. I think this can result in some > very hard to troubleshoot dependency resolution problems. > > -- > Regards, > Igor > > > On 2014-03-11, 17:34, V. Mark Lehky wrote: >> >> Which repository is correct? >> >> The >> http://www.eclipsecon.org/2013/sessions/building-eclipse-plug-ins-and-rcp-applications-tycho >> demo says: >> <repository> >> <id>eclipse-platform-m6</id> >> <layout>p2</layout> >> <url>http://download.eclipse.org/eclipse/updates/4.3</url> >> </repository> >> But that URL produces "404 File not found." However, that demo does >> run for me with just this URL. >> >> The >> http://wiki.eclipse.org/Tycho/How_Tos/Dependency_on_pom-first_artifacts >> demo says: >> <repository> >> <id>helios</id> >> <layout>p2</layout> >> <url>http://download.eclipse.org/releases/helios</url> >> </repository> >> But since I am using Kepler, I guessed it to be: >> <repository> >> <id>kepler</id> >> <layout>p2</layout> >> <url>http://download.eclipse.org/releases/kepler</url> >> </repository> >> >> The http://wiki.eclipse.org/Tycho/Reference_Card says: >> <repository> >> <id>eclipse-indigo</id> >> <layout>p2</layout> >> <url>http://download.eclipse.org/releases/indigo</url> >> </repository> >> But, again, since I am using Kepler, I guessed it to be: >> <repository> >> <id>eclipse-kepler</id> >> <layout>p2</layout> >> <url>http://download.eclipse.org/releases/kepler</url> >> </repository> >> >> Are they all just links to the same thing? Or is one "more" correct >> than another? >> They all download something, but my eclipse-project still fails due to >> unresolved dependencies. Since I have no idea why, I am checking every >> single thing now. >> >> TIA for all the help. ML. >> _______________________________________________ >> tycho-user mailing list >> tycho-user@xxxxxxxxxxx >> https://dev.eclipse.org/mailman/listinfo/tycho-user >> > _______________________________________________ > tycho-user mailing list > tycho-user@xxxxxxxxxxx > https://dev.eclipse.org/mailman/listinfo/tycho-user
↧
Re: [tycho-user] Which repository providing the context of the build?
↧