On Wed, Sep 19, 2012 at 4:23 PM, Rob Weir <[email protected]> wrote:
> On Wed, Sep 19, 2012 at 8:43 AM, Svante Schubert
> <[email protected]> wrote:
>> On 19.09.2012 14:04, Apache Jenkins Server wrote:
>>> message : Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check 
>>> (default) on project odftoolkit: Too many unapproved licenses: 1
>>> cause : Too many unapproved licenses: 1
>> Could it happen, that there is no license for one of the new files
>> ".gitignore" or "validator/src/main/assembly/src.xml"?
>> If this might be the case, what is the way to solve this problem?
>> Add them to
>> http://svn.apache.org/viewvc/incubator/odf/pmc/ip-clearance/rat-excludes?view=markup
>> ?
>>
>
> That excludes list obsolete.  We could probably delete it.  It was
> used when we initially did the review of the code, but Devin later
> integrated this into the POM's.  So now each pom.xml as its own
> exclude list associated with a rat task.
>
> The latest build was complaining about .gitignore.  I just added that
> to the root pom.xml.  It it builds clean I'll check it in.
>

Interesting.  After I added the exclude for .gitignore Maven
complained about the new src.xml in Validator.  It looks like it was
not able to parse XML comments, or at least was confusing it for a
Processing Instruction.  So I removed the comment and added src.xml to
the exclude.

But now I'm getting a native fault (SIGSEGV) when testing ODFDOM.  But
the test code is not even in the stack. Odd.

I'm going to check in the changes I made so far, which at least get us
past the RAT issues.  But we still have lingering issues with OpenJDK.

> -Rob
>
>> Thanks,
>> Svante

Reply via email to