[android-beginners] Eclipse is building all projects

2010-01-21 Thread Rob Shepherd
Hi Android Beginners, I have a strange problem. When I generate android projects in Eclipse and run them as Android Application the IDE first attempts to build all my other projects (Which is a considerable number and unnecessary). I have many other types of Projects: groovy, maven, ant, plain

Re: [android-beginners] Eclipse is building all projects

2010-01-21 Thread Xavier Ducrohet
In the Eclipse prefs, there's an option called Build (if required) before launching. It's located under Run/Debug Launching. If true, our custom delegate will indeed reply true, but it's surprising that Eclipse doesn't only build the project being launched (and dependencies). Making the

Re: [android-beginners] Eclipse is building all projects

2010-01-21 Thread Xavier Ducrohet
Actually the doc says this query is for whether there should be an incremental build on the *workspace*. We should probably change it to return false then. Xav On Thu, Jan 21, 2010 at 1:18 PM, Xavier Ducrohet x...@android.com wrote: In the Eclipse prefs, there's an option called Build (if