[
https://issues.jboss.org/browse/FORGE-1112?page=com.atlassian.jira.plugin...
]
George Gastaldi commented on FORGE-1112:
----------------------------------------
Hi David,
Could you provide a Pull Request with this change? We can then make it available in Forge
1.4.0, which is due in August, 20th.
Best Regards,
George Gastaldi
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
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