Re: deployment task

From: Kieran Kelleher (kieran_list..ac.com)
Date: Tue Feb 20 2007 - 13:42:41 EST

  • Next message: André Koppany: "Re: deployment task"

    Ulrich's embed instructions are one way. Also, you can *very simply*
    add embed="true" for specific framework directories in the build.xml
    file to achieve embedding like this:

    <snip> .........

                               <frameworks root="${wo.wolocalroot}" embed="true">
                                   <patternset>
                                               <includesfile name="woproject/ant.frameworks.wo.wolocalroot"/>
                                    </patternset>
                                </frameworks>
                            <frameworks root="${user.home}" embed="true">
                                   <patternset>
                                               <includesfile name="woproject/ant.frameworks.user.home"/>
                                    </patternset>
                                </frameworks>
                            <frameworks root="${wo.wosystemroot}">
                                   <patternset>
                                               <includesfile name="woproject/ant.frameworks.wo.wosystemroot"/>
                                    </patternset>
                                </frameworks>

      ........... </snip>

    On Feb 20, 2007, at 1:30 PM, Mike Schrag wrote:

    > Embedding frameworks is TOTALLY the way to go ... It makes life so
    > much easier.
    >
    > On Feb 20, 2007, at 1:24 PM, Kieran Kelleher wrote:
    >
    >> Probably there are a few different practices, however the
    >> tutorials have an info on linking to the frameworks in your
    >> workspace and there is also info showing how to embed frameworks
    >> in final deployment build:
    >> http://wiki.objectstyle.org/confluence/display/WOL/Debug+Code+in+a
    >> +Framework
    >> http://wiki.objectstyle.org/confluence/display/WOL/Project+Wonder
    >> +woa+with+Linked+Source
    >> http://wiki.objectstyle.org/confluence/display/WOL/Embedding
    >> +WOFrameworks
    >>
    >> On Feb 20, 2007, at 12:51 PM, André Koppany wrote:
    >>
    >>> Hi,
    >>>
    >>> how you handle your applications with linked projects for
    >>> deployment?
    >>>
    >>> At the moment I build every project (=framework) and install it
    >>> to /Library/Frameworks
    >>> than I relinked these frameworks to the application.
    >>>
    >>> How you guys handle this?
    >>>
    >>> thanks,
    >>> André
    >>>
    >>
    >
    >



    This archive was generated by hypermail 2.0.0 : Tue Feb 20 2007 - 13:42:53 EST