Re: [tycho-user] Create a Target Definition
You can use Sonatype Nexus that is able to proxy P2 repositories.JeffOn Thu, Nov 26, 2015 at 6:56 PM, Cesar Sturion <csturion@xxxxxxxxx> wrote:Hi,ÂI will try explain my problem and describe my...
View ArticleRe: [tycho-user] Create a Target Definition
https://www.eclipse.org/tycho/sitedocs-extras/tycho-p2-extras-plugin/publish-features-and-bundles-mojo.html this is just a wrapper for...
View ArticleRe: [tycho-user] Create a Target Definition
You can also use "Eclipse Package Drone" to upload your bundles and features and let it serve a P2 repository. On Nov 26, 2015 18:56, Cesar Sturion <csturion@xxxxxxxxx> wrote: > > Hi, >...
View Article[tycho-user] Fail build if p2 repository inaccessible?
Hi all, I recently noticed a warning in our Hudson logs: > WARNING] Failed to access p2 repository http://download.eclipse.org/modeling/emf/emf/updates/2.11milestones, use local cache. Neither...
View ArticleRe: [tycho-user] Fail build if p2 repository inaccessible?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410698 On 27/11/15 10:02, "tycho-user-bounces@xxxxxxxxxxx on behalf of Andreas Sewe" <tycho-user-bounces@xxxxxxxxxxx on behalf of...
View ArticleRe: [tycho-user] Fail build if p2 repository inaccessible?
On 27.11.15 10:44, Sievers, Jan wrote: > https://bugs.eclipse.org/bugs/show_bug.cgi?id=410698 Thank you. -- Codetrails GmbH The knowledge transfer company Robert-Bosch-Str. 7, 64293 Darmstadt Phone:...
View ArticleRe: [tycho-user] Create a Target Definition
Hi Jeff,ÂToday the way http://download.eclipse.org/eclipse/releases/europa does not exist. We use the directories < instalacao_europa >/plugins and /features in a target file.Is there a way to...
View ArticleRe: [tycho-user] Create a Target Definition
Jan,I'm sorry, but I do not quite understand the examples.In my case the .jars is in:C:\tools\eclipse\eclipse_europa\pluginsC:\tools\eclipse\eclipse_europa\featuresTycho will resolve a directory...
View ArticleRe: [tycho-user] Create a Target Definition
Cesar, I think you can use featuresandbundles publisher to generate a software site from directories. Kind regards, Mikhail Kalkov Den 27 nov 2015 17:41 skrev "Cesar Sturion"...
View ArticleRe: [tycho-user] [tycho-packaging-plugin] Property value interpolation and...
For the records, I found that configuring the tycho-packaging-pluginÂby expliciting the execution phase resolved the problem.In my case, build validation failed with the following:<plugin>Â...
View ArticleRe: [tycho-user] Create a Target Definition
Hi,ÂI can generate files usingÂÂfeaturesandbundles publisher, but now,Âhow can I import it in Nexus or using it in Tycho?On Sat, Nov 28, 2015 at 1:23 PM, Mikhail Kalkov <mikhail.kalkov@xxxxxxxxx>...
View ArticleRe: [tycho-user] Create a Target Definition
In Nexus, define a P2 proxy repository and use the file: URL to access your files as the sourceJeffOn Tue, Dec 1, 2015 at 2:18 PM, Cesar Sturion <csturion@xxxxxxxxx> wrote:Hi,ÂI can generate...
View ArticleRe: [tycho-user] Create a Target Definition
But Jeff, I have created the files in my local machine (file:///D:/projects/eclipse/repository/).I do not know much of Nexus, there is a way to climb this information to it using the directory of my...
View ArticleRe: [tycho-user] Create a Target Definition
You can scp from your machine to the Nexus machine and then using the file URLJeffOn Tue, Dec 1, 2015 at 5:08 PM, Cesar Sturion <csturion@xxxxxxxxx> wrote:But Jeff, I have created the files in my...
View ArticleRe: [tycho-user] Create a Target Definition
Ok, I understand, but my question is: I climb all content like the image or only have to climb the artifacts.jar files and content.jar?It will not be different from the structure that the Nexus uses...
View ArticleRe: [tycho-user] Create a Target Definition
You could also `mvn deploy` the update site zip to Nexus, then use the Nexus Unzip plugin to get a fully-published update site in Nexus. Here's an example of that: Build the update site:...
View Article[tycho-user] Tycho error with bundle requirement
Hi,ÂI'm using a tycho to make a build process.ÂThis project is a RCP application, with tycho 0.21.0 and Java 1.6 compiler.This project uses the europa plugins and features, to solve this I used...
View ArticleRe: [tycho-user] externalize version of bundle outside manifest
Jeff & Tycho user communauty, Sorry to come back on this.To make my question perhaps more clear: I have one eclipse Tycho project with many eclipse-plugin submodulesEach of them has their own...
View Article[tycho-user] tycho and maven prepare release
Dear Tycho user,Could you provide me an example where using maven-release-plugin [1] with a Tycho project?How can I add also the Tycho version plugin [2] to work with it?I have found this post [3] that...
View ArticleRe: [tycho-user] externalize version of bundle outside manifest
Hi, This seems pointless (and counter-productive): the required version specifies the minimum version (Or version range) required by the current bundle. It is used to ensure compatibility at build...
View Article