Author: prabhat.jha(a)jboss.com
Date: 2007-04-23 21:58:12 -0400 (Mon, 23 Apr 2007)
New Revision: 7037
Modified:
trunk/portlet-server/build.xml
Log:
fix test-ha target
Modified: trunk/portlet-server/build.xml
===================================================================
--- trunk/portlet-server/build.xml 2007-04-23 22:47:04 UTC (rev 7036)
+++ trunk/portlet-server/build.xml 2007-04-24 01:58:12 UTC (rev 7037)
@@ -396,24 +396,25 @@
<jvmarg value="-Xdebug"/>
<jvmarg
value="-Xrunjdwp:transport=dt_socket,address=7878,server=y,suspend=y"/>
-->
- <sysproperty key="test.root"
value="${build.lib}"/>
+ <sysproperty key="test.root"
value="${jboss.portal-portlet.root}/lib"/>
<sysproperty key="test.uri"
value="/test/redirect/"/>
</x-sysproperty>
<x-test>
<test todir="${test.reports}"
name="org.jboss.portal.test.portlet.ha.session.SessionTestCase"/>
</x-test>
<x-classpath>
- <path refid="oswego.concurrent.classpath"/>
- <path refid="jboss.remoting.classpath"/>
- <path refid="jboss.microcontainer.classpath"/>
- <path refid="jboss.jbossxb.classpath"/>
- <path refid="apache.xerces.classpath"/>
- <path refid="jbossas/core.libs.classpath"/>
- <pathelement location="${source.java}"/>
- <pathelement location="${build.classes}"/>
- <pathelement location="${build.resources}"/>
- <path refid="library.classpath"/>
- <path refid="dependentmodule.classpath"/>
+ <path refid="oswego.concurrent.classpath"/>
+ <path refid="jboss.remoting.classpath"/>
+ <path refid="jboss.microcontainer.classpath"/>
+ <path refid="jboss.jbossxb.classpath"/>
+ <path refid="apache.xerces.classpath"/>
+ <path refid="jbossas/core.libs.classpath"/>
+ <pathelement location="${source.java}"/>
+ <pathelement location="${build.classes}"/>
+ <pathelement location="${build.resources}"/>
+ <path refid="library.classpath"/>
+ <path refid="dependentmodule.classpath"/>
+ <pathelement location="${jboss.portal-portlet.root}/classes"/>
</x-classpath>
</execute-tests>
</target>
Show replies by date