Re: snapshooter on OS X

2007-04-24 Thread Grant Ingersoll
Running in example/solr/bin from 1.1 distribution using bash -x ./ snapshooter -u myname -d data ++ . my path/apache-solr-1.1.0-incubating/example/solr/conf/ scripts.conf +++ $'\r' : command not found my-path/apache-solr-1.1.0-incubating/example/ solr/conf/scripts.conf: line 15: And then

Re: snapshooter on OS X

2007-04-23 Thread Bill Au
You can also run the script with the -V option. It shows debugging info but not as much as bash -x. I tried snapshooter on OS X 10.4.9. I did get the cp: illegal option -- l error. But that's the only error I got. Bill On 4/23/07, Bertrand Delacretaz [EMAIL PROTECTED] wrote: On 4/23/07,

Re: snapshooter on OS X

2007-04-22 Thread Grant Ingersoll
I am using the solr home that comes with the example. The curious thing is I get the error in item 1 when running on linux, as well. The error says something about command not found line 15, but all the files I looked at, line 15 was a comment. I _think_ it is referring to an error in

Re: snapshooter on OS X

2007-04-22 Thread Yonik Seeley
On 4/22/07, Grant Ingersoll [EMAIL PROTECTED] wrote: Should we have separate directories under bin for different platforms or should we try to have one script to rule them all? I think we should try to keep the same scripts until it becomes too burdensome. -Yonik

Re: snapshooter on OS X

2007-04-22 Thread Bertrand Delacretaz
On 4/23/07, Grant Ingersoll [EMAIL PROTECTED] wrote: ...The error says something about command not found line 15, but all the files I looked at, line 15 was a comment... Running your script with bash -x myscript should help, it will echo commands before executing them. -Bertrand