Author: chris.laprun(a)jboss.com
Date: 2008-06-25 17:51:06 -0400 (Wed, 25 Jun 2008)
New Revision: 11151
Modified:
branches/JBoss_Portal_Branch_2_7/wsrp/build.xml
Log:
- Fixed tests-local target.
Modified: branches/JBoss_Portal_Branch_2_7/wsrp/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/wsrp/build.xml 2008-06-25 21:50:02 UTC (rev 11150)
+++ branches/JBoss_Portal_Branch_2_7/wsrp/build.xml 2008-06-25 21:51:06 UTC (rev 11151)
@@ -639,7 +639,7 @@
</target>
<target name="tests-local" depends="clean,output">
- <!--<server:start name="default"/>-->
+ <server:start name="default"/>
<antcall target="agent-deploy"/>
<antcall target="protocolv1-producer-test"/>
<antcall target="protocolv1-consumer-test"/>
@@ -648,7 +648,7 @@
<antcall target="consumer-test"/>
<antcall target="producer-configuration-test"/>
<antcall target="agent-undeploy"/>
- <!--<server:stop name="default"/>-->
+ <server:stop name="default"/>
<antcall target="reports"/>
</target>