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

Document JS bug #2

Closed
rolnxyz opened this issue Dec 11, 2010 · 3 comments
Closed

Document JS bug #2

rolnxyz opened this issue Dec 11, 2010 · 3 comments
Assignees

Comments

@rolnxyz
Copy link

rolnxyz commented Dec 11, 2010

OSX Snow Leopard
JMVC 3.0

If you have spaces in your current directory (example ~/Documents/Aptana Studio Workspace/) when executing documentjs/doc to generate documentation, it will fail with

documentjs/doc: line 28: /../steal/rhino/loader: No such file or directory

if I fix those with "$VAR" the documentjs/doc script works but then java fails with

Exception in thread "main" java.lang.NoClassDefFoundError: Studio
Caused by: java.lang.ClassNotFoundException: Studio
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)

@jupiterjs
Copy link

thanks

@justinbmeyer
Copy link
Member

Brian, can you try this? You have OSX.

@ghost ghost assigned neektza Nov 7, 2012
@neektza
Copy link
Contributor

neektza commented Nov 8, 2012

Fixed by e4d4e9a

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

No branches or pull requests

3 participants