[JBoss JIRA] Created: (JBIDE-9735) Refactor the forge plugins to get rid of the ui console dependencies and make it easier to handle ansi commands
by Koen Aers (JIRA)
Refactor the forge plugins to get rid of the ui console dependencies and make it easier to handle ansi commands
---------------------------------------------------------------------------------------------------------------
Key: JBIDE-9735
URL: https://issues.jboss.org/browse/JBIDE-9735
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: forge
Reporter: Koen Aers
Fix For: 3.3.0.M4
Following things need to be done:
- create a ForgeTextViewer that inherits from jface TextViewer
- the ForgeTextViewer initializes a filter chain to filter all the escaped input
- the ForgeHiddenOutputFilter will filter the hidden input (new escape sequence : 27 + '%'
- the ForgeAnsiCommandFilter filters the ansi commands that come from the runtime : 27 + '['
- the ForgeTextViewer will execute the ansi commands and interpret the hidden output
- the dependencies on the Eclipse Console classes can be eliminated: Console, ConsolePage, ConsoleViewer
- ForgeInputReadJob is not needed anymore
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (JBIDE-8791) JBoss 6 and 7 not found
by Rob Stryker (JIRA)
JBoss 6 and 7 not found
------------------------
Key: JBIDE-8791
URL: https://issues.jboss.org/browse/JBIDE-8791
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 3.3.0.M1
Reporter: Rob Stryker
Assignee: Nick Boldt
Priority: Critical
Fix For: 3.3.0.M1
https://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/jbosstools-3....
Only two tests showing failing in this build are:
* org.jboss.ide.eclipse.as.test.ASTestSuite.testAS60Exists
* org.jboss.ide.eclipse.as.test.ASTestSuite.testAS70Exists
These tests are simple and just verify the passed-in folders / locations actually exist on the host machine. They don't even really do anything else, no verification of whether its a proper server or not. Just, does the folder exist.
If you dont have time to fix / check it out, tell me and i'll comment out those two tests...
It seems only yesterday we were setting fire to Strong Sad's underdrawers. (that *WAS* yesterday!)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months