Re: [android-developers] What to check into source control?

2011-01-18 Thread Mattias Svala
Ah, that's correct. The bin/ folder is a mistake in my example, I did not check that in. So it you check in every thing apart from bin/ and gen/, how do you get the project to build cleanly right after it is imported into Eclipse? :.:: mattias -- You received this message because you are

Re: [android-developers] What to check into source control?

2011-01-18 Thread Kostya Vasilyev
Project - Clean, sometimes a few times, eventualy works. I also have .metadata in my ignore list. -- Kostya 2011/1/18 Mattias Svala thebra...@gmail.com Ah, that's correct. The bin/ folder is a mistake in my example, I did not check that in. So it you check in every thing apart from bin/

Re: [android-developers] What to check into source control?

2011-01-18 Thread Mattias Svala
On Tuesday, January 18, 2011 9:09:47 AM UTC+1, Kostya Vasilyev wrote: Project - Clean, sometimes a few times, eventualy works. If that is the best we can do, then I think the build system is a bit broken. Anyone else have other tricks? :.:: mattias I also have .metadata in my ignore

Re: [android-developers] What to check into source control?

2011-01-18 Thread Marcin Orlowski
On 18 January 2011 09:26, Mattias Svala thebra...@gmail.com wrote: If that is the best we can do, then I think the build system is a bit broken. Anyone else have other tricks? The only thing that is permanently broken on clean checkouts here is gen folder. It's sometimes missing while Eclipse

Re: [android-developers] What to check into source control?

2011-01-18 Thread Mattias Svala
On Tuesday, January 18, 2011 9:46:20 AM UTC+1, Webnet Android wrote: On 18 January 2011 09:26, Mattias Svala theb...@gmail.com wrote: If that is the best we can do, then I think the build system is a bit broken. Anyone else have other tricks? The only thing that is permanently broken on

Re: [android-developers] What to check into source control?

2011-01-18 Thread TreKing
On Tue, Jan 18, 2011 at 3:37 AM, Mattias Svala thebra...@gmail.com wrote: I see what you are saying. Just trying to stir the nest to see if some other interesting solution pops up. :-) Honestly, how frequently are you importing your project that this is such a problem?

Re: [android-developers] What to check into source control?

2011-01-18 Thread Mattias Svala
On Tuesday, January 18, 2011 2:33:53 PM UTC+1, TreKing wrote: On Tue, Jan 18, 2011 at 3:37 AM, Mattias Svala theb...@gmail.com wrote: I see what you are saying. Just trying to stir the nest to see if some other interesting solution pops up. :-) Honestly, how frequently are you importing

Re: [android-developers] What to check into source control?

2011-01-18 Thread Greg Donald
On Tue, Jan 18, 2011 at 7:47 AM, Mattias Svala thebra...@gmail.com wrote: The point is that I want it to be as easy as possible to download my project and start hacking on it. If you have to know about all these quirks of Eclipse, that is an unnecessary hurdle for someone new to Android

Re: [android-developers] What to check into source control?

2011-01-18 Thread TreKing
On Tue, Jan 18, 2011 at 7:47 AM, Mattias Svala thebra...@gmail.com wrote: The point is that I want it to be as easy as possible to download my project and start hacking on it. Oh, you're distributing your project for others to work on? In this case, I hope you have detailed, step-by-step

Re: [android-developers] What to check into source control?

2011-01-18 Thread Mattias Svala
On Tuesday, January 18, 2011 3:16:42 PM UTC+1, TreKing wrote: On Tue, Jan 18, 2011 at 7:47 AM, Mattias Svala theb...@gmail.com wrote: The point is that I want it to be as easy as possible to download my project and start hacking on it. Oh, you're distributing your project for others to

[android-developers] What to check into source control?

2011-01-17 Thread Mattias Svala
Hello! I have a question about what parts of an Eclipse Android project to check into source control. This is what i checked in, thinking that the gen/ folder would not be needed since the contents of it is generated as part of the build process. SimpleNotes/ |-- AndroidManifest.xml |-- bin

Re: [android-developers] What to check into source control?

2011-01-17 Thread Marcin Orlowski
On 18 January 2011 08:41, Mattias Svala thebra...@gmail.com wrote: I have a question about what parts of an Eclipse Android project to check into source control. All besides bin/ and gen/ -- You received this message because you are subscribed to the Google Groups Android Developers group.