You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (Commented) (JIRA)" <ji...@apache.org> on 2012/04/15 18:49:18 UTC

[jira] [Commented] (LUCENE-3989) junit4 taskdef installation has wrong dependencies

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

Robert Muir commented on LUCENE-3989:
-------------------------------------

the sneaky part here that fixes the bug is that the dependency is ordered after 'compile-test',
so we are guaranteed to have all the jars. I'll add a comment.

other than that bug its really just an optimization.
                
> junit4 taskdef installation has wrong dependencies
> --------------------------------------------------
>
>                 Key: LUCENE-3989
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3989
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/test
>            Reporter: Robert Muir
>         Attachments: LUCENE-3989.patch
>
>
> # it hangs out in 'init' which only depends on that module's 'resolve' (not test-framework)
> # installing in init is not great because init is called often.
> easy way to see the bug: ant clean clean-jars. Then cd modules/analysis/icu and 'ant test'.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org