[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6841) The method getProcess() is undefined for the type JBossServerBehavior in org/jboss/tools/ws/creation/core/test/command/AbstractJBossWSCommandTest.java

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Mon Aug 16 13:45:12 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-6841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12545195#action_12545195 ] 

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.isv/reference/extension-points/org_eclipse_debug_ui_consoleLineTrackers.html)...

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

        


More information about the jbosstools-issues mailing list