[jboss-svn-commits] JBoss Portal SVN: r5581 - trunk/testsuite
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sat Nov 4 06:03:04 EST 2006
Author: bdaw
Date: 2006-11-04 06:03:02 -0500 (Sat, 04 Nov 2006)
New Revision: 5581
Modified:
trunk/testsuite/build.xml
Log:
enable back jdk1.4 to run testsuite
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2006-11-04 00:06:56 UTC (rev 5580)
+++ trunk/testsuite/build.xml 2006-11-04 11:03:02 UTC (rev 5581)
@@ -115,9 +115,6 @@
<!-- executes all modules' tests -->
<target name="tests" depends="init">
- <fail unless="HAVE_JDK_1.5">
- Unsupported Java version: You need at least JDK1.5 to run testsuite
- </fail>
<server:start name="default"/>
<sequential>
<antcall target="agent-deploy"/>
@@ -199,17 +196,12 @@
<!-- Deployment of agent -->
<target name="agent-deploy">
- <mkdir dir="${env.JBOSS_HOME}/server/default/conf/opends"/>
- <copy todir="${env.JBOSS_HOME}/server/default/conf/opends" overwrite="true">
- <fileset dir="../test/output/etc/opends"/>
- </copy>
<deploy file="../test/output/lib/portal-test.sar" config="default"/>
</target>
<!-- Undeployment of agent -->
<target name="agent-undeploy">
<undeploy file="../test/output/lib/portal-test.sar" config="default"/>
- <delete dir="${env.JBOSS_HOME}/server/default/conf/opends"/>
</target>
<target name="help">
More information about the jboss-svn-commits
mailing list