Hi,

This patch allows the dist target of SOAP to build when ejb is not present.

Thanks

Conor


Index: build.xml
===================================================================
RCS file: /home/cvspublic/xml-soap/java/build.xml,v
retrieving revision 1.36
diff -3 -u -w -p -r1.36 build.xml
--- build.xml   30 May 2001 11:59:01 -0000      1.36
+++ build.xml   14 Feb 2002 09:31:45 -0000
@@ -208,6 +208,7 @@ Copyright:
             classpath="${build.lib}/${name}.jar" debug="${debug}">
        <include name="samples/**/*.java" />
        <exclude name="samples/**/*SMTP*.java" unless="smtp.present" />
+      <exclude name="samples/weblogic_ejb/*.java" unless="ejb.present" />
      </javac>
      <copy todir="${build.samples}">
        <fileset dir="${samples.dir}"/>

Reply via email to