I would like to call for a vote for inclusion of this fix in 1.0.  We're
dorks if we ship a sample doesn't compile with the supplied build file.  

Also, I was a bit suprised that buildSamples.xml doesn't pass the
settings through when it forks.  Is it supposed to?  Is there something
bigger here that's broken?
Dave


[EMAIL PROTECTED] wrote:
> 
> dchappell    2002/09/28 15:32:15
> 
>   Modified:    java/samples/jms build.xml
>   Log:
>   Bug#13103 jms.present=true not getting propogated to sample compile.  See 
>additional comments in bug.
> 
>   Revision  Changes    Path
>   1.2       +8 -0      xml-axis/java/samples/jms/build.xml
> 
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/xml-axis/java/samples/jms/build.xml,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- build.xml 17 Sep 2002 16:50:36 -0000      1.1
>   +++ build.xml 28 Sep 2002 22:32:15 -0000      1.2
>   @@ -45,6 +45,14 @@
>      <target name="clean"/>
>      <target name="copy"/>
>      <target name="compile">
>   +    <condition property="jms.present" >
>   +      <available classname="javax.jms.Message" classpathref="classpath" />
>   +    </condition>
>   +
>   +<!-- ===================================================================
>   +   <echo message="jms.present=${jms.present}" />
>   +==================================================================== -->
>   +
>        <javac srcdir="${axis.home}" destdir="${build.dest}" debug="${debug}" 
>fork="${javac.fork}">
>          <classpath>
>            <path refid="classpath"/>
> 
> 
> 

-- 
Sonic Software - Backbone of the Extended Enterprise
--
David Chappell <[EMAIL PROTECTED]> Office: (781)999-7099
Mobile: (617)510-6566
Vice President and Chief Technology Evangelist, Sonic Software
co-author,"Java Web Services", (O'Reilly 2002)
"The Java Message Service", (O'Reilly 2000)
"Professional ebXML Foundations", (Wrox 2001)
--
begin:vcard 
n:Chappell;Dave
tel;cell:617-510-6566
tel;work:781-999-7099
x-mozilla-html:FALSE
url:www.sonicsoftware.com
org:Sonic Software Corp.    <BR><IMG SRC="http://www.sonicsoftware.com/media/general/logos/sonic_logo1.gif"; VSPACE="10">
adr:;;14 Oak Park;Bedford;MA;01730;USA
version:2.1
email;internet:[EMAIL PROTECTED]
title:vice president & chief technology evangelist
fn:Dave Chappell
end:vcard

Reply via email to