Author: chris.laprun(a)jboss.com
Date: 2007-07-13 23:43:56 -0400 (Fri, 13 Jul 2007)
New Revision: 7767
Modified:
branches/JBoss_Portal_Branch_2_6/wsrp/build.xml
Log:
- Fixed build.
Modified: branches/JBoss_Portal_Branch_2_6/wsrp/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/wsrp/build.xml 2007-07-14 03:42:22 UTC (rev 7766)
+++ branches/JBoss_Portal_Branch_2_6/wsrp/build.xml 2007-07-14 03:43:56 UTC (rev 7767)
@@ -189,7 +189,7 @@
<property name="javadoc.protected" value="false"/>
<property name="jboss.deploy.dir"
value="${jboss.home}/server/${portal.deploy.dir}"/>
- <property name="log.dir" value="${module.output}/logs"/>
+ <property name="log.dir" value="${module.output}/logs"/>
<property name="reports.dir"
value="${module.output}/reports"/>
<property name="test.reports"
value="${module.output}/tests"/>
<property name="build.resources.test"
value="${build.resources}/tests"/>
@@ -302,7 +302,7 @@
</copy>
<copy todir="${build.resources}/portal-wsrp-sar"
overwrite="true">
<fileset dir="${build.lib}"
includes="portal-wsrp-lib.jar"/>
- <fileset dir="../core-wsrp/output/lib"
includes="portal-wsrp-admin.war"/>
+ <fileset dir="./output/lib"
includes="portal-wsrp-admin.war"/>
</copy>
<jar jarfile="${build.lib}/portal-wsrp.sar">
<fileset dir="${build.resources}/portal-wsrp-sar"
includes="**/*"/>
@@ -574,7 +574,7 @@
</target>
<!-- Test portlets -->
- <target name="package-test-portlets" description="Generate the test
portlets archives" depends="compile">
+ <target name="package-test-portlets" description="Generate the test
portlets archives" depends="compile">
<!-- Simple test portlet -->
<package-test-portlet archiveName="basic"
portletName="Basic"/>
@@ -860,4 +860,4 @@
</sequential>
</macrodef>
-</project>
\ No newline at end of file
+</project>
Show replies by date