Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] Good First Bug

Hi Rohit,

 

The problem is:

“!MESSAGE Missing required bundle org.hamcrest.core.source_1.1.0.”

 

Thus I would remove the mentioned bundle from MANIFEST.MF.

 

As a general rule, you will not need source plugins in your projects, they are just if you need to look up the source while developing.

 

Kind Regards,

Alex

 

From: swtbot-dev-bounces@xxxxxxxxxxx [mailto:swtbot-dev-bounces@xxxxxxxxxxx] On Behalf Of #ROHIT AGRAWAL#
Sent: 15 April, 2013 9:02 AM
To: SWTBot developers list
Subject: Re: [swtbot-dev] Good First Bug

 

Hi ,

 

Any help on below please?

 

Hi,

 

I tried to develop a SWTBotTest (attached) after seeing a introductory video (http://download.eclipse.org/technology/swtbot/docs/videos/beginners/SWTBotGettingStartedIn5Minutes/ ) on SWTBot wiki page. I ran into some errors , which I think are mostly due to dependencies. The video added a dependency called org.hamcrest to the JUnit test plugin. However, for me the plugin doesn’t get listed. So I added the rest of the 4 hamcrest plugins :

 

org.hamcrest.core.source;bundle-version="1.1.0",

org.hamcrest.integration;bundle-version="1.1.0",

org.hamcrest.library;bundle-version="1.1.0",

org.hamcrest.text;bundle-version="1.1.0"

 

However, when I run the test it shows errors related to constraint resolution . I have attached the console output in the email as well.

 

Any tips on how to resolve this?

 

Thanks,

Rohit

 

From: swtbot-dev-bounces@xxxxxxxxxxx [mailto:swtbot-dev-bounces@xxxxxxxxxxx] On Behalf Of Mickael Istria
Sent: Thursday, April 11, 2013 11:26 PM
To: swtbot-dev@xxxxxxxxxxx
Subject: Re: [swtbot-dev] Good First Bug

 

On 04/11/2013 05:07 PM, #ROHIT AGRAWAL# wrote:

Hi,

Hi,

Is there any easy bug recommended for newbies that you could assign to me so I could get a better understanding of  the project?

I don't have an immediate idea. Here is the full list of open bugs/requests: https://bugs.eclipse.org/bugs/buglist.cgi?list_id=5073778&classification=Technology&query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=SWTBot
Are you already an SWTBot user? If not, I'd recommend that you first start by creating a small project that uses SWTBot. Then, when you've succeeded to write some UI scenarios with SWTBot API, you can have a look at the list and choose one that you think is easy enough and provide some value. And if you have some other idea of improvement, feel free to open new bugs.

Cheers,

--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets


Back to the top