• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WOProject XcodeIndex working
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WOProject XcodeIndex working


  • Subject: WOProject XcodeIndex working
  • From: David LeBer <email@hidden>
  • Date: Mon, 2 May 2005 23:55:46 -0400

I've got the WOLips/WOProjects XcodeIndex task working (silly, silly, class path! :-)

I can run it from the command line, open the project in Xcode, open the component and WOBuilder sees all of the attributes. After I've done this once, components can be opened from Eclipse/WOlips (as long as Xcode is running in the background).

** Yay! No more scary privateframework hacks!**

I'm assuming that I'll need to run XcodeIndex any time I add Components, Classes, or Frameworks to the project. Any one using WOLips like to share their best-practices of handling this in their workflow?

This is the target in my build.xml file (it is a modified version of the sample <http://www.objectstyle.org/woproject/ant/xcodeindex.html>):

<target name="xcode.index" depends="setProps">
<typedef name="frameworks" classname="org.objectstyle.woproject.ant.FrameworkSet"/>
<frameworks root="${wo.wosystemroot}" id="system.frameworks">
<patternset>
<includesfile name="woproject/ ant.frameworks.wo.wosystemroot"/>
</patternset>
</frameworks>
<frameworks root="${wo.wolocalroot}" id="local.frameworks" embed="true">
<patternset>
<includesfile name="woproject/ ant.frameworks.wo.wolocalroot"/>
</patternset>
</frameworks>
</frameworks>-->


<taskdef name="xcodeindex" classname="org.objectstyle.woproject.ant.XcodeIndex"/>
<xcodeindex projectFile="./Xcode.xcode">
<resources dir=".">
<include name="*.wo"/>
<include name="*.eomodeld"/>
<include name="*.api"/>
</resources>
<sources dir="./src">
<include name="**/*.java"/>
</sources>
<frameworks refid="system.frameworks"/>
<frameworks refid="local.frameworks"/>
</xcodeindex>
</target>



;david

--
David LeBer
Codebase Software Systems
site:   http://www.codebase.ca
blog: http://david.codebase.ca


Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: to one relationship not setting foreign key
  • Next by Date: Re: WOProject XcodeIndex working
  • Previous by thread: Re: to one relationship not setting foreign key
  • Next by thread: Re: WOProject XcodeIndex working
  • Index(es):
    • Date
    • Thread