-
Sub-task
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
-
None
http://ant.apache.org/manual/Tasks/conditions.html
<target name="check-port" description="Checks whether AS is running."> <condition property="jbossas.running"> <socket server="${jbossas.host}" port="${jbossas.port}"/> </condition> </target>
- is incorporated by
-
AS7-4067 AS7 Testsuite post-7.1.1 ideas (tracking)
- Resolved