Verify forge.bat on windows
---------------------------
Key: SEAMFORGE-59
URL:
https://issues.jboss.org/browse/SEAMFORGE-59
Project: Seam Forge
Issue Type: Task
Components: Shell
Affects Versions: 1.0.0.Alpha2
Reporter: Lincoln Baxter III
From fliu:
I run forge as the following:
public static void main(final String[] args)
{
System.setProperty("jline.terminal",
"jline.UnsupportedTerminal");
StartMain.main(args);
}
The following cuase eclipse unable to respond:
public static void main(final String[] args)
{
StartMain.main(args);
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira