Re: How to include a Framework in a WebObjects Application

2006-06-20 Thread Lachlan Deck
Hi there, On 16/06/2006, at 3:34 AM, Chuck Hill wrote: On Jun 15, 2006, at 6:48 AM, Carter Wojcik wrote: I have a webobjects application which I would like to add a framework containing custom components. Instead of placing the framework into the /Library/Frameworks directory, I would like t

Re: How to include a Framework in a WebObjects Application

2006-06-15 Thread apl
Hello; If you download... http://homepage.mac.com/andrewlindesay/le/downloads/ lewostuff_distrib_9june2006.gnutar.bz2 You will find a PDF inside called "LEWOStuffOverview.pdf" with a sub section called "LEWOStuff as a Private Framework in a WebObjects Application". The variable "PRIVATE

Re: How to include a Framework in a WebObjects Application

2006-06-15 Thread Mohapatra Ashish
Hi Carter, For the image/resources to be fetched from the framework intended, please use the property of the WOImage/other dynamic element to do the binding into the framework, else it will always try to fetch from the main application and not frameworks. Every other dynamic element have one or ot

Re: How to include a Framework in a WebObjects Application

2006-06-15 Thread Chuck Hill
When I have done this, I had to modify the classpath file by hand / script. I don't know if Xcode will do that for you. If it will, I have no idea how. Chuck On Jun 15, 2006, at 6:48 AM, Carter Wojcik wrote: Hi All - I have a webobjects application which I would like to add a framework

How to include a Framework in a WebObjects Application

2006-06-15 Thread Carter Wojcik
Hi All - I have a webobjects application which I would like to add a framework containing custom components. Instead of placing the framework into the /Library/Frameworks directory, I would like to include the framework directly in my application for portablililty. I have read the Apple document