Re: [tycho-user] Intermittent download failure of p2
Have you looked at mirroring the remote p2 repositories? This will avoid your dependence on external servers.http://wiki.eclipse.org/Equinox_p2_Repository_Mirroring...
View ArticleRe: [tycho-user] Intermittent download failure of p2
Additionally, I believe people are having success mirroring p2 repositories automatically using software like Sonatype's Nexus. Perhaps someone could comment on that, as it's something I'd like to...
View ArticleRe: [tycho-user] Intermittent download failure of p2
I've tried this in the past (nearly a year ago I think) and found the cpu/memory consumption too high for my nexus server (it was running on an EC2 micro server) leading to out of memory errors...
View ArticleRe: [tycho-user] Intermittent download failure of p2
I'm leading an Xtext based product. This product is validated against 3.5, 3.6, 3.7, 3.8, 4.2 and 4.3 versions of Eclipse thanks to P2 target files.Apart from Kepler (4.3) which p2 repository is...
View Article[tycho-user] tycho-source-feature-plugin and feature name
Hi, I 'm generating the source features in existing features using the tycho extra tycho-source-feature-plugin. I was wondering if it possible to set the name / providor of the source feature generate...
View ArticleRe: [tycho-user] tycho-source-feature-plugin and feature name
You might want to look at:BugÂ374349 - [patch] Get Feature element to support feature "label" and tycho-source-feature-plugin to generate a smarter name-- Paul WebsterHi floor. Make me a sammich! - GIR
View ArticleRe: [tycho-user] tycho ignores repository mirror settings
Is it really possible to define tycho.disableP2Mirrors in the global settings.xml? Having a look into the corresponding commit [1] I just see that the flag can be set in the...
View ArticleRe: [tycho-user] tycho ignores repository mirror settings
http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/commit/?id=2cf1fec1499a12f2f8e10db7bbd1e356c198e6e8 -- Regards, Igor On 12-12-01 2:56 AM, Yves Langisch wrote: Is it really possible to define...
View Article[tycho-user] [issues building using tycho .15 and target to eclipse 3.6]
Hello All, I have been trying to build RSE using tycho for some weeks now, and there is one issue that I can not get rid of, unless I change the eclipse site url to use indigo or juno (I don't even...
View ArticleRe: [tycho-user] Bug 374349 - Add real label, description, etc. to generated...
Hello,in the target/my.feature.source.jar is:feature.xmlfeature.propertiesin root , the feature.xml contains: id="my.feature.com" label="%label" version="1.2.3" provider-name="SOME_NAME">in...
View ArticleRe: [tycho-user] Bug 374349 - Add real label, description, etc. to generated...
On 12/04/2012 12:23 PM, e92-330cd@xxxxxxxxx wrote: in the target/my.feature.source.jar is: feature.xml feature.properties What would be interesting would be to check the content of these files. If...
View ArticleRe: [tycho-user] Bug 374349 - Add real label, description, etc. to generated...
Yeah, sorry, I forgot to mention that. In the feature.properties in the source jar, there is correct content:label=source testin the feature.xml in source jar is: But there is a little progress....on...
View ArticleRe: [tycho-user] Bug 374349 - Add real label, description, etc. to generated...
Ouch, I dont know why, but some parts of email hasnt been sent... is should be: in the feature.xml in source jar is: <feature id="com.my..feature.source" version="1.2.3"> <includes...
View ArticleRe: [tycho-user] Bug 374349 - Add real label, description, etc. to generated...
I think I have found the problem, but dont know the solution... I have look to the update.site repository, to the content.xml: <unit id='com.my.feature.jar' version='1.2.3'> <properties...
View Article[tycho-user] 0.17 SNAPSHOTS
I was wondering how often the snapshots run? I picked up 0.17 yesterday, but it looks like it was built on 20121128PW-- Paul WebsterHi floor. Make me a sammich! - GIR
View ArticleRe: [tycho-user] 0.17 SNAPSHOTS
The latest commit on master was done on 20121129 so not that big differenceJeffOn Tue, Dec 4, 2012 at 5:31 PM, Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx> wrote: I was wondering how often the...
View ArticleRe: [tycho-user] 0.17 SNAPSHOTS
On Tue, Dec 4, 2012 at 11:44 AM, Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> wrote: The latest commit on master was done on 20121129 so not that big...
View ArticleRe: [tycho-user] 0.17 SNAPSHOTS
tycho-core and tycho-extras changes are supposed to be deployed within ~hour from commit. We use hudson [1], though, so intended and actual behaviour may or may not always match ;-). If you see jobs...
View ArticleRe: [tycho-user] 0.17 SNAPSHOTS
On Tue, Dec 4, 2012 at 11:59 AM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote: tycho-core and tycho-extras changes are supposed to be deployed within ~hour from commit. We use hudson [1], though,...
View ArticleRe: [tycho-user] Bug 374349 - Add real label, description, etc. to generated...
Hello, can somebody tell me, when the source feature is build, why in com.my.feature-1.2.3-p2metadata.xml in local repository is missing the label variable for source feature? Beacuse of that , when...
View Article