[
https://issues.jboss.org/browse/FORGE-1112?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-1112.
----------------------------------
Assignee: David Mann
Resolution: Done
Merged upstream, Thank you!
Support paths with spaces
-------------------------
Key: FORGE-1112
URL:
https://issues.jboss.org/browse/FORGE-1112
Project: Forge
Issue Type: Bug
Components: Forge Build
Affects Versions: 1.3.3.Final
Environment: Windows with a git bash, probably the same issue with cygwin and
Installations which have JAVA_HOME=C:\Program Files\Java\etcetc
Reporter: David Mann
Assignee: David Mann
Priority: Minor
Fix For: 1.4.0.Final
In bin/forge, you should quote the call to the java binary
So, in v1.3.3Final/bin/forge line 142 should read
JAVAVER=`"$JAVACMD" -version 2>&1`
instead of
JAVAVER=`$JAVACMD -version 2>&1`
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira