On 01.03.2012 12:32, Stefan Bodewig wrote:
> On 2012-03-01, Svante Schubert wrote:
>
>> On Windows 7 on the same source revision I got a problem with RAT and a
>> binary document, which have to explicitly exclude to let the test pass:
> Sounds like <https://issues.apache.org/jira/browse/RAT-81>
>
>> [INFO] --- apache-rat-plugin:0.7:check (default) @ schema2template ---
>> [INFO] Exclude: src/test/resources/examples/odf/*.ref
> You should give RAT 0.8 a try.
Not using any version number, so I assume Maven uses the latest version.
Uncertain from the log, which version is being used in the end. Might be
listed in the end with the list of wrong files at one place.
>> * First how can the nightly build pass and the local build fail?
> Because they use different VMs with different behavior in the face of
> encoding errors.
Like the binary is not being detected in Windows? The issue is written
for Ubuntu, there everything is fine. I fear it is something different.
I assume the KEYS text file is ignored by default. If this is the case,
shouldn't this be mentioned in the documentation?
>
>> * Second of all would be possible to list the files that did not pass?
> Maven is not really an area of expertise for me. The projects I'm
> involved in use Ant or they use rat:report rather than check and get the
> list as part of the report.
Okay, thank you, Stefan!
Have a nice week-end!
Svante