[jboss-jira] [JBoss JIRA] (WFLY-624) TS: Option to fail if AS is running (~ a port is open)
Jason Greene (JIRA)
jira-events at lists.jboss.org
Tue Apr 23 15:45:06 EDT 2013
[ https://issues.jboss.org/browse/WFLY-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene moved AS7-2864 to WFLY-624:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-624 (was: AS7-2864)
Component/s: (was: Test Suite)
Fix Version/s: (was: 7.1.2.Final (EAP))
> TS: Option to fail if AS is running (~ a port is open)
> ------------------------------------------------------
>
> Key: WFLY-624
> URL: https://issues.jboss.org/browse/WFLY-624
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
>
> http://ant.apache.org/manual/Tasks/conditions.html
> {code}
> <target name="check-port" description="Checks whether AS is running.">
> <condition property="jbossas.running">
> <socket server="${jbossas.host}" port="${jbossas.port}"/>
> </condition>
> </target>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list