You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by Dennis Lundberg <de...@apache.org> on 2014/08/15 10:47:24 UTC

Re: svn commit: r1618110 - /creadur/rat/trunk/apache-rat-plugin/pom.xml

Thanks for fixing that Phil, I missed that!

I think we should eat our own dogfood and move the apache-rat:check
execution out of the "rat" profile, so that it always runs for every
build. It doesn't take that much time. What do you think?

On Fri, Aug 15, 2014 at 9:15 AM,  <po...@apache.org> wrote:
> Author: pottlinger
> Date: Fri Aug 15 07:15:10 2014
> New Revision: 1618110
>
> URL: http://svn.apache.org/r1618110
> Log:
> Adapting new test file locations to fix build failures due to wrong paths in RAT-exclusions.
>
> Modified:
>     creadur/rat/trunk/apache-rat-plugin/pom.xml
>
> Modified: creadur/rat/trunk/apache-rat-plugin/pom.xml
> URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/pom.xml?rev=1618110&r1=1618109&r2=1618110&view=diff
> ==============================================================================
> --- creadur/rat/trunk/apache-rat-plugin/pom.xml (original)
> +++ creadur/rat/trunk/apache-rat-plugin/pom.xml Fri Aug 15 07:15:10 2014
> @@ -126,9 +126,9 @@
>              <configuration>
>                <excludes>
>                  <!-- These files does not have license headers because they are used to test license headers -->
> -                <exclude>src/test/invoker/it1/src.apt</exclude>
> -                <exclude>src/test/it2/src.txt</exclude>
> -                <exclude>src/test/it3/src.apt</exclude>
> +                <exclude>src/it/it1/src.apt</exclude>
> +                <exclude>src/test/resources/unit/it2/src.txt</exclude>
> +                <exclude>src/test/resources/unit/it3/src.apt</exclude>
>                </excludes>
>              </configuration>
>              <executions>
>
>



-- 
Dennis Lundberg

Re: svn commit: r1618110 - /creadur/rat/trunk/apache-rat-plugin/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
On Fri, Aug 15, 2014 at 10:50 AM, P. Ottlinger <po...@aiki-it.de> wrote:
> Hi,
>
>
> On 2014-08-15 10:47, Dennis Lundberg wrote:
>>
>> Thanks for fixing that Phil, I missed that!
>>
>> I think we should eat our own dogfood and move the apache-rat:check
>> execution out of the "rat" profile, so that it always runs for every
>> build. It doesn't take that much time. What do you think?
>
>
> Seems fine with me.
>
> I tried to restart the Jenkins jobs (I don't understand how to do that with
> buildbot), but all build failures seem to be infrastructure-related (SVN
> problems, deploy problems due to proxy errors).

There is probably nothing we can do about that, other than reporting
it to builds@a.o.

> JENKINS
> Does anyone know how I can get more rights in Jenkins? Or do I need to file
> an INFRA-ticket in order to create new builds?

I suggest you create a BUILDS-ticket in JIRA to get more rights.
I have rights to create new jobs in Jenkins. Let me know if I can help.

> Thanks,
> Phil



-- 
Dennis Lundberg

Re: svn commit: r1618110 - /creadur/rat/trunk/apache-rat-plugin/pom.xml

Posted by "P. Ottlinger" <po...@aiki-it.de>.
Hi,

On 2014-08-15 10:47, Dennis Lundberg wrote:
> Thanks for fixing that Phil, I missed that!
> 
> I think we should eat our own dogfood and move the apache-rat:check
> execution out of the "rat" profile, so that it always runs for every
> build. It doesn't take that much time. What do you think?

Seems fine with me.

I tried to restart the Jenkins jobs (I don't understand how to do that 
with buildbot), but all build failures seem to be infrastructure-related 
(SVN problems, deploy problems due to proxy errors).

JENKINS
Does anyone know how I can get more rights in Jenkins? Or do I need to 
file an INFRA-ticket in order to create new builds?


Thanks,
Phil