dchappell 2002/10/16 14:50:39
Modified: java/xmls targets.xml
Log:
Jaime's patch submission from 2 weeks ago. Cleans up exception handling somewhat in
that it allows detection of specific detection of things like connection drop vs.
"can't create queue".
Revision Changes Path
1.44 +7 -0 xml-axis/java/xmls/targets.xml
Index: targets.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/xmls/targets.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- targets.xml 16 Oct 2002 00:28:20 -0000 1.43
+++ targets.xml 16 Oct 2002 21:50:39 -0000 1.44
@@ -181,6 +181,13 @@
<available classname="javax.jms.Message" classpathref="classpath" />
</condition>
+ <condition property="jmsAndSonicMQ.present" >
+ <and>
+ <available classname="javax.jms.Message" classpathref="classpath" />
+ <available classname="progress.message.jclient.Message"
classpathref="classpath" />
+ </and>
+ </condition>
+
<available property="post-compile.present" file="post-compile.xml" />
<property environment="env"/>