Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] Moving build to Tycho

Le 08/11/2010 19:06, Ketan Padegaonkar a écrit :

On 11/8/10 10:22 PM, Mickael Istria wrote:
Ok, I could go ahead today, and I have a (technical) question:
Where can I find an org.junit [4.3,4.5) bundle? I couldn't find it on
Helios or Orbit repositories. Do anyone of you have an idea of where to
get it?

@Ketan, I imagine that you've kept this strict dependency because you
have some use-cases where you can only use org.junit [4.3,4.5). Then I
think you have this bundle available somewhere... Do you have a clue for me?
Or maybe you don't really need to keep compatibility with older junit
anymore, so that we could remove this dependency? ;)

Expect a more detailed, elaborate rant filled with profanity about maven based on real life usage over the past few years on more than a dozen projects :)

Ok, let's debate.
I think I'll split this thread in 2 parts: one in which one I'll ask for help while I progress on the build, and the other one in which one we could debate ;)


But to answer your question:

This is a dependency of the junit4_x plugin. Some of the internal API in junit 4.3 was declared an API somewhere in a later version.

JUnit 4.3 ships with eclipse 3.4. Junit 4.5 ships with eclipse 3.5. Junit 4.8 ships with eclipse 3.6.

As far as compatibility is concerned, SWTBot needs to be compatible with eclipse 3.4. There's more downloads for swtbot/3.4 than there is for swtbot/3.6.

I totally agree with keeping compatibility. My aim at the moment is to find an organization of bundles that would avoid the hack of MANIFEST templates according to Eclipse/JUnit version in build.
What is the technical constraint? CQ #3000 allows SWTBot to be coupled and shipped with JUnit 4.5. Let's take it from Orbit and put it on the update site and write code against JUnit 4.5. Then we are sure that anywhere SWTBot is installed, we have JUnit 4.5, and we don't have to keep some deprecated code, we can remove bundles and then the repository and the build are much easier to maintain.
Is there something wrong with this approach?


--

Mickael Istria
R&D Engineer

BonitaSoft - Open your processes
email : mickael.istria@xxxxxxxxxxxxxx

This message and any attachment (the "message") is intended solely for the addressees and is confidential. If you receive this message by mistake, please delete it and notify the sender immediately. Any use not in accordance with its purpose, any out-spread or disclosure, either as a whole or partially, is prohibited except with formal approval. Internet cannot guarantee the integrity of this message, therefore BonitaSoft will not be liable for the message if modified.


Back to the top