Re: Building frameworks in Eclipse vs. Xcode

From: Chuck Hill (chil..lobal-village.net)
Date: Mon Jun 18 2007 - 19:19:20 EDT

  • Next message: Joshua Archer: "Re: Building frameworks in Eclipse vs. Xcode"

    It is kind of messed up. Use the "Search for new features to
    install" to update the previously installed version. Yes, it is
    illogical.

    Chuck

    On Jun 18, 2007, at 4:12 PM, Joshua Archer wrote:

    > There is a way to make eclipse auto-update from this directory,
    > correct?
    >
    > On Jun 18, 2007, at 3:58 PM, Chuck Hill wrote:
    >
    >> What are you describing is
    >>
    >> 4. Really, deeply broken Wonder.
    >>
    >> You, sir, are using an archaic version of WOLips. Things get
    >> added and fixed frequency. Hie thee to http://
    >> webobjects.mdimension.com/wolips/nightly/ and install something
    >> modern. You _will_ need to recreate the project or at least
    >> create a project of the same name and move build.xml and
    >> woproject/ into this project.
    >>
    >>
    >> Chuck
    >>
    >>
    >>
    >> On Jun 18, 2007, at 3:49 PM, Joshua Archer wrote:
    >>
    >>> 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
    >>> --------------------------------------------------------------------
    >>> ---------
    >>>
    >>>
    >>>
    >>>
    >>
    >> --
    >>
    >> 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
    > ----------------------------------------------------------------------
    > -------
    >
    >
    >
    >

    -- 
    

    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 Jun 18 2007 - 19:20:13 EDT