Re: Modularization

2014-04-30 Thread Peter
- Original message - > On 30-04-14 02:02, Dennis Reedy wrote: > > > A this point I'm soliciting opinions and thoughts. Note that using > > Gradle is certainly an option here, the breakout into multi-modules is > > not tied to Maven, it's based on accepted conventions. I chose Maven > > bec

Re: Modularization

2014-04-30 Thread Dennis Reedy
You can certainly use the approach in qa_refactor. I did make 2 changes to the code to make the approach work: 1. Moved com.sun.jini.landlord.LeasedResource into jsk-dl.jar. This was done to accomodate outrigger-dl.jar's reliance on com.sun.jini.landlord.LeasedResource from com.sun.jini.outrigger.

Re: Decision process for a Modular build tool

2014-04-30 Thread Peter
Thanks for the tip. Cheers, Peter. - Original message - > > On Apr 23, 2014, at 8:01 AM, Peter wrote: > > > - Original message - > > > > > > On Apr 22, 2014, at 7:47 PM, Peter Firmstone > > > wrote: > > > > > > > > > > > > > > > From: Peter Firmstone > > > > Subject: Dec

Re: Decision process for a Modular build tool

2014-04-30 Thread Gregg Wonderly
On Apr 23, 2014, at 8:01 AM, Peter wrote: > - Original message - >> >> On Apr 22, 2014, at 7:47 PM, Peter Firmstone >> wrote: >> >>> >>> >>> From: Peter Firmstone >>> Subject: Decision process for a Modular build tool >>> Date: April 22, 2014 at 7:40:29 PM EDT >>> To: d...@apache.r

Re: Modularization

2014-04-30 Thread Simon IJskes - QCG
On 30-04-14 20:57, Simon IJskes - QCG wrote: On 30-04-14 02:02, Dennis Reedy wrote: Any change we can re-apply your effort on trunk while maintaining subversion history? i.e. 'svn mv' commands? if so, we can adjust the ant script to maintain compatibility (as an intermediate step). Gr. Si

Re: Modularization

2014-04-30 Thread Simon IJskes - QCG
On 30-04-14 02:02, Dennis Reedy wrote: A this point I'm soliciting opinions and thoughts. Note that using Gradle is certainly an option here, the breakout into multi-modules is not tied to Maven, it's based on accepted conventions. I chose Maven because it was the quickest (for me) to get going.