Re: Building frameworks in Eclipse vs. Xcode

From: Joshua Archer (joshu..dl.edu)
Date: Mon Jun 18 2007 - 18:49:47 EDT

  • Next message: Chuck Hill: "Re: Building frameworks in Eclipse vs. Xcode"

    mine looks *almost* like that, but it had a section for 'Components'
    and 'Libraries', which forced me to create some empty directories in
    the process or it would fail.

    On Jun 18, 2007, at 3:42 PM, Chuck Hill wrote:

    > The first thing to figure out is which project format you are using:
    >
    > 1. WOLips standard
    > 2. Broken Wonder
    > 3. Fixed Wonder
    >
    > Look in the build.xml for <woframework...
    >
    > Does it look like this?
    >
    > <woframework name="${framework.name}" destDir="${dest.dir}"
    > customInfoPListContent="${customInfoPListContent}" principalClass="$
    > {principalClass}" eoAdaptorClassName="${eoAdaptorClassName}">
    > <classes dir="${classes.dir}">
    > <patternset>
    > <includesfile name="woproject/classes.include.patternset"/>
    > <excludesfile name="woproject/classes.exclude.patternset"/>
    > </patternset>
    > </classes>
    > <wsresources dir="WebServerResources">
    > <patternset>
    > <include name="**/*"/>
    > <exclude name="CVS"/>
    > <exclude name=".svn"/>
    > <excludesfile name="woproject/wsresources.exclude.patternset"/>
    > </patternset>
    > </wsresources>
    > <resources dir="Resources">
    > <patternset>
    > <include name="**/*"/>
    > <exclude name="CVS"/>
    > <exclude name=".svn"/>
    > <excludesfile name="woproject/resources.exclude.patternset"/>
    > </patternset>
    > </resources>
    >
    >
    >
    >
    > On Jun 18, 2007, at 3:21 PM, Joshua Archer wrote:
    >
    >> I've checked, and the only thing in there is Info.plist and the
    >> Java dir. I've got several other files that need to make it into
    >> Resources/, what do I edit to get them in? I'm by no means an ant
    >> build expert (really just starting out). I suspect I need to add
    >> something in there to copy the files at build, yes?
    >>
    >> On Jun 18, 2007, at 2:46 PM, Chuck Hill wrote:
    >>
    >>>
    >>>> and in /Library/Frameworks I got the framework to build with the
    >>>> jar. I have associated plist files etc. -- did those get into
    >>>> the jar, or do I need to modify my ant script to copy those into
    >>>> the framework?
    >>>
    >>> They _should_ get copied. Check in the .framework/Resources
    >>> directory to verify. If not, you will need to do something.
    >>
    >> ---------------------------------------------------------------------
    >> --------
    >> Joshua Archer
    >> Software Engineer, CSU - Center for Distributed Learning
    >> Phone: 707.664.2085, Fax: 707.664.4350
    >> ---------------------------------------------------------------------
    >> --------
    >>
    >>
    >>
    >>
    >
    > --
    >
    > 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
    >
    >
    >
    >
    >
    >

    ------------------------------------------------------------------------
    -----
    Joshua Archer
    Software Engineer, CSU - Center for Distributed Learning
    Phone: 707.664.2085, Fax: 707.664.4350
    ------------------------------------------------------------------------
    -----



    This archive was generated by hypermail 2.0.0 : Mon Jun 18 2007 - 18:51:25 EDT