Building WO apps with ant on osx 10.2.*

From: Kaj Hejer (kaj.heje..sit.uio.no)
Date: Thu Jan 02 2003 - 03:28:04 EST

  • Next message: Ulrich Köster: "Re: Building WO apps with ant on osx 10.2.*"

    Hi!

    It has been a while since I tried to build WO apps with ant on osx.
    We mostly do this on solaris where it seems to work just fine!

    But... On osx the test bellow to see if we are n osx seems to don't
    work anymore. It has worked earlier (10.1.*?), so I'm not sure if
    this is a osx 10.2.* thing or omsething else.

    <property name="local_fw_root" value="${next_root}/Local/Library/Frameworks"/>
           <condition property= "local_fw_root" value="/Library/Frameworks">
               <and>
                   <os family="mac" />
                   <os family="unix" />
               </and>
           </condition>
    <echo message="local_fw_root: ${local_fw_root}" />

    Any ideas how this test should be?

    -Kaj :)

    -- 
    

    ____________________________________________________________________________ Universitetets Senter for Informasjonsteknologi (USIT), Universitetet i Oslo e-post: kaj.heje..sit.uio.no



    This archive was generated by hypermail 2.0.0 : Thu Jan 02 2003 - 03:28:09 EST