[android-developers] Finding ant_rules_r3.xml?

2011-03-30 Thread Danny D
Hi, I'm working on a continuous integration system (Hudson) and I'm trying to debug some existing build configurations. I'm looking for the ant_rules_r3.xml file that's described in a number of posts and trying to determine how it's configured. I'm not finding these in any of the android-sdk

Re: [android-developers] Finding ant_rules_r3.xml?

2011-03-30 Thread Mark Murphy
On Tue, Mar 29, 2011 at 3:55 PM, Danny D daniel.m.dev...@gmail.com wrote: Is there supposed to be an ant_rules_r3.xml file included in the android-sdk package? The filename may have changed, since the filenames are internal to the build tools and are not part of the SDK. Similarly, the rules

Re: [android-developers] Finding ant_rules_r3.xml?

2011-03-30 Thread Xavier Ducrohet
As Mark said, the files have moved and were renamed. ant_rules_r#.xml used to be in the platform folder, but they are now in the tools folder under ant/ This is because we can now have a single rule file to compile against any platform. The custom Ant task setup (com.android.ant.SetupTask)