Hi Vincent, On Sat, Mar 28, 2009 at 6:48 AM, Vincent Siveton <[email protected]> wrote: > Hi, > > 2009/3/27 Bob Evans <[email protected]>: >> Sorry, I didn't see this until now. >> >> The Version is "Rhino 1.7 release 1 2008 03 06". >> Is there a particular place we should put the license file? Is in the >> directory with the rhino jar OK? >> Makes sense to also put a readme in there with the current version of the >> jar. > > Yes for both. >
Will do. >> An ant file is fine too, but I wanted a sh file to run the tests and >> thought others might like it too. XML makes me break out in a rash :-) > > This sh file just calls java with given parameters, so Ant should > definitely help in this case. > > BTW, the /features/bin/runner.sh doesn't work since it should be in /features > I run it from features with the command: bin/runner.sh. If someone else wants ant or maven that is fine. My whole point was to have a very simple shell script for running the tests. > Using Maven could solve the rhino jar version problem and the pb of > running platform independent. > I created a rhino profile > http://rafb.net/p/7S1pyf80.html > Does this solve your problem? That's great. I still just wanted a simple shell script that didn't invoke maven because Maven feels a lot slower to me. Best Regards, Bob > > Cheers, > > Vincent >

