Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
3.0 M2
-
None
-
Unknown
-
Description
The problem is interesting and is caused by a compound of different issues:
- Latest Mac OSX bundles a version of Rhino
- Maven 2.2.1 has a bug (see http://jira.codehaus.org/browse/MSHARED-167) which makes the batik-js JAR to be excluded from the distribution. Maven 3.x doesn't have this bug and thus that jar is present
- yuicompressor bundles a modified version of Rhino
At runtime it means there are various versions of Rhino in the classpath and yuicompressor ends up using the wrong one, resulting in JSX not working.