Re: Felix framework build problem

2009-12-02 Thread Guo Du
On Wed, Dec 2, 2009 at 2:48 PM, Richard S. Hall wrote: > Is RAT still incubating? If so, we will probably stay on the other release > until then. There is a stable release from apache: http://repo1.maven.org/maven2/org/apache/rat/apache-rat-plugin/0.6/ We don't need to change unless it's been brok

Re: Felix framework build problem

2009-12-02 Thread Richard S. Hall
Is RAT still incubating? If so, we will probably stay on the other release until then. In the meantime, I explicitly mention the version, so it should work now. -> richard On 12/2/09 5:12, Guo Du wrote: On Tue, Dec 1, 2009 at 6:54 PM, Guo Du wrote: The 1.0-alpha-3 is latest version of r

Re: Felix framework build problem

2009-12-02 Thread Guo Du
On Tue, Dec 1, 2009 at 6:54 PM, Guo Du wrote: > The 1.0-alpha-3 is latest version of rat-maven-plugin which resolved > automatically. IN Nick's case, it was resolved to > 1.0-alpha-4-SNAPSHOT. We probably should always use fixed artifact version for plugin/dependencies instead of automatically res

Re: Felix framework build problem

2009-12-01 Thread Guo Du
On Tue, Dec 1, 2009 at 5:23 PM, Nick Wilson wrote: >        [INFO] snapshot > org.codehaus.mojo:rat-maven-plugin:1.0-alpha-4-SNAPSHOT: checkin >        g for updates from apache.snapshots >        from the specified remote repositories: >        apache.snapshots (http://repository.apache.org/snap

Re: Felix framework build problem

2009-12-01 Thread Richard S. Hall
4 To: users@felix.apache.org Subject: Re: Felix framework build problem I removed my local repo and rebuilt the framework and it built fine. Are you sure this is an issue? -> richard On 11/27/09 12:07, Nick Wilson wrote: I checked the framework out from SVN last night but couldn't b

RE: Felix framework build problem

2009-12-01 Thread Nick Wilson
t-maven-plugin The website for it also mentions that it has moved: http://mojo.codehaus.org/rat-maven-plugin/ Regards, Nick -Original Message- From: Richard S. Hall [mailto:he...@ungoverned.org] Sent: 01 December 2009 16:54 To: users@felix.apache.org Subject: Re: Felix framework build p

Re: Felix framework build problem

2009-12-01 Thread Richard S. Hall
I removed my local repo and rebuilt the framework and it built fine. Are you sure this is an issue? -> richard On 11/27/09 12:07, Nick Wilson wrote: I checked the framework out from SVN last night but couldn't build it as the RAT maven plugin has been moved. I think the pom file needs changing

Felix framework build problem

2009-11-27 Thread Nick Wilson
I checked the framework out from SVN last night but couldn't build it as the RAT maven plugin has been moved. I think the pom file needs changing from: ... org.codehaus.mojo rat-maven-plugin ... to ... org.apache.rat apach