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

Steve Rowe commented on SOLR-5848:
----------------------------------

The Apache lucene Jenkins slave should be all set.  I did the following after 
running {{sudo su - hudson}} on lucene.zones.apache.org (the 
{{Lucene-Solr-Clover-4.x}} job is currently running, and the {{\*-4.3\*}} and 
{{\*4.4\*}} checkouts aren't affected):

{noformat}
$ cd hudson-slave/workspace
$ shopt -s extglob
$ for a in !(Lucene-Solr-Clover-4.x|*4.[34]*) ; do echo $a ; cd $a ; if [ -f 
build.xml ] ; then echo running ant clean-jars ; ant clean-jars ; else echo not 
running ant clean-jars ; fi ; cd .. ; done
$ cd Lucene-Solr-Tests-4.x-Java7
$ export JAVA_HOME=/usr/local/openjdk7
$ export PATH=$JAVA_HOME/bin:$PATH
$ JAVACMD=$JAVA_HOME/bin/java ant resolve
$ for a in $(find * -name '*morphlines*.jar'|grep -v /build/) ; do echo $a ; cp 
$a ../Lucene-Solr-Clover-4.x/$a ; done
{noformat}


> Morphlines is not resolving
> ---------------------------
>
>                 Key: SOLR-5848
>                 URL: https://issues.apache.org/jira/browse/SOLR-5848
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Dawid Weiss
>            Assignee: Mark Miller
>            Priority: Critical
>             Fix For: 4.8, 5.0
>
>
> This version of morphlines does not resolve for me and Grant.
> {code}
> ::::::::::::::::::::::::::::::::::::::::::::::
> ::          UNRESOLVED DEPENDENCIES         ::
> ::::::::::::::::::::::::::::::::::::::::::::::
> :: org.kitesdk#kite-morphlines-saxon;0.11.0: not found
> :: org.kitesdk#kite-morphlines-hadoop-sequencefile;0.11.0: not found
> {code}
> Has this been deleted from Cloudera's repositories or something? This would 
> be pretty bad -- maven repos should be immutable...



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to