> On Mar 3, 2015, at 1:03 PM, Francesco Chicchiriccò <[email protected]> > wrote: > > On 03/03/2015 20:41, Alan D. Cabrera wrote: >> > >> On Mar 2, 2015, at 11:51 PM, Francesco Chicchiriccò <[email protected]> > >> wrote: > >> > >> Hi Alan, > >> this seems very weird: could you please check which are the 4 files > >> failing the RAT check under common/? > >> > >> I can't verify how the build is working under Mac OS X - neither Jenkins > >> nor Travis are reporting troubles: it seems you're building from the 1_2_X > >> branch or one of 1.2 tags, right? > > > > The 1_2_X branch. > > > > Unapproved licenses: > > > > /Users/acabrera/asf/syncope/common/rest-api/target/apidocs/package-list > > /Users/acabrera/asf/syncope/common/rest-api/target/apidocs/script.js > > /Users/acabrera/asf/syncope/common/rest-api/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml > > /Users/acabrera/asf/syncope/common/rest-api/target/javadoc-bundle-options/package-list > > Ah, now I see what happened: you first built from master, then switched to > 1_2_X without running "mvn clean": the problem occurs because 1_2_X and > master share some modules with different type, as consequence of the huge > code re-organization with had as per SYNCOPE-620. > > An idea could be to explicitly add **/target/* to RAT exclusions, I guess: > WDYT?
If you’re sure that there are no generated artifacts that need to have licenses then I guess that would work. > About > >> java.lang.OutOfMemoryError: unable to create new native thread > > you should be setting MAVEN_OPTS as suggested by > > http://syncope.apache.org/building.html#Building_Syncope > <http://syncope.apache.org/building.html#Building_Syncope> No joy. (BTW, I had previously set my memory to 2G) Regards, Alan
