[ 
https://issues.apache.org/jira/browse/LUCENE-3951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steven Rowe updated LUCENE-3951:
--------------------------------

    Attachment: LUCENE-3951.patch

Patch invoking the {{resolve}} target in {{solr/example/build.xml}} via the 
maven-antrun-plugin from the {{bootstrap}} profile in the Lucene/Solr 
grandfather POM. 

The Ivy jar included on the classpath for the maven-antrun-plugin is from the 
user's Maven local repository, apparently because maven-antrun-plugin doesn't 
look in {{~/.ant/lib/}}: 
[http://maven.apache.org/plugins/maven-antrun-plugin/examples/customTasks.html].

Works for me locally (from the top-level dir):

* {{ant clean clean-jars get-maven-poms}}
* {{mvn -N -P bootstrap install -Divy.default.ivy.user.dir=...}}
* {{mvn -DskipTests install}}
* {{mvn test}}

Committing shortly.
                
> get-maven-poms should depend on ivy resolve, so that non-mavenized jars are 
> available for use by mvn -P bootstrap install
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-3951
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3951
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/build
>    Affects Versions: 3.6
>            Reporter: Steven Rowe
>            Assignee: Steven Rowe
>             Fix For: 3.6
>
>         Attachments: LUCENE-3951.patch, LUCENE-3951.patch
>
>
> see title

--
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