This is not the tool itself but the Gradle build GUI showing the tool itself. Because the gradle build lifecycle is tdd based we get that as a foundation and I am just integrating some tools on top of the gradle android plugin such as code analysis tools robolectric, etc. How much dev time are [...]
Posts Tagged ‘Build Management’
Android TDD Build Tool
Posted: January 14, 2011 in Android, JavaTags: Behavior Driven Development, Build Management, Emulator, Java, Test-driven development, Unit testing
The Philosophy of AndCooperANT
Posted: September 27, 2010 in AndCooper, AndroidTags: Build automation, Build Management, Continuous integration, Integrated development environment, Java
If you visit most android developer forums you find android developers from all areas of development. Some are web developers, some are MS.NET developers, some are java developers, some are JavaEE developers, some are CS students, etc. Among those many groups there is not a common thread of using a continuous integration build server. With [...]
Eclipse and Android NDK
Posted: September 25, 2010 in Android, EclipseTags: Android, Build Management, C++, Eclipse, Linux
So I am on the last part of the AndCooperANT journey of adding Android NDK support that set of android application build scripts. So I am using Eclipse 3.5 and Android NDK r4b and need to set up a sample project to test my build scripts. Here is how I accomplish that so that I [...]
Android App Build number
Posted: February 1, 2010 in AndroidTags: Add new tag, ANT, Build Management
Okay, detiails tonight as far as what ant tasks details to use. But here are the steps: 1. use xpath to read in Andorid.manifest vaules 2 Use propertyfile task to set new build number in a property file 3 read that value and use ReplaceRegEx to change it in the andorid.manifest. If you want you [...]
Android and Google GWT
Posted: September 26, 2009 in AndCooper, Android, Java, MobileTags: Build Management, Google Web Toolkit
Now I have an integration decision with AndCooper Android Java Application ANT based build tool. With the webview web code suport in the build tool my diea was at some point to swtitch to Goolge GWT compiler support and keep the non GWT web tooling support there for those who wil not use Google GWT. [...]
Build Numbers in Android Applications
Posted: September 23, 2009 in Android, Java, MobileTags: Android, Apache Ant, Build Management
When working with new innovative technologies you often have to take apart old tools and gleu them back in new ways to deal with new issues. If you have worked in JavaMe(j2ME) before you might have used something like JReleaseInfo to adjust and collate different manifest items to add to the manifest before you jar’d [...]
AndCooper and Hudson Integration
Posted: June 18, 2009 in AndCooper, Android, Java, MobileTags: Android, Build Management, Continuous integration, Hudson CI
Image via Wikipedia First, thanks to my blog comment posters. Yes, I can see why the desire to run AndCooper in Hudson Continuous Integration Server as its easy to set up and get started. While we do not have Hudson plugins for JSLint, Jdepend, Classycle, JCSC, DocCheck, and etc I can set up AndCooper specific [...]
AndCooper Reports Refactoring
Posted: June 18, 2009 in AndCooper, Android, MobileTags: Build Management, Continuous integration, Open source
I am in the final phases of refactoring the reports look for AndCooper and the 0.1 release of AndCooper should be shortly. Looks like this before the final adjustments such as company logo, reports.css, and etc: Plus, the reports should have a similar look to them to guide the developer as easy to read analysis [...]
AndCooper Build Tool Details
Posted: June 16, 2009 in AndCooper, Android, Java, MobileTags: Build automation, Build Management, Build Manager Tools, Continuous integration, Java, Programming, Server, Unit testing
Image via CrunchBase While I adjust the code reportts to display information in the Android Application Development Context such as Classycle: I better explain how AndCooper fits into things. AndCooper, although it can be used as a mini-continuous integration server, is not a CI server itself. Its just a build tool with a lot of [...]
AndCooper ReportWriter Code
Posted: June 11, 2009 in AndCooper, Android, Java, MobileTags: Agile, Android, ANT, Build Management, Build Manager Tools, Continuous integration, Mobile, Programming, XML
I am now on the Report Writer code portion of AndCooper development. On one hand I could easily state that it should be in groovy and a separate project. The problem is that fragments it in certain ways that I do not like. If I choose to embedd the groovy code in the ANT script [...]


