Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Rhino in another way #80

Open
GoogleCodeExporter opened this issue Aug 26, 2015 · 2 comments
Open

Include Rhino in another way #80

GoogleCodeExporter opened this issue Aug 26, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Include htmlcompressor as lib
2. Include the newest version of rhino as lib
3. Use rhino in any way, for example do:

public static void main(String... args) {
    org.mozilla.javascript.tools.shell.Main.main(args);
}

What is the expected output? What do you see instead?
expected:
Rhino 1.7 release 4 2012 06 18
js> 
instead:
Rhino 1.6 release 7 2007 08 19
js> 


What version of the product are you using? On what operating system?
1.5.3 on Windows and Macintosh

Please provide any additional information below.
This can cause some serious, almost undetectable bugs in your code if you 
expect the have a working recent version of rhino. I was stuck for 3 days on 
this bug. Until this bug is fixed, I will have to stop using htmlcompressor and 
look for an alternative.

Original issue reported on code.google.com by [email protected] on 26 Nov 2012 at 10:06

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant