Alternate folders behaviour.

From: Christian Edward Gruber (cgrube..srafil.net)
Date: Thu Jan 09 2003 - 14:44:40 EST

  • Next message: Christian Edward Gruber: "one more thing..."

    Greetings,
     
       I've modded my own version of wolips 0.9.5 to support an alternate
    folder settings. I think this might work as a replacement, as it allows
    the older approach, but also allows one to (using build.properties)
    re-target many of the folders.
     
    For example, I like to have
     
    /Resources/General (components, etc)
    /Resources/WebServer (WSResources)
    /Resources/Libraries (included libs [not frameworks])
     
    The attached version uses such a scheme by default, but allows you to
    set
    resources.dir (default=${basedir}/Resources)
    resources.general.dir
    (default=${resources.dir}/General)
    resources.webserver.dir (default=${resources.dir}/WebServer)
    lib.dir
    (default=${resources.dir}/Libraries)
     
    in the build.properties file, as well as it builds the .woa into a
    different build.dir, which is also configurable. (I use
    ${basedir}/Build)
     
    It's not a substantial change, but can really organize your stuff in a
    cleaner way.
     
    I'll be doing the same thing to the framework bits, but if this level of
    configurability can be added in the default, it would be nice.
     
    Regards,
    Christian.
     





    This archive was generated by hypermail 2.0.0 : Thu Jan 09 2003 - 14:46:22 EST