You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create library version containing only jcoffeescript classes, without Rhino classes. Sometimes this is necessary to avoid multiple Rhino versions in the classpath (we use YUICompressor, and it has it's own, modified version or Rhino bundled).
Create library version containing only jcoffeescript classes, without Rhino classes. Sometimes this is necessary to avoid multiple Rhino versions in the classpath (we use YUICompressor, and it has it's own, modified version or Rhino bundled).
The alternative way is to change Rhino classes package name, like in Google's closure-compiler:
http://closure-compiler.googlecode.com/svn/trunk/build.xml - "rhino-jarjar" target.
The text was updated successfully, but these errors were encountered: