[tycho-user] How to automatically check upgrade paths?
Hi all, is there (or should there be ;-) a way to automatically check upgrade paths with Tycho? What I mean by this is the following: Given a target definition of what is already installed, check...
View ArticleRe: [tycho-user] 0.16.0 build error
Posted: https://bugs.eclipse.org/bugs/show_bug.cgi?id=393978 From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Oberlies, Tobias Sent: October-31-12 5:27 AM...
View ArticleRe: [tycho-user] Working with eclipse-plugin in Eclipse with Maven dependencies
Sorry for the late answer. First thank you for explanations/proposal.I finally choose another solution I want to share. My Maven/Tycho build use a target plateform defined by: - definition file:...
View ArticleRe: [tycho-user] basic auth for http p2 repos broken on windows in 0.16.0?
It's turned out to be https://bugs.eclipse.org/bugs/show_bug.cgi?id=393458 Our artifactory server has both remote and local repositories configured. The P2 repositories are remote, and an m2 repository...
View ArticleRe: [tycho-user] [m2e-users] Can tycho pull feature dependencies from a non...
No, Tycho is not able to consume p2 artifacts from remote maven repositories. Maven repositories do not provide enough metadata to be able to do this efficiently. Tycho is able to instrument local...
View ArticleRe: [tycho-user] [m2e-users] Can tycho pull feature dependencies from a non...
Sry for posting again in the wrong list but I would like to complete this here. At least for my problem I found a solution using the maven-dependency-plugin:get goal. The following will grab the...
View ArticleRe: [tycho-user] How to use the tycho-nexus-unzip plugin?
If I understand the question correctly there are two parts to this:* The Nexus unpack plugin. It used to be a Nexus Pro plugin but I think it is now (or is planned to be) open sourced. It's not...
View Article[tycho-user] Is it possible to run every SWTBot test in a new eclipse...
Hi, Using the following code runs all SWTBot tests in the same application instance. How can I run every test in a new eclipse instance? <build> <plugins> <plugin>...
View ArticleRe: [tycho-user] How to use the tycho-nexus-unzip plugin?
it's in an early stage right now (no release done yet, no official builds) , but here is some info http://wiki.eclipse.org/Tycho/Nexus_Unzip_Plugin yes, mvn deploy is enough. yes, from a consumer you...
View ArticleRe: [tycho-user] How to use the tycho-nexus-unzip plugin?
So, just for the record, what I explained is a different solution. Sorry for any confusion./AndersOn Wed, Nov 14, 2012 at 10:34 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote: it's in an early...
View ArticleRe: [tycho-user] Optional included features
For a development version, it should be okay to not specify the versions of the envX features in the product. This should give the desired result in most cases. In most cases, because Tycho...
View ArticleRe: [tycho-user] associateSites.xml with eclipse-repository packaging type
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391033#c5 > -----Original Message----- > From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user- > bounces@xxxxxxxxxxx] On Behalf Of Christoph...
View ArticleRe: [tycho-user] Error - The type org.eclipse.swt.widgets.Button cannot be...
I believe that the behaviour you are seeing is a bug, but until now no-one has reported it with an example to reproduce. AFAIK, Tycho should put everything needed on the compile class path...
View ArticleRe: [tycho-user] How to automatically check upgrade paths?
p2 should be able to update to everything that can be installed. For an update, p2 takes all root units and checks for newer versions. If you know what is in the existing installations, you should be...
View ArticleRe: [tycho-user] How to use the tycho-nexus-unzip plugin?
There are two different Nexus plug-ins that can be used to achieve an overall similar workflow: · The Nexus Unzip Plugin (provided by the Eclipse Tycho project), and · The Nexus Unpack...
View ArticleRe: [tycho-user] Is it possible to run every SWTBot test in a new eclipse...
This currently isn’t possible. There is a request for this feature here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=380171 Regards Tobias From: tycho-user-bounces@xxxxxxxxxxx...
View ArticleRe: [tycho-user] [m2e-users] Can tycho pull feature dependencies from a non...
Thorste,the way I am using standard OSGI artifacts available in Maven repositories (Central,...) is to use Nexus Sonatype with the Nexus P2 plugin that is able to transform any Maven2 repository into a...
View ArticleRe: [tycho-user] Version qualifier problems when building release candidates...
The current mapping is pretty simplistic. I’d be open to comparing the versions on a semantic level (e.g. https://bugs.eclipse.org/bugs/show_bug.cgi?id=382482 ). However this implies that we need to...
View ArticleRe: [tycho-user] Parent pom: local.target, jenkins.target and local.*...
Just noticed I (once again) posted some jbosstools stuffto tycho-user. My apologies! On 11/14/2012 10:01 AM, Mickael Istria wrote: Hi all, As we have moved to Tycho 0.16, we can now leverage Maven...
View ArticleRe: [tycho-user] Version qualifier problems when building release candidates...
Just a heads up that there is currently a discussion going on on the maven dev list around adopting the Semantic versioning scheme (http://semver.org). Nothing decided, but the discussion just started....
View Article