vmassol 2003/02/04 12:53:17
Modified: integration/ant/src/scripts/share build-tests-weblogic6x.xml
Log:
our WL 6.1 script only supports JDK < 1.4. Please send patches if you know how to
make it run on JDK 1.4+ !
Revision Changes Path
1.2 +7 -2
jakarta-cactus/integration/ant/src/scripts/share/build-tests-weblogic6x.xml
Index: build-tests-weblogic6x.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/ant/src/scripts/share/build-tests-weblogic6x.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build-tests-weblogic6x.xml 3 Feb 2003 10:52:39 -0000 1.1
+++ build-tests-weblogic6x.xml 4 Feb 2003 20:53:14 -0000 1.2
@@ -6,7 +6,7 @@
<!-- Location of WebLogic server directory. Can be overriden by calling
scripts -->
<property name="cactus.weblogic6x.server"
- value="${cactus.home.weblogic6x}/wlserver6.x"/>
+ value="${cactus.home.weblogic6x}/wlserver6.1"/>
<!-- Allow additional libraries to be added -->
<property name="cactus.weblogic6x.libpath" value=""/>
@@ -40,6 +40,11 @@
<target name="cactus.start.weblogic6x" description="Start WebLogic 6.x"
depends="cactus.check.weblogic6x" if="cactus.home.weblogic6x">
+ <available property="cactus.jdk1.4+"
+ classname="java.lang.CharSequence"/>
+ <fail if="cactus.jdk1.4+">Our script does not yet support running
+WL 6.x under JDK 1.4+. Please submit a patch!</fail>
+
<property name="cactus.weblogic6x.java.library.path"
location="${java.library.path};${cactus.weblogic6x.libpath};${cactus.weblogic6x.server}/bin"/>
@@ -129,7 +134,7 @@
</fileset>
</copy>
- <jar
destfile="${cactus.target.weblogic6x}/testdomain/applications/${cactus.context}.war">
+ <jar
destfile="${cactus.target.weblogic6x}/config/testdomain/applications/${cactus.context}.war">
<fileset dir="${cactus.target.weblogic6x}/tmp/${cactus.context}"/>
</jar>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]