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

Uwe Schindler edited comment on LUCENE-3930 at 3/27/12 10:41 PM:
-----------------------------------------------------------------

so you could simply fetch it with ivy and make it available to ant using 
<ivy:cachepatch pathid="foobar"/> and then load the targets from the classpath 
in classpathref="foobar".

Like that:
{code:xml}
<ivy:cachepath organisation="emma" module="emma" revision="2.0.4217" 
inline="true" conf="ant" pathid="emma.classpath"/>
<taskdef resource="emma_ant.properties" classpathref="emma.classpath" /> 
{code}

Thanks!
                
      was (Author: thetaphi):
    so you could simply fetch it with ivy and make it available to ant using 
<ivy:cachepatch classpathref="foobar"/> and then load the targets from the 
classpath in ref="foobar".

Thanks!
                  
> nuke jars from source tree and use ivy
> --------------------------------------
>
>                 Key: LUCENE-3930
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3930
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: general/build
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>         Attachments: LUCENE-3930.patch
>
>
> As mentioned on the ML thread: "switch jars to ivy mechanism?".

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

Reply via email to