Nathan, Hi
Despite my effort the script did not work under cygwin on my machines
(Windows 7, Vista)
It kept showing windows filename in the case of get_classpath_conf
and unix ones on get_classpath.
I played with "-up" and "-wp" params on cygpath and the cp delimiter
";" and ":" but no luck.
Finally i made some minor changes and run the modified script under an
ordinary windows cmd shell.
It run OK (at least the jar command. Further testing is on the go)
The new script is at
http://www.pastie.org/2640273
The changes are:
1. STORM_DIR = "/".join(os.path.abspath( __file__ ).split("\\")[:-2])
2. return normclasspath(";".join(ret) ) at get_classpath_conf
3. return normclasspath(";".join(ret) ) at get_classpath
4. Got rid of
prefix="export STORM_JAR=" + jarfile + ";") at function jar
If needed an equivalend cmd shell command can be issued to set the
STORM_JAR variable.
Thanks for your help and of course for storm!
Something more: I think an internet site hosting spouts and bolts
might be a good idea.
Stelios