The Artima Developer Community
Sponsored Link

Java Buzz Forum
GWSAntDroid Progress

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Fred Grott

Posts: 105
Nickname: sharemefg
Registered: Nov, 2005

Fred Grott is an android developer producing prototype applications for Chicago start-ups
GWSAntDroid Progress Posted: Aug 30, 2012 12:53 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: GWSAntDroid Progress
Feed Title: GrottWorkShop
Feed URL: http://shareme.github.io/atom.xml
Feed Description: Android development with a passion for Android, Java, and Agile.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From GrottWorkShop

Advertisement

Made some progress on the GWSAntDroid build system. Most of the stuff is in place such as codeqa targets, build logic, ndkbuild feature, js/css obfuscation on product release for those projects that have a web component.

The next steps are finish the doclava templates, do some test project build types to verify feature operations and than wire up the javamonkey feature set.

Things Learned Thus Far

Its very hard to have one aspect of a build system relying upon a SDK install as the library jar dependency system. It results in a lot more build logic and build boilerplate code. I wish Google would just pick up the IVY ant task and submit the artifacts to the Maven2 Central.

Its easier to create new internal targets for added things like codeqa than to rely upon the pre and post targets that Google gave us. Why? Most IDEs have ANT target view outlines so its easier for every one to use that outline to go to a target to change rather than a huge post compile or pre build target.

Read: GWSAntDroid Progress

Topic: Java PaaS Cloud Platform Comparison Previous Topic   Next Topic Topic: Java memes which refuse to die

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use