Re: compile solr6.2.1

2016-11-22 Thread Erick Erickson
You said "I can't compile" but then showed us the line for _running_ Solr so I'm really confused what your problem is. So: 1> can you compile? IOW, if you execute "ant server dest" from the /solr directory, does it run to completion? You should see "BUILD SUCCESSFUL" after a few minutes

compile solr6.2.1

2016-11-21 Thread Wunna Lwin
Hi, I am try to implement solr cloud with version 6.2.1 but I have a problem that I can’t compile solr source code to write custom plugin for solr. I just this command for remote debug "java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8080 -jar “ but it doesn’t work. Help