[
https://jira.jboss.org/browse/JBIDE-6841?page=com.atlassian.jira.plugin.s...
]
Brian Fitzpatrick commented on JBIDE-6841:
------------------------------------------
Denis suggested that another option is to use one of the console listener extensions
(
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.....
But I'm not sure how to work that into use within a JUnit test... Seems that the two
don't really jive.
The method getProcess() is undefined for the type JBossServerBehavior
in org/jboss/tools/ws/creation/core/test/command/AbstractJBossWSCommandTest.java
------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-6841
URL:
https://jira.jboss.org/browse/JBIDE-6841
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.M2
Reporter: Nick Boldt
Assignee: Rob Stryker
Priority: Blocker
Fix For: 3.2.0.M2
[ERROR] Failed to execute goal
org.sonatype.tycho:maven-osgi-compiler-plugin:0.9.0:compile (default-compile) on project
org.jboss.tools.ws.creation.core.test: Compilation failure: Compilation failure:
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/ws/tests/org.jboss.tools.ws.creation.core.test/src/org/jboss/tools/ws/creation/core/test/command/AbstractJBossWSCommandTest.java
(at line 415):[-1,-1]
if (behavior.getProcess() != null) {
^^^^^^^^^^
The method getProcess() is undefined for the type JBossServerBehavior
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/ws/tests/org.jboss.tools.ws.creation.core.test/src/org/jboss/tools/ws/creation/core/test/command/AbstractJBossWSCommandTest.java
(at line 416):[-1,-1]
return behavior.getProcess().getStreamsProxy()
^^^^^^^^^^
The method getProcess() is undefined for the type JBossServerBehavior
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira