Jenkins build is back to normal : Creadur-Rat #293

2015-09-28 Thread Apache Jenkins Server
See

Re: [jira] [Commented] (RAT-163) Gradle Rat plugin

2015-09-28 Thread P. Ottlinger
Hi *, Am 28.09.2015 um 13:16 schrieb sebb: > However I wonder why we bundle the Ant plugin build in with Maven. > Ant and Maven are independent build systems. > An Ant-only shop is forced to use Maven to build RAT. > > We should probably split the project into a standalone core (CLI) and > then

Re: Build failed in Jenkins: Creadur-Rat #290 / RAT-208 / usage of changes.xml

2015-09-28 Thread sebb
On 28 September 2015 at 20:00, P. Ottlinger wrote: > Hi *, > > Am 28.09.2015 um 20:29 schrieb sebb: >> It can be used to create the changes list on the website as well as >> RELEASE_NOTES. >> >> It is how Commons does it. > > I'm in favour of the changes plugin as well, but

[jira] [Commented] (RAT-163) Gradle Rat plugin

2015-09-28 Thread Paul Merlin (JIRA)
[ https://issues.apache.org/jira/browse/RAT-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14933793#comment-14933793 ] Paul Merlin commented on RAT-163: - Ok, feel free to ditch the plugin from the creadur-rat repository. I'll

Re: Build failed in Jenkins: Creadur-Rat #290 / RAT-208

2015-09-28 Thread sebb
On 28 September 2015 at 15:23, Jochen Wiedmann wrote: > On Sun, Sep 27, 2015 at 7:56 PM, P. Ottlinger wrote: > >>> Added includesFile, excludesFile, includesFileCharacterset, and >>> excludesFileCharacterset parameters, >>> and support thereof.

[jira] [Commented] (RAT-163) Gradle Rat plugin

2015-09-28 Thread Philipp Ottlinger (JIRA)
[ https://issues.apache.org/jira/browse/RAT-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14933774#comment-14933774 ] Philipp Ottlinger commented on RAT-163: --- [~eskatos] thanks again for your contribution - if you could

[RAT] Changes plugin

2015-09-28 Thread sebb
I have updated RAT so that the changes plugin can be used to generate the release notes. The command to do this is: mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=0.11] (this is documented in changs.xml). The changes plugin only supports generating output from a single

Re: Build failed in Jenkins: Creadur-Rat #290 / RAT-208

2015-09-28 Thread Jochen Wiedmann
On Sun, Sep 27, 2015 at 7:56 PM, P. Ottlinger wrote: >> Added includesFile, excludesFile, includesFileCharacterset, and >> excludesFileCharacterset parameters, >> and support thereof. > > > Do we really need this parameter? I'd assume the exclude/include-File to > have

Re: [jira] [Commented] (RAT-163) Gradle Rat plugin

2015-09-28 Thread sebb
On 27 September 2015 at 19:03, P. Ottlinger wrote: > Hi fellow devs, > > maybe I'm still misunderstanding the problem, but shouldn't we thank > contributors instead of blaming them for our poor architecture and our > ancient usage of JDKs?! In what way is the architecture

Re: [jira] [Commented] (RAT-163) Gradle Rat plugin

2015-09-28 Thread Paul Merlin
Hi all, @Jochen: yes I can produce a patch to remove the gradle plugin from the creadur-rat repository, but IRRC it has been added as a single commit so it should be easy to remove/revert. The gradle plugin build fails with JDK<=6 because one of the dependency used to test the plugin has been