[
https://issues.jboss.org/browse/FORGE-1112?page=com.atlassian.jira.plugin...
]
David Mann commented on FORGE-1112:
-----------------------------------
Hi George,
here you go:
https://github.com/forge/core/pull/343
I didn't bother to make a new branch for this, but if you need it I can do it.
Best regards,
David
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
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