trouble building application on osx

From: Christian van der Leeden (list..ogicunited.com)
Date: Thu Nov 28 2002 - 12:35:41 EST

  • Next message: Kaj Hejer: "Re: trouble building application on osx"

    Hi,

            can't get the MacOSClassPath.txt to build correctly.
    a) It misses out the frameworks i've specified in the woapplication
    task. (see specific description below)
    b) I've got links set up to have wo51 and wo52 on my machine at the
    same time.
         The MacOSClasspath.txt then contains e.g.:
          
    WOROOT/Library/Frameworks/wo51/JavaEOAccess.framework/Resources/Java/
    javaeoaccess.jar

    For Problem a):
    When running my ant script I get the message:
    [woapplication] Installing LUTesting in /Objects
    [woapplication]
    /Network/Users/leeden/WorkArea/Projects/cosada/LUTesting/wo.localroot
    not found.

    the property wo.localroot is defined and points to "/"

    My build.xml file contains:
         <target name="_package" depends="_compile">
             <taskdef name="woapplication"
    classname="org.objectstyle.woproject.ant.WOApplication">
                     <!-- <classpath refid="classpath"/> -->
             </taskdef>
             <echo message="${wo.localroot} WOLOCALROOT" />
             <woapplication name="${lutesting.app_name}"
                            destDir="${app_install_dir}">
                 <classes dir="${build}"/>
                 <resources dir=".">
                     <include name="*.wo/**"/>
                     <include name="*.eomodeld/**"/>
                     <include name="converter.config"/>
                     <include name="LoggingConfiguration.xml"/>
                     <include name="Connections.xml"/>
                 </resources>
                 <frameworks root="wo.localroot">
                     <include name="**/LUMCI.framework" />
                 </frameworks>
             </woapplication >
            </target>

    Otherwise works great! Pretty simple too :-)

    Christian
    P.S.: Any pointers to look at in the source would be great, too, if I
    need to debug this problem
              further.

    ----------------------------------------------
    Christian van der Leeden
    Logic United GmbH
    Tel: 089-189488-66 Mob: 0163-3747111
    www.logicunited.com





    This archive was generated by hypermail 2.0.0 : Thu Nov 28 2002 - 12:36:26 EST