Re: Do we have to use wobuild.properties?

From: Kaj Hejer (kaj.heje..sit.uio.no)
Date: Sat Aug 16 2003 - 14:08:34 EDT

  • Next message: Kaj Hejer: "wo.wosystemroot (was: Do we have to use wobuild.properties?)"

    At 19:43 +0200 16-08-2003, Kaj Hejer wrote:
    >When I try to build one of our applications wihout having any
    >~/Library/wobuild.properties file I get a
    >WOBuildPropertiesNotFoundException, but the build seems to work ok. I
    >guess the build works ok since we defines all the proteries needed in
    >our build.xml.

    Hi!

    Maybe I said this a little too soon... The application built ok, but
    the classpath files are missing all the stuff which is under
    WOROOT/Library/Frameworks

    Why doesn't it work to copy the properties from the wobuild.propertie
    to the build.xml file (see bellow)?

    The build.xml file I use can be found on
    http://folk.uio.no/kajh/tmp/build.xml.txt

    The following is from my wobuild.properties file on solaris (which is removed):

    wo.dir.root=/site/www/webobjects/5.1
    wo.dir.user.home.library.frameworks=/usit/saruman/web-u1/kajh/Local/Library/Frameworks
    wo.woroot=/site/www/webobjects/5.1
    wo.dir.local=/site/www/webobjects/5.1/Local
    wo.wosystemroot=/site/www/webobjects/5.1
    wo.dir.user.home.library=/usit/saruman/web-u1/kajh/Local/Library
    wo.dir.library=/site/www/webobjects/5.1/Library
    wo.dir.local.library=/site/www/webobjects/5.1/Local/Library
    wo.dir.library.frameworks=/site/www/webobjects/5.1/Library/Frameworks
    wo.dir.local.library.frameworks=/site/www/webobjects/5.1/Local/Library/Frameworks
    wo.wolocalroot=/site/www/webobjects/5.1/Local
    wo.dir.system=/site/www/webobjects/5.1

    and is put into the build.xml file as

    <property name="wo.dir.root" value="/site/www/webobjects/5.1" />
    <property name="wo.dir.user.home.library.frameworks"
    value="/usit/saruman/web-u1
    /kajh/Local/Library/Frameworks" />
    <property name="wo.woroot" value="/site/www/webobjects/5.1" />
    <property name="wo.dir.local" value="/site/www/webobjects/5.1/Local" />
    <property name="wo.wosystemroot" value="/site/www/webobjects/5.1" />
    <property name="wo.dir.user.home.library"
    value="/usit/saruman/web-u1/kajh/Local
    /Library" />
    <property name="wo.dir.library" value="/site/www/webobjects/5.1/Library" />

    <property name="wo.dir.local.library"
    value="/site/www/webobjects/5.1/Local/Libr
    ary" />
    <property name="wo.dir.library.frameworks"
    value="/site/www/webobjects/5.1/Libra
    ry/Frameworks" />
    <property name="wo.dir.local.library.frameworks"
    value="/site/www/webobjects/5.1
    /Local/Library/Frameworks" />
    <property name="wo.wolocalroot" value="/site/www/webobjects/5.1/Local" />
    <property name="wo.dir.system" value="/site/www/webobjects/5.1" />

    -Kaj :)



    This archive was generated by hypermail 2.0.0 : Sat Aug 16 2003 - 14:00:41 EDT