Skip to content

Commit

Permalink
Removed unused or redundant files fron Ant ZombieTest Army
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Nov 13, 2023
1 parent c4394e4 commit 0d73281
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1248,13 +1248,9 @@ AS_ADMIN_MASTERPASSWORD=changeit
a new process.
-->
<target name="start-process-windows">
<taskdef name="spawn"
classname="SpawnTask"
classpath="${env.APS_HOME}/lib"/>
<echo>Executing asadmin command: ${line}</echo>
<spawn executable="${ASADMIN}" failifexecutionfails="false">
<exec executable="${ASADMIN}" failifexecutionfails="false" spawn="true">
<arg line="${line}"/>
</spawn>
</exec>
<echo message=" ...Waiting for process(es) to be up ...(sleeping for ${start.process.delay.mins} minutes) " />
<sleep minutes="${start.process.delay.mins}"/>
<echo message=" Process(es) now assumed to be started."/>
Expand Down
7 changes: 2 additions & 5 deletions appserver/tests/appserv-tests/devtests/jms/config/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,10 @@
a new process.
-->
<target name="start-process-windows" depends="init-common">
<taskdef name="spawn"
classname="SpawnTask"
classpath="${env.APS_HOME}/lib"/>
<echo>Executing asadmin command: ${line}</echo>
<spawn executable="${ASADMIN}" failifexecutionfails="false">
<exec executable="${ASADMIN}" failifexecutionfails="false" spawn="true">
<arg line="${line}"/>
</spawn>
</exec>
<echo message=" ...Waiting for process(es) to be up ...(sleeping for ${start.process.delay.mins} minutes) " />
<sleep minutes="${start.process.delay.mins}"/>
<echo message=" Process(es) now assumed to be started."/>
Expand Down
4 changes: 0 additions & 4 deletions appserver/tests/appserv-tests/lib/README

This file was deleted.

53 changes: 0 additions & 53 deletions appserver/tests/appserv-tests/lib/SpawnTask.java

This file was deleted.

Binary file removed appserver/tests/appserv-tests/lib/sslutil.jar
Binary file not shown.

0 comments on commit 0d73281

Please sign in to comment.