Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Fwd: Re: [swtbot-dev] Impressions and questions from a first time user

Missed the list, seems replies go to individuals and not the list.

-- Ketan

-------- Original Message --------
Subject: Re: [swtbot-dev] Impressions and questions from a first time user
Date: Tue, 12 Jan 2010 12:59:05 -0800
From: Ketan Padegaonkar <ketanpadegaonkar@xxxxxxxxx>
To: Niklaus Giger <niklaus.giger@xxxxxxxxxxxxxx>

On 1/12/10 12:43 PM, Niklaus Giger wrote:
Hi Ketan
Nice to know. But why do I get cylcic dependencies?
/home/src/swtbot.svn/eclipse/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:106:
A cycle was detected when generating the classpath
org.eclipse.swtbot.junit4_x_2.0.0.467-dev-e35,
org.eclipse.swtbot.swt.finder.test_2.0.0.467-dev-e35,
org.eclipse.swtbot.junit4_x_2.0.0.467-dev-e35.

I've seen this happen at times with certain versions of eclipse. Seems
like a bug with certain versions of eclipse PDE build.

The build properties file I use on my mac is here:
https://gist.github.com/269940/5cff5747a1acdae3eacc8448222c093b2625e7b0
You'll need to tweak the platform params and the 'eclipse.sdk.archive'
property to suit your needs.

All build.developer.properties are checked in into source control in
org.eclipse.swtbot.releng/host-conf :) They are slightly outdated on the
version number bits, but the cruise server overrides the version number
bits for eclipse 3.5.

Here's a direct link to all the properties file, in case you need it:
http://dev.eclipse.org/svnroot/technology/org.eclipse.swtbot/trunk/org.eclipse.swtbot.releng/host-conf/

-- Ketan


Back to the top