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/** > > >
