Looks good to me.  I applied this along with fixing the source archives to 

* contain all the source needed
* contain a tr.props
* contain all the build scripts, props, tdk.jar
* contain all the source for the test cases and the build script to run em.

-----Original Message-----
From: Daniel Rall
To: Turbine Developers List
Sent: 2/12/02 8:22 PM
Subject: Re: [GUMP] Build Failure - Turbine 2

How about the following changes to fix this build failure:

Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/build.xml,v
retrieving revision 1.7
diff -u -u -r1.7 build.xml
--- build.xml   9 Feb 2002 02:00:51 -0000       1.7
+++ build.xml   13 Feb 2002 02:20:55 -0000
@@ -307,8 +307,9 @@
             </fileset>
         </copy>
 
-        <copy todir="${final.dir}/build">
-            <fileset dir="build"/>
+        <copy todir="${final.dir}">
+            <fileset dir="." includes="build*.xml"/>
+            <fileset dir="." includes="deps.list"/>
         </copy>
 
         <copy todir="${final.dir}/lib">

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to