[
https://issues.jboss.org/browse/SEAMFORGE-59?page=com.atlassian.jira.plug...
]
Lincoln Baxter III closed SEAMFORGE-59.
---------------------------------------
Assignee: Lincoln Baxter III
Fix Version/s: 1.0.0.Alpha3
Resolution: Done
Verified forge runs on windows.
If you are running forge in eclipse, you need to create a run-profile with the given
property
property:
name=jline.terminal
value=jline.UnsupportedTerminal
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
Assignee: Lincoln Baxter III
Fix For: 1.0.0.Alpha3
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