Here is a patch for the changes I had to do to build 3.0-beta1, and fix the register* methods in ScriptEngineManager.
In brief: o ScriptEngineManager#register* methods put'ed a Class object where a ScriptEngineFactory was expected. Fixed by using newInstance and some make-do exception handling (please look into it, I may have broken many exception handling policies here) o Several path references in ant files used back-slashes, and were flipped to a proper state o Retroweaver was not downloaded during the course of the build, breaking the retroweaver stage of the ant files. Maven dependencies were added to make this happen. Please try it out by running a clean build with an empty maven repository. http://www.nabble.com/file/p11944179/3_0-beta1.patch 3_0-beta1.patch -- View this message in context: http://www.nabble.com/A-patch-for-3.0-beta1-tf4199672.html#a11944179 Sent from the BSF - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
