Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6
-
None
-
Windows 2000 and XP
Description
With 'forrest run' if there are spaces in the pathname then failure.
This is for Forrest-r37116, with r37072 it still worked.
'forrest run' terminates with an error saying:
run_default_jetty:
java.lang.NoClassDefFoundError: path/after/space/myproject -Dforrest/home=H:\forrest\src\core
Exception in thread "main"
removing the space from the path
d:/the path/after/space/myproject
so that it looks like
d:/the_path/after/space/myproject
runs fine
This is for Forrest-r37116, with r37072 it still worked.
'forrest run' terminates with an error saying:
run_default_jetty:
java.lang.NoClassDefFoundError: path/after/space/myproject -Dforrest/home=H:\forrest\src\core
Exception in thread "main"
removing the space from the path
d:/the path/after/space/myproject
so that it looks like
d:/the_path/after/space/myproject
runs fine
Attachments
Issue Links
- is duplicated by
-
FOR-286 Forrest cannot run from directories with spaces in the path
- Closed