• 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
Re: WOProject XcodeIndex working
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOProject XcodeIndex working


  • Subject: Re: WOProject XcodeIndex working
  • From: David LeBer <email@hidden>
  • Date: Tue, 3 May 2005 08:06:26 -0400

You need to make sure you have the WOProject.jar in your Ant class path.

I always struggle with the niceties of Java class paths, so I put it in /Developer/Java/Ant/lib/ with the rest of the Ant jars.

If there is a more appropriate place I'd love to hear it. It didn't work in /Library/Java/Extensions/ (couldn't find all of the classes it needed).

;david

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


On May 3, 2005, at 12:38 AM, Greg wrote:

I just tried it, but got a failed message

BUILD FAILED
/Users/ghulands/Development/Eclipse/workspace/DigitalDavinci/ build.xml:14: typedef class org.objectstyle.woproject.ant.FrameworkSet cannot be found



<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>


<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>



On 03/05/2005, at 2:17 PM, Jonathan 'Wolf' Rentzsch wrote:


David LeBer, email@hidden, wrote:


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



That's exactly why I wrote it :-) Glad to hear it sounds like Xcode 2.0
doesn't break it.


| Jonathan 'Wolf' Rentzsch   http://rentzsch.com
| Red Shed Software           http://redshed.net
|     "better" necessarily means "different"




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

  • Follow-Ups:
    • Re: WOProject XcodeIndex working
      • From: Will Norris <email@hidden>
    • Re: WOProject XcodeIndex working
      • From: Greg <email@hidden>
References: 
 >Re: WOProject XcodeIndex working (From: "Jonathan 'Wolf' Rentzsch" <email@hidden>)
 >Re: WOProject XcodeIndex working (From: Greg <email@hidden>)

  • Prev by Date: Tiger, Xcode 2.0 and slow performance in the borwser
  • Next by Date: Re: Tiger, Xcode 2.0 and slow performance in the borwser
  • Previous by thread: Re: WOProject XcodeIndex working
  • Next by thread: Re: WOProject XcodeIndex working
  • Index(es):
    • Date
    • Thread