User: jules_gosnell
Date: 01/12/04 17:32:10
Modified: jetty build.xml
Log:
temporary hacks to aid JSP compilation until Marc checks in his ScopedClassLoader
Revision Changes Path
1.15 +11 -0 contrib/jetty/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/contrib/jetty/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 2001/11/29 01:21:29 1.14
+++ build.xml 2001/12/05 01:31:34 1.15
@@ -407,6 +407,11 @@
<target name="devel" depends="jars"
description="Deploy and Test the Jetty plugin">
+
+<!--
+ <delete file="../../build/output/jboss-3.0.0alpha/deploy/jbosstest-web.ear"/>
+ -->
+
<echo>Undeploying old Jetty plugin...</echo>
<delete
file="../../build/output/jboss-3.0.0alpha/deploy/lib/${module.name}.sar"/>
<sleep seconds="5"/>
@@ -416,6 +421,7 @@
filtering="no"
todir="../../build/output/jboss-3.0.0alpha/deploy/lib"
/>
+
<sleep seconds="5"/>
<exec dir="../../testsuite/"
@@ -427,8 +433,13 @@
<arg value="-Dtest=org.jboss.test.web.test.WebIntegrationUnitTestCase"/>
<arg value="one-test"/>
</exec>
+
<!--
+ <copy file="../../testsuite/output/lib/jbosstest-web.ear"
+ todir="../../build/output/jboss-3.0.0alpha/deploy/"
+ filtering="no"/>
-->
+
</target>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development