You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Arndt Lehmann1 <AL...@de.ibm.com> on 2001/06/27 13:14:48 UTC

[PATCH] for Bug in build.xml

Hi folks,

with the latest build.xml the samples in the "dist" target are built
without source files, bat-files and so on.

The following patch restores the old behavior (original build.xml is from
today's web-cvs interface):

--- build.xml.orig  Wed Jun 27 11:13:56 2001
+++ build.xml  Wed Jun 27 12:50:38 2001
@@ -283,6 +283,7 @@
     </copy>
     <copy todir="${dist.dir}/samples">
       <fileset dir="${build.samples}"/>
+      <fileset dir="./samples"/>
     </copy>
     <copy todir="${dist.dir}/docs">
       <fileset dir="${docs.dir}"/>