[jboss-jira] [JBoss JIRA] (AS7-2864) TS: Option to fail if AS is running (~ a port is open)
Ondrej Zizka (Updated) (JIRA)
jira-events at lists.jboss.org
Thu Dec 1 02:38:40 EST 2011
[ https://issues.jboss.org/browse/AS7-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ondrej Zizka updated AS7-2864:
------------------------------
Description:
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}
was:
{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}
> TS: Option to fail if AS is running (~ a port is open)
> ------------------------------------------------------
>
> Key: AS7-2864
> URL: https://issues.jboss.org/browse/AS7-2864
> Project: Application Server 7
> Issue Type: Sub-task
> Components: Test Suite
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
> Fix For: 7.1.0.CR1
>
>
> 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list