carnold     2005/05/13 19:52:45

  Modified:    .        build.xml
  Log:
  LOGCXX-85: Added mac build msg until issues can be resolved
  
  Revision  Changes    Path
  1.68      +13 -0     logging-log4cxx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/build.xml,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- build.xml 13 May 2005 22:10:50 -0000      1.67
  +++ build.xml 14 May 2005 02:52:45 -0000      1.68
  @@ -167,6 +167,19 @@
   <target name="mac-init" depends="os-detect" if="is-mac">
       <property name="project.type" value="xcode"/>
       <property name="project.dir" value="xcode"/>
  +    <property name="has-iconv" value="true"/>
  +    
  +    <condition property="mac_osx_wchar_not_supported_yet" value="true">
  +     <equals arg1="${has.wchar_t}" arg2="1"/>
  +    </condition>
  +    <fail if="mac_osx_wchar_not_supported_yet">
  +
  +wchar_t is not supported in Mac OS/X yet, 
  +cppunit fails to link
  +LogString may become CFString, see bug LOGCXX-85
  +
  +specify -Dhas.wchar_t=0 on Ant command line for UTF-8 build as work-around
  +</fail>
   </target>
   
   
  
  
  

Reply via email to