Author: bdaw
Date: 2007-03-08 07:41:02 -0500 (Thu, 08 Mar 2007)
New Revision: 6600
Modified:
trunk/identity/build.xml
Log:
- correct target dependency
Modified: trunk/identity/build.xml
===================================================================
--- trunk/identity/build.xml 2007-03-08 12:35:12 UTC (rev 6599)
+++ trunk/identity/build.xml 2007-03-08 12:41:02 UTC (rev 6600)
@@ -303,7 +303,7 @@
<target name="help" depends="_default:help"/>
- <target name="deploy-ldap" depends="init"
if="HAVE_JDK_1.5" >
+ <target name="deploy-ldap" depends="init, package-tests"
if="HAVE_JDK_1.5" >
<mkdir dir="${jboss.home}/server/default/conf/opends"/>
<copy todir="${jboss.home}/server/default/conf/opends"
overwrite="true" failonerror="false">
<fileset dir="../test/output/etc/opends"/>
Show replies by date