You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Deepak Dixit <de...@hotwaxsystems.com> on 2017/10/30 06:21:16 UTC

Re: svn commit: r1813668 - /ofbiz/ofbiz-framework/trunk/rat-excludes.txt

Hi Jacques,

I think ** is not valid,
I am getting following exception:

java.util.regex.PatternSyntaxException: Dangling meta character '*' near
index 0

**/*.md

^

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Sun, Oct 29, 2017 at 1:16 PM, <jl...@apache.org> wrote:

> Author: jleroux
> Date: Sun Oct 29 07:46:41 2017
> New Revision: 1813668
>
> URL: http://svn.apache.org/viewvc?rev=1813668&view=rev
> Log:
> No functional change, most should be done now, the rest needs to be checked
>
> Modified:
>     ofbiz/ofbiz-framework/trunk/rat-excludes.txt
>
> Modified: ofbiz/ofbiz-framework/trunk/rat-excludes.txt
> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/
> rat-excludes.txt?rev=1813668&r1=1813667&r2=1813668&view=diff
> ============================================================
> ==================
> --- ofbiz/ofbiz-framework/trunk/rat-excludes.txt (original)
> +++ ofbiz/ofbiz-framework/trunk/rat-excludes.txt Sun Oct 29 07:46:41 2017
> @@ -34,9 +34,17 @@
>  #  The following files are excluded:
>
>  OPTIONAL_LIBRARIES
> +README.md
> +
>  .*gitignore
>  .*hgignore
> -.*md
> -.*project
> +**/*.md
>
> -**/docbook/**
> \ No newline at end of file
> +**/docbook/**
> +**/applications/content/dtd/**
> +**/ping.txt
> +**/.project
> +**/plugins/solr/home/solrdefault/**
> +**/themes/common/webapp/common/js/jquery/**
> +**/themes/rainbowstone/webapp/rainbowstone/flags/**
> +**/themes/rainbowstone/webapp/rainbowstone/images/**
>
>
>

Re: svn commit: r1813668 - /ofbiz/ofbiz-framework/trunk/rat-excludes.txt

Posted by Deepak Dixit <de...@hotwaxsystems.com>.
Strange.. I'll explore why its not working at my end..

Thanks Jacques.

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Mon, Oct 30, 2017 at 1:59 PM, Jacques Le Roux <
jacques.le.roux@les7arts.com> wrote:

> Hi Deepak,
>
> Actually it works on Buildbot at least, as you can see:
>
> https://ci.apache.org/projects/ofbiz/rat-output.html
>
> BTW All, we now need to check if the "SIL Open Font License", for the font
> in RainbowStone, has been correctly handled:
> http://www.apache.org/legal/resolved.html
>
> Thanks
>
> Jacques
>
>
>
> Le 30/10/2017 à 07:21, Deepak Dixit a écrit :
>
>> Hi Jacques,
>>
>> I think ** is not valid,
>> I am getting following exception:
>>
>> java.util.regex.PatternSyntaxException: Dangling meta character '*' near
>> index 0
>>
>> **/*.md
>>
>> ^
>>
>> Thanks & Regards
>> --
>> Deepak Dixit
>> www.hotwaxsystems.com
>> www.hotwax.co
>>
>> On Sun, Oct 29, 2017 at 1:16 PM, <jl...@apache.org> wrote:
>>
>> Author: jleroux
>>> Date: Sun Oct 29 07:46:41 2017
>>> New Revision: 1813668
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1813668&view=rev
>>> Log:
>>> No functional change, most should be done now, the rest needs to be
>>> checked
>>>
>>> Modified:
>>>      ofbiz/ofbiz-framework/trunk/rat-excludes.txt
>>>
>>> Modified: ofbiz/ofbiz-framework/trunk/rat-excludes.txt
>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/
>>> rat-excludes.txt?rev=1813668&r1=1813667&r2=1813668&view=diff
>>> ============================================================
>>> ==================
>>> --- ofbiz/ofbiz-framework/trunk/rat-excludes.txt (original)
>>> +++ ofbiz/ofbiz-framework/trunk/rat-excludes.txt Sun Oct 29 07:46:41
>>> 2017
>>> @@ -34,9 +34,17 @@
>>>   #  The following files are excluded:
>>>
>>>   OPTIONAL_LIBRARIES
>>> +README.md
>>> +
>>>   .*gitignore
>>>   .*hgignore
>>> -.*md
>>> -.*project
>>> +**/*.md
>>>
>>> -**/docbook/**
>>> \ No newline at end of file
>>> +**/docbook/**
>>> +**/applications/content/dtd/**
>>> +**/ping.txt
>>> +**/.project
>>> +**/plugins/solr/home/solrdefault/**
>>> +**/themes/common/webapp/common/js/jquery/**
>>> +**/themes/rainbowstone/webapp/rainbowstone/flags/**
>>> +**/themes/rainbowstone/webapp/rainbowstone/images/**
>>>
>>>
>>>
>>>
>

Re: svn commit: r1813668 - /ofbiz/ofbiz-framework/trunk/rat-excludes.txt

Posted by Jacques Le Roux <ja...@les7arts.com>.
Le 30/10/2017 à 09:29, Jacques Le Roux a écrit :
>
> BTW All, we now need to check if the "SIL Open Font License", for the font in RainbowStone, has been correctly handled: 
> http://www.apache.org/legal/resolved.html
>
> Thanks
>
> Jacques 
Done at r1815412 please check

Jacques


Re: svn commit: r1813668 - /ofbiz/ofbiz-framework/trunk/rat-excludes.txt

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Deepak,

Actually it works on Buildbot at least, as you can see:

https://ci.apache.org/projects/ofbiz/rat-output.html

BTW All, we now need to check if the "SIL Open Font License", for the font in RainbowStone, has been correctly handled: 
http://www.apache.org/legal/resolved.html

Thanks

Jacques


Le 30/10/2017 à 07:21, Deepak Dixit a écrit :
> Hi Jacques,
>
> I think ** is not valid,
> I am getting following exception:
>
> java.util.regex.PatternSyntaxException: Dangling meta character '*' near
> index 0
>
> **/*.md
>
> ^
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
> www.hotwax.co
>
> On Sun, Oct 29, 2017 at 1:16 PM, <jl...@apache.org> wrote:
>
>> Author: jleroux
>> Date: Sun Oct 29 07:46:41 2017
>> New Revision: 1813668
>>
>> URL: http://svn.apache.org/viewvc?rev=1813668&view=rev
>> Log:
>> No functional change, most should be done now, the rest needs to be checked
>>
>> Modified:
>>      ofbiz/ofbiz-framework/trunk/rat-excludes.txt
>>
>> Modified: ofbiz/ofbiz-framework/trunk/rat-excludes.txt
>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/
>> rat-excludes.txt?rev=1813668&r1=1813667&r2=1813668&view=diff
>> ============================================================
>> ==================
>> --- ofbiz/ofbiz-framework/trunk/rat-excludes.txt (original)
>> +++ ofbiz/ofbiz-framework/trunk/rat-excludes.txt Sun Oct 29 07:46:41 2017
>> @@ -34,9 +34,17 @@
>>   #  The following files are excluded:
>>
>>   OPTIONAL_LIBRARIES
>> +README.md
>> +
>>   .*gitignore
>>   .*hgignore
>> -.*md
>> -.*project
>> +**/*.md
>>
>> -**/docbook/**
>> \ No newline at end of file
>> +**/docbook/**
>> +**/applications/content/dtd/**
>> +**/ping.txt
>> +**/.project
>> +**/plugins/solr/home/solrdefault/**
>> +**/themes/common/webapp/common/js/jquery/**
>> +**/themes/rainbowstone/webapp/rainbowstone/flags/**
>> +**/themes/rainbowstone/webapp/rainbowstone/images/**
>>
>>
>>