Hey jayf -

Offhand I'm not sure why you are having these issues - last I knew, a
couple people had had success with the cloud branch. Cloud has moved on
from that branch really though - we probably should update the wiki
about that. More important than though, that I need to get Cloud
committed to trunk!

I've been saying it for a while, but I'm going to make a strong effort
to wrap up the final unit test issue (apparently a testing issue, not
cloud issue) and get this committed for further iterations.

The way to follow along with the latest work is to go to :
https://issues.apache.org/jira/browse/SOLR-1873

The latest patch there should apply to recent trunk.

I've scheduled a bit of time to work on getting this committed this
week, fingers crossed.

-- 
- Mark

http://www.lucidimagination.com

On 7/4/10 3:37 PM, jayf wrote:
> 
> Hi there,
> 
> I'm having a trouble installing Solr Cloud. I checked out the project, but
> when compiling ("ant example" on OSX) I get compile a error (cannot find
> symbol - pasted below). 
> 
> I also get a bunch of warnings:
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
> I have tried both Java 1.5 and 1.6. 
> 
> 
> Before I got to this point, I was having problems with the included
> ZooKeeper jar (java versioning issue) - so I had to download the source and
> build this. Now 'ant' gets a bit further, to the stage listed above. 
> 
> Any idea of the problem??? THANKS!
> 
>     [javac] Compiling 438 source files to
> /Volumes/newpart/solrcloud/cloud/build/solr
>     [javac]
> /Volumes/newpart/solrcloud/cloud/src/java/org/apache/solr/cloud/ZkController.java:588:
> cannot find symbol
>     [javac] symbol  : method stringPropertyNames()
>     [javac] location: class java.util.Properties
>     [javac]             for (String sprop :
> System.getProperties().stringPropertyNames()) {
> 


Reply via email to