Dennis
--
You received this message because you are subscribed to the Google Groups "Rio Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rio-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 08/27/2014 02:47 AM, Jeff Ramsdale wrote:I think you should consider tooling versus just being able to build the examples. Can one quickly open each in an IDE? I haven't tried such a setup in the various IDEs to know myself how they all behave. I think from the code perspective the duplication will be mostly copy and paste if you have to duplicate, so that would be a pretty lightweight problem.
I'd just overlay the Gradle and Maven examples and not have duplication.
I would say Gradle has more than a growing fanbase. It is "the" Android build system; you'll use it going forward to make new Android projects. With Pivotal backing Groovy and promoting and using Gradle too, that is going to keep growing.Gradle has a growing fanbase and might be worth supporting.
Wade
--
=================
Wade Chandler
Software Engineer and Consultant
NetBeans Contributor
NetBeans Dream Team Member
wadechandler.com
netbeans.org
--
You received this message because you are subscribed to the Google Groups "Rio Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rio-users+unsubscribe@googlegroups.com.
On Wed, Aug 27, 2014 at 4:31 AM, Wade Chandler <con...@wadechandler.com> wrote:On 08/27/2014 02:47 AM, Jeff Ramsdale wrote:I think you should consider tooling versus just being able to build the examples. Can one quickly open each in an IDE? I haven't tried such a setup in the various IDEs to know myself how they all behave. I think from the code perspective the duplication will be mostly copy and paste if you have to duplicate, so that would be a pretty lightweight problem.I'd just overlay the Gradle and Maven examples and not have duplication.Agreed--I think the IDE experience is important.
Also, when you point a particular IDE at a mixed examples directory, it's also going to confuse the heck out of the IDE. Is it a Gradle project? Or is it a Maven project? Might be cleaner if examples were broken out.
Also, when you point a particular IDE at a mixed examples directory, it's also going to confuse the heck out of the IDE. Is it a Gradle project? Or is it a Maven project? Might be cleaner if examples were broken out.