[ 
https://issues.apache.org/jira/browse/LUCENE-6568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14586665#comment-14586665
 ] 

Ramkumar Aiyengar commented on LUCENE-6568:
-------------------------------------------

This change to common-build.xml seems to have done the trick (and consistent 
with other such targets)

{code}
-  <target name="rat-sources-typedef" unless="rat.loaded">
+  <target name="rat-sources-typedef" unless="rat.loaded" 
depends="ivy-availability-check,ivy-configure">
{code}

I am no expert with the build system, so if someone could confirm if this is 
correct, I can go ahead and commit the change.

> rat-sources-typedef doesn't respect ivy configuration
> -----------------------------------------------------
>
>                 Key: LUCENE-6568
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6568
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Ramkumar Aiyengar
>            Assignee: Ramkumar Aiyengar
>            Priority: Minor
>
> rat-sources-typedef invoked as a part of precommit doesn't respect settings 
> in {{lucene/ivy-settings.xml}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to