Re: [tycho-user] build for target A, test on target B
Hi,On Tue, Jul 16, 2019 at 11:34 AM Christian Pontesegger <christian.pontesegger@xxxxxx> wrote: To my knowledge there is no way to set the target file on a target- platform-configuration.Not sure...
View ArticleRe: [tycho-user] build for target A, test on target B
We, at JBoss Tools, are using two distincts TP for compiling/packaging and running unit tests.On Tue, Jul 16, 2019 at 11:46 AM Mickael Istria <mistria@xxxxxxxxxx> wrote:Hi,On Tue, Jul 16, 2019 at...
View Article[tycho-user] AWS Failed P2 Metadata
Hi,ÂI have a project with dependencies with AWS Toolkit for Eclipse. I created a target definition file that is properly loaded using the PDE. However, when I try to build using Tycho, I get the...
View ArticleRe: [tycho-user] AWS Failed P2 Metadata
Hi,On Mon, Jul 22, 2019 at 2:20 PM Regent L'Archeveque <rlarcheveque@xxxxxxxxx> wrote:It seems the https://aws.amazon.com/eclipse directory do not contain usual P2 artifacts (e.g. content.xml and...
View ArticleRe: [tycho-user] AWS Failed P2 Metadata
Thanks Mickael. I'll report the issue to them. Thanks for the tips.ÂÂLeÂlun. 22 juil. 2019 ÃÂ09:07, Mickael Istria <mistria@xxxxxxxxxx> a ÃcritÂ:Hi,On Mon, Jul 22, 2019 at 2:20 PM Regent...
View Article[tycho-user] Misleading Maven "Settings Reference" documentation when using...
Hello, I have questions concerning the Proxies section of the Maven "Settings Reference" documentation, in conjunction with the use of the Tycho plugin. I use the proxy element of the settings.xml file...
View Article[tycho-user] Running UI tests without starting a full-blown workbench
Hi, I run some SWTBot-driven UI tests using tycho-surefire:test [1], which essentially works. But unlike a lot of tests, my tests don't require a full-blown workbench, as the system-under-test is...
View ArticleRe: [tycho-user] Running UI tests without starting a full-blown workbench
Hi,Do you think your tests would work with the regular surefire:test application (plain Java, no OSGi, no Eclipse Launcher)? That would be what gives the best performance if you can achieve it. Trying...
View ArticleRe: [tycho-user] [WARNING] Target location type 'Directory' is not supported
Same thing i did but why i did not get that plugin into my RuntimeConfiguration?On Fri, Aug 2, 2019 at 3:43 PM Christian Dietrich <christian.dietrich@xxxxxxxxx> wrote: if you install buildship...
View ArticleRe: [tycho-user] [WARNING] Target location type 'Directory' is not supported
does does your target platform look like? is it up-to date? did you deselect stuff on the plugins tab of the run config? how is your product configured in you have any? Am 02.08.19 um 12:39 schrieb...
View ArticleRe: [tycho-user] [WARNING] Target location type 'Directory' is not supported
I did not deselect any plugins in RuntimeConfiguration.what i did is .i created the targetplatform for buildship gradle with this updatesite...
View ArticleRe: [tycho-user] [WARNING] Target location type 'Directory' is not supported
again how does your target look like?
View ArticleRe: [tycho-user] Running UI tests without starting a full-blown workbench
Hi Mickael, > I suggest you look into SWT test cases (in eclipse.platform.swt Git > repo) for examples and see how this is handled. Good idea. Will do that. >> Next I tried setting up my...
View ArticleRe: [tycho-user] [WARNING] Target location type 'Directory' is not supported
My Targetplatfrom look likes above.On Fri, Aug 2, 2019 at 4:33 PM Christian Dietrich <christian.dietrich@xxxxxxxxx> wrote:again how does your target look like?...
View ArticleRe: [tycho-user] [WARNING] Target location type 'Directory' is not supported
that does not help if you dont show what you install. besides that you use neon. it might be that this buildship version is too new for that so you might try the 2.x or even an older on. Am 02.08.19...
View ArticleRe: [tycho-user] [WARNING] Target location type 'Directory' is not supported
so maybe https://download.eclipse.org/buildship/updates/e46/releases is what you are looking for Am 02.08.19 um 13:25 schrieb maragani.veeru: My Targetplatfrom look likes above. On Fri, Aug 2, 2019 at...
View Article[tycho-user] target definitions and dependency resolution
How does the list of installable units in a target definition location affect dependency resolution? Letâs say I have something like the following set of locations and units. <location...
View ArticleRe: [tycho-user] target definitions and dependency resolution
Does PDE resolve it differently?It could be that your TP also includes guava 21 as an transitive dependency and that further dep ressolution finds it's good enough for your build, if it doesn't specify...
View ArticleRe: [tycho-user] target definitions and dependency resolution
Thanks for responding Mickeal. Iâm not sure how PDE resolves it, sorry. Iâm sure you are right and dep resolution finds itâs good enough â also there is at least one component* that has...
View ArticleRe: [tycho-user] target definitions and dependency resolution
A target-platform defines the bundles that are available for dependency resolutions. Using "planner" mode would include transitive dependencies (so guava 21.0) while "slicer" mode allows to set...
View Article