Re: Which woproject.jar file to build WOLips 3.4.x via ant

From: Chuck Hill (chil..lobal-village.net)
Date: Mon Jan 26 2009 - 19:19:59 EST

  • Next message: J. Philip Porschke: "WOSecurityHandler not found"

    On Jan 26, 2009, at 4:06 PM, Michael Hast wrote:

    > Hi Chuck:
    >
    > I am all for modern ant. Are there any docs for WOPath?

    You mean besides "wopath is like classpath, but it understands WO
    frameworks."? No.

    > I am not quite sure how I would integrate it.

    > <wocompile srcdir="${project.dir}/${sources.dir}" destdir="$
    > {build.classes}" debug="on" optimize="off" deprecation="on" source="$
    > {compiler.source}" target="${compiler.target}">
    > <classpath>
    > <fileset dir="${project.dir}/Libraries">
    > <include name="**/*.jar" />
    > </fileset>
    >>> <wopath id="project.classpath">
    >>> <frameworks root="User" eclipse="true" />
    >>> <frameworks root="Library" eclipse="true" />
    >>> <frameworks root="System" eclipse="true" />
    >>> </wopath>
    </wocompile>

    > Is WOPath inside of WOCompile?

    No, it is a type defined in woproject.jar,

      <typedef resource="typedef.properties" classpath="${woproject.path}"/>

    > I am building it outside of Eclipse, do I need to set
    > eclipse="false"? What does WOPath's <frameworks root="User".../>
    > resolve to?

    http://wolips.blogspot.com/

    > How will that help with my original observation that using WOnder's
    > woproject.jar actually build and using WOLips woproject.jar the ant
    > build fails.

    You are trying to use out of date Ant stuff with New Hotness.

    Chuck

    > Chuck Hill wrote:
    >> May I suggest some more modern Ant?
    >> <wopath id="project.classpath">
    >> <frameworks root="User" eclipse="true" />
    >> <frameworks root="Library" eclipse="true" />
    >> <frameworks root="System" eclipse="true" />
    >> </wopath>
    >> wopath is like classpath, but it understands WO frameworks.
    >> Chuck
    >
    > --
    > Tel: (520) 572-9410
    > Desert Sky Software: www.desertsky.com
    > Specializing in the Development and Hosting of
    > e-Business Applications.
    >

    -- 
    Chuck Hill             Senior Consultant / VP Development
    

    Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects



    This archive was generated by hypermail 2.0.0 : Mon Jan 26 2009 - 19:20:44 EST