Re: [tycho-user] Warning messages when starting tests
Hi Lutz, > When running tycho-surefire tests as part of my product build I get > warning messages like the one shown below and I'd like to fix whatever > is wrong to get rid of the warning. I...
View ArticleRe: [tycho-user] Warning messages when starting tests
I think the error is not the one related to Log4J but about conflicting plugins. Looks like your using a target file using a local P2 repoJeffOn Fri, Nov 14, 2014 at 6:07 PM, Andreas Sewe...
View ArticleRe: [tycho-user] Warning messages when starting tests
Jeff MAURY wrote: > I think the error is not the one related to Log4J but about conflicting > plugins. Looks like your using a target file using a local P2 repo yes, you're right. My bad. Andreas...
View Article[tycho-user] does tycho handle "additional repositories" in category.xml?
Hi In Eclipse Mars 4.5M1 https://www.eclipse.org/eclipse/news/4.5/M1/#PDE the category.xml editor allows to specify additional repositories "that should be referenced by the generated update...
View ArticleRe: [tycho-user] does tycho handle "additional repositories" in category.xml?
I believe Tycho 0.21 doesn't support that, but upcoming Tycho 0.22, if it comes with newer milestone of p2 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=444112 ), may include it automatically:...
View ArticleRe: [tycho-user] does tycho handle "additional repositories" in category.xml?
On 17/11/2014 16:25, Mickael Istria wrote: > I believe Tycho 0.21 doesn't support that, but upcoming Tycho 0.22, if > it comes with newer milestone of p2 >...
View Article[tycho-user] Localized product name?
Hi friends, PDE tooling can use the bundle.properties of the branding plugin, to resolve the product name of a product definition file, e.g. %product.name. However, I don’t get this working in a...
View ArticleRe: [tycho-user] Warning messages when starting tests
I think I see the issue now. I am building the p2 repository and the product in the same eclipse project. I guess I'll need separete eclipse projects for them.Thanks!On Fri, Nov 14, 2014 at 2:47 PM,...
View Article[tycho-user] Recommended process for generating p2 repository of external...
Hello, We have some regularly changing external plugin dependencies that are deployed to a Nexus repository. As I understand it, in order for Tycho to be able to "see" and consume these bundles, we...
View ArticleRe: [tycho-user] Recommended process for generating p2 repository of external...
Hey Irene, What our development team is doing to get the p2 repositories we want is the following : - feature projects in which we group our plugin dependencies together in the feature.xml and list...
View ArticleRe: [tycho-user] Recommended process for generating p2 repository of external...
Thanks for your input Trent, I did have a look at the Nexus Unzip plugin previously, but I was hesitant as our Nexus is currently not at the minimum level required to use this plugin, so we would...
View ArticleRe: [tycho-user] Recommended process for generating p2 repository of external...
Irene, Unfortunately we don’t mix any manifest-first and pom-first projects in our reactor build, we’re using completely pom-first projects. Regarding the POM dependencies consider configuration...
View ArticleRe: [tycho-user] Recommended process for generating p2 repository of external...
Irene,Alternate option, you can create new box with later version of nexus and have main repository as mirror for your existing original one and have un-zip plugin installed on that Ânew one though. It...
View ArticleRe: [tycho-user] Recommended process for generating p2 repository of external...
Thanks a lot for this tip, Muru. It's looking like the vast majority of Trent's solution (first 5 points) will be the main part of what we have to do. As for the last step, we will need to investigate...
View Article[tycho-user] Tycho BREE, toolchains and JDK validation
Hi all, I'm currently discovering the wonderful world of toolchains with the tycho-compiler-plugin in order to compile using a JDK that matches my bundles' BREE. I have it mostly figured out, but...
View ArticleRe: [tycho-user] Recommended process for generating p2 repository of external...
> I did have a look at the Nexus Unzip plugin previously, but I was hesitant as our Nexus is currently not at the minimum level required to use this plugin, > so we would have to upgrade Nexus...
View ArticleRe: [tycho-user] Problem about installMode="root"
Cool idea. Could you tell me how to add this step? From: jeffmaury@xxxxxxxxxxxxxDate: Thu, 20 Nov 2014 13:50:02 +0000To: tycho-user@xxxxxxxxxxxSubject: Re: [tycho-user] Problem about...
View ArticleRe: [tycho-user] Problem about installMode="root"
You need to use theÂtycho-eclipserun-plugin in order to run theÂorg.eclipse.equinox.p2.director application.Here is my arguments:<appArgLine>-consoleLog -application...
View ArticleRe: [tycho-user] Problem about installMode="root"
@ antonWhat does "hard dependency" mean? Do you mean, that the old version products will never be supported by updating the sub features?From: atg.sleepless@xxxxxxxxxDate: Thu, 20 Nov 2014 15:49:23...
View ArticleRe: [tycho-user] Localized product name?
Yes, but you should use the plugin.xml/plugin.properties combination for that.JeffLeÂTue Nov 18 2014 at 10:24:53, Keppler Michael (ETAS/ESW4) <Michael.Keppler@xxxxxxxx> a ÃcritÂ: Hi friends, Â...
View Article