proyal      2002/12/13 07:11:26

  Modified:    altrmi   build.xml
  Log:
  Patch from Sam Ruby
  
  Here's a patch which enables altrmi to be compiled with an locally compiled 
version of Jetty
  
  Revision  Changes    Path
  1.49      +4 -1      jakarta-avalon-excalibur/altrmi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.xml 13 Dec 2002 00:27:04 -0000      1.48
  +++ build.xml 13 Dec 2002 15:11:26 -0000      1.49
  @@ -503,7 +503,10 @@
       </target>
       <target name="checkJettyJars">
         <condition property="jetty.present">
  -        <available file="jetty-download/Jetty-${jetty.rel}.zip"/>
  +        <or>
  +          <available file="jetty-download/Jetty-${jetty.rel}.zip"/>
  +          <available classname="org.mortbay.jetty.Server"/>
  +        </or>
         </condition>
   
       </target>
  
  
  

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

Reply via email to