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 < [email protected]> 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, <[email protected]> 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/** >>> >>> >>> >>> >
