>1) I just did a clean checkout of the code. Is it right that I *have* to use >Java 6 to compile now? (it's no problem, just wasn't expecting it)
Yes, we now require Java 6 to compile, but not to run. We take advantage of some Java 6 features when available, so we need compile-time access to them. >2) which version of Rhino are you using on Mac, Greg? (I'll update the >README for future reference) I'm using 1.7R1 - though you shouldn't actually need this to build. You'd only need it if you wanted to run the JS demos. Not sure if we should update the README since a) it's not really specific to Pivot and b) I think it is released under an incompatible license, so we can't list it as a requirement.
