Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Team Development With Robolectric
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Justin  
View profile  
 More options Mar 5 2012, 7:00 pm
From: Justin <jmsconsult...@gmail.com>
Date: Mon, 5 Mar 2012 16:00:51 -0800 (PST)
Local: Mon, Mar 5 2012 7:00 pm
Subject: Team Development With Robolectric
Hey All,

Got Robolectric all set up in Eclipse and it works great, but I'm
having a tough time figuring out how to share a Robolectric test
project with a team via Git, or integrate it into a Jenkins CI
process. It was for this reason that I decided to ditch Robolectric in
favor of emulated tests at my last gig, but I'd really like to figure
out how to make it work.

Obviously there are a lot of configurable parts in Robolectric
(location of Android and Maps jars, the launch configuration, the
linking of the test folder between the main project and the test
project, etc...).

We're not using Maven, and have no interest in using Maven.

Any suggestions? I committed the Eclipse launch configuration file to
Git, but there are still dependencies on on the .jar file paths, and
the linked projects "test" folders are broken, because they too
require specific file paths. I haven't found any way to use
environment variables or anything for these things.

Can I use Ant to configure my launch configuration for both Eclipse
and Jenkins, even though we won't be using it to actually build our
APKs?

Thanks!

</Justin>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
markyt  
View profile  
 More options Oct 25 2012, 5:49 pm
From: markyt <m...@cabulous.com>
Date: Thu, 25 Oct 2012 14:49:04 -0700 (PDT)
Local: Thurs, Oct 25 2012 5:49 pm
Subject: Re: Team Development With Robolectric

Justin, did you ever get a reply? We are confronting the exact same
scenario. In particular, creating the Robolectric project as a Java project
means we have to add the Android jars manually, which results in the
non-relative path problem you also bumped up against.

Thanks
Mark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rick Kawala  
View profile  
 More options Oct 25 2012, 6:26 pm
From: Rick Kawala <r...@pivotallabs.com>
Date: Thu, 25 Oct 2012 15:26:12 -0700
Local: Thurs, Oct 25 2012 6:26 pm
Subject: Re: [robolectric] Re: Team Development With Robolectric

I've never tried doing this in Eclipse, but it's a cinch in IntelliJ
because I just download AndroidIntelliJStarter (
https://github.com/pivotal/AndroidIntelliJStarter) and I can start writing
Robolectric tests in the test tree. You might download it and figure out
how to configure Eclipse to use it.

Best,
Rick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gal Ben-Haim  
View profile  
 More options Nov 6 2012, 7:19 am
From: Gal Ben-Haim <gbenh...@gmail.com>
Date: Tue, 6 Nov 2012 04:19:27 -0800 (PST)
Local: Tues, Nov 6 2012 7:19 am
Subject: Re: Team Development With Robolectric

why not use Maven to configure your project and dependencies ?

there's a Maven plugin for Eclipse if you insist using it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »