How do I build my project with ANT when it depends on a non-library project with an Android library project dependency?

If your project has the Roboguice . Jar and the library project reference to ActionBarSherlock already configured you should be able to just drop it into your libs folder to have it automatically picked up.

Up vote 0 down vote favorite share g+ share fb share tw.

I'm trying to build my project using ANT. My project uses ActionbarSherlock, and Roboguice-Sherlock. ActionbarSherlock is an Android library project, but Roboguice-Sherlock is not.

It's not even an Android project at all. See here: github.com/rtyley/roboguice-sherlock I can get ActionbarSherlock to build using ANT no problem, the problem lies with Roboguice-Sherlock. It's not an Android project, yet it has dependencies on Android and ActionbarSherlock, as well as Roboguice.

When I try to build I get a ton of errors saying it can't find the Roboguice-Sherlock stuff. Android ant actionbarsherlock roboguice link|improve this question asked Apr 4 at 3:57Christopher Perry1,7871139 81% accept rate.

If your project has the Roboguice . Jar and the library project reference to ActionBarSherlock already configured you should be able to just drop it into your libs/ folder to have it automatically picked up. I am working with Roberto to ensure that the .

Jar of his project gets uploaded to GitHub for non-Maven users to use. For now, you can clone the project simply run mvn clean package to get a standalone . Jar in the target/ folder which will enable you to do as I described above.

Hmmm... I had added it roboguice-sherlock as a submodule in the hopes that I might pick up any bug fixes easily in the future. – Christopher Perry Apr 4 at 4:11 There is a maven task/script/thingy where you can grab the . Jar directly from Maven Central which will allow for easy upgrades.

You may want to use that then. (I think you just call Ivy) – Jake Wharton Apr 4 at 4:14.

You need to add robiguice-sherlock as a . Jar to your Android project. You can download it here (click Download (JAR)).

Trying to build the source in Android will fail because it is not an Android project. Once it is in your directory, you need to open project properties and add the . Jar to your build path.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions