Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] [soc-dev] Added SWTBot GSoC proposal

Hi Mickael,

 

I installed Apache maven and the m2e plugin for eclipse after which I issued the command mvn clean verify from the Git BASH. However, in the end I got the following errors (attached). Can you please help me around this?

 

Thanks,

Rohit

 

From: swtbot-dev-bounces@xxxxxxxxxxx [mailto:swtbot-dev-bounces@xxxxxxxxxxx] On Behalf Of Mickael Istria
Sent: Thursday, April 4, 2013 2:40 PM
To: swtbot-dev@xxxxxxxxxxx
Subject: Re: [swtbot-dev] [soc-dev] Added SWTBot GSoC proposal

 

On 04/03/2013 09:03 PM, #ROHIT AGRAWAL# wrote:

Hi Mickael,

Hi Rohit


 I cloned the git repository for SWTBot today, however from the documentation I couldn’t understand the following step :

1.      First Get the sources, as explained a few lines above.

2.      then mvn clean verify

3.      That's all!

NOTE: default build performs against Eclipse Indigo. You can test and build against Juno instead by activatin the "juno" profile: mvn clean install -P juno

I am using the Juno version and I have set the target platform as Juno. My doubt is that where do we have to run the mvn commands?


I personally use command-line to run builds, and once the Git repo is cloned, you have to run "mvn clean verify" from the source repository you just fetched.
If you prefer to be able to achieve that from IDE, you can install m2e plugin which installs the Maven launchers in IDE.


Also, I digged around a little but couldn’t figure out how to set Jgit to pedantic mode.

I think you mean JDT. There is no actual "pedantic" mode. I updated the Contributing page to make it clearer what I call "pedantic" http://wiki.eclipse.org/SWTBot/Contributing#Recommended_Eclipse_plugins

HTH

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

Attachment: error.JPG
Description: error.JPG


Back to the top