Return-Path: Delivered-To: apmail-incubator-river-dev-archive@minotaur.apache.org Received: (qmail 564 invoked from network); 20 Jan 2011 23:04:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2011 23:04:10 -0000 Received: (qmail 35832 invoked by uid 500); 20 Jan 2011 23:04:10 -0000 Delivered-To: apmail-incubator-river-dev-archive@incubator.apache.org Received: (qmail 35789 invoked by uid 500); 20 Jan 2011 23:04:09 -0000 Mailing-List: contact river-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-dev@incubator.apache.org Received: (qmail 35781 invoked by uid 99); 20 Jan 2011 23:04:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jan 2011 23:04:09 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [61.9.168.143] (HELO nskntmtas03p.mx.bigpond.com) (61.9.168.143) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jan 2011 23:04:01 +0000 Received: from nskntotgx03p.mx.bigpond.com ([61.9.223.241]) by nskntmtas03p.mx.bigpond.com with ESMTP id <20110120230338.ETFH24865.nskntmtas03p.mx.bigpond.com@nskntotgx03p.mx.bigpond.com> for ; Thu, 20 Jan 2011 23:03:38 +0000 Received: from [10.1.1.2] (really [61.9.223.241]) by nskntotgx03p.mx.bigpond.com with ESMTP id <20110120230337.NYVA13584.nskntotgx03p.mx.bigpond.com@[10.1.1.2]> for ; Thu, 20 Jan 2011 23:03:37 +0000 Message-ID: <4D38BDD4.2030806@zeus.net.au> Date: Fri, 21 Jan 2011 08:57:24 +1000 From: Peter Firmstone User-Agent: Thunderbird 2.0.0.14 (X11/20080531) MIME-Version: 1.0 To: river-dev@incubator.apache.org Subject: Re: [jira] Commented: (RIVER-300) introduce maven to the river build process References: <27934067.92021295560846202.JavaMail.jira@thor> In-Reply-To: <27934067.92021295560846202.JavaMail.jira@thor> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150203.4D38BF4A.001A,ss=1,fgs=0 Well sort of, river-dl also contains a lot of implementation and utility classes, I was hoping to segregate as much of the api from implementation as possible, in order to make the core platform more maintainable. I'll make a list of Service API classes so you can see what I mean. Cheers, Peter. Dennis Reedy (JIRA) wrote: > [ https://issues.apache.org/jira/browse/RIVER-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984429#action_12984429 ] > > Dennis Reedy commented on RIVER-300: > ------------------------------------ > > Peter, > > (Side note: this format is getting hard to reference previous comments). > > >> When you say the public API of services; interfaces and classes common to clients, services and proxy's These would be > the platform services in this case. >> > > I think this is the current jsk-lib.jar (and inclusively jsk-dl.jar). > > I think I see where you are going (still not sure), but perhaps this may help: > > The jsk-dl.jar (in this work effort river-dl) could really be re-named river-api (or river-client). These are the classes a client requires to use services. > > I dont think we need both river-dl and river-api (or river-client), they serve both the same purposes. > > The river-lib (depends on river-dl(or river-api/river-client pick one), gets those classes naturally through its dependency resolution and classpath. > > The change here is that river-api must be in the classpath of river-lib, it is no longer optional (as jsk-dl.jar was optioal in the classpath of jsk-lib.jar) > > >> introduce maven to the river build process >> ------------------------------------------ >> >> Key: RIVER-300 >> URL: https://issues.apache.org/jira/browse/RIVER-300 >> Project: River >> Issue Type: Improvement >> Components: build >> Reporter: Jools Enticknap >> Attachments: apache-river-gradle.zip, apache-river-maven.zip, river-modularization-overview.odt, river-modularization-overview.pdf >> >> >> Currently the river build using ant, but it's a custom build process and has many hang overs from the original make build. >> Given that the project has no 3rd party dependencies, it would be very easy to break the code up into modules. >> Please feel free to add to this JIRA if you have any opinions on how the maven repository should be setup. >> > >