[
https://issues.apache.org/jira/browse/LUCENE-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412605#comment-13412605
]
Uwe Schindler commented on LUCENE-3950:
---------------------------------------
I had the same problem with this commit, but I remember that Robert said, there
was actually a problem with RAT running from <ivy:cachepath/>. I would also
really prefer to have this one only in cache, as we dont ship with this tool,
so we dont have to take care of license,... We use all tasks from cachepatch
(pegdown for converting markdown->HTML, cpptasks,...).
Side note: I am thinking about adding clover, too. The required license file
can be shipped together with our src package in the tools directory (Atlassian
allowed this to the ASF, because the license only allows to check org.apache.*
packages) and clover-2.6.1.jar can be downloaded via Ivy.
> load rat via ivy for rat-sources task
> -------------------------------------
>
> Key: LUCENE-3950
> URL: https://issues.apache.org/jira/browse/LUCENE-3950
> Project: Lucene - Java
> Issue Type: Improvement
> Components: general/build
> Reporter: Robert Muir
> Fix For: 4.0, 5.0
>
> Attachments: LUCENE-3950.patch
>
>
> we now fail the build on rat problems (LUCENE-1866),
> so we should make it easy to run rat-sources for people
> to test locally (it takes like 3 seconds total for the whole trunk)
> Also this is safer than putting rat in your ~/.ant/lib because that
> adds some classes from commons to your ant classpath (which we currently
> wrongly use in compile).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]