Re: Sharing a Model using Eclipse

2009-11-02 Thread Chuck Hill
On Nov 2, 2009, at 7:55 AM, David Avendasora wrote: On Oct 28, 2009, at 7:59 PM, Chuck Hill wrote: On Oct 28, 2009, at 4:55 PM, David LeBer wrote: ...the same EOModel and associated java classes ... are stored in a separate folder and were being referenced by each of the app projects in

Re: Sharing a Model using Eclipse

2009-11-02 Thread David Avendasora
On Oct 28, 2009, at 7:59 PM, Chuck Hill wrote: On Oct 28, 2009, at 4:55 PM, David LeBer wrote: ...the same EOModel and associated java classes ... are stored in a separate folder and were being referenced by each of the app projects in XCode. I don't have an answer as to whether you can r

Re: Sharing a Model using Eclipse

2009-10-29 Thread David Griffith
Doh... it was too late in the night when I was doing it. Clicked the wrong button when I added the framework. David. On Oct 29, 2009, at 3:45 AM, Chuck Hill wrote: On Oct 28, 2009, at 6:20 PM, David Griffith wrote: Ok, well I've made my framework with the EOModel and the java classes in

Re: Sharing a Model using Eclipse

2009-10-29 Thread David Griffith
WOLips 3.5.6006, Eclipse 3.5.1, Mac OS X 10.6. I did follow the instructions and I'm sure I put everything in the right place, but apparently I did something wrong. David. On Oct 29, 2009, at 3:48 AM, Chuck Hill wrote: What version of WOLips are you using? Maybe it predates some of this.

Re: Sharing a Model using Eclipse

2009-10-28 Thread Chuck Hill
What version of WOLips are you using? Maybe it predates some of this. The other option is that you have things in the wrong place in your framework project. On Oct 28, 2009, at 5:00 PM, David Griffith wrote: Hi Chuck, It was that very tutorial which I was following before I typed the e

Re: Sharing a Model using Eclipse

2009-10-28 Thread Chuck Hill
On Oct 28, 2009, at 6:20 PM, David Griffith wrote: Ok, well I've made my framework with the EOModel and the java classes in it. I've given it a package name ips.sharedfiles. I've installed the Framework and I've added it to the project I want to use it in. I presumed I would then use:

Re: Sharing a Model using Eclipse

2009-10-28 Thread David Griffith
Sorry, I didn't explain that clearly. It's the same model and associated classes, stored in one location, being referenced by the 3 apps. On Oct 29, 2009, at 12:59 AM, Chuck Hill wrote: On Oct 28, 2009, at 4:55 PM, David LeBer wrote: ...the same EOModel and associated java classes ... are s

Re: Sharing a Model using Eclipse

2009-10-28 Thread David Griffith
Hi Chuck, It was that very tutorial which I was following before I typed the email, thanks. I just wasn't too sure how to handle the model in the same situation. I guess I'll have a go as I was intending to below and see how it works out :-) David, thanks for your comments too, I'll hav

Re: Sharing a Model using Eclipse

2009-10-28 Thread David Griffith
Ok, well I've made my framework with the EOModel and the java classes in it. I've given it a package name ips.sharedfiles. I've installed the Framework and I've added it to the project I want to use it in. I presumed I would then use: import ips.sharedfiles.*; But it doesn't recognize t

Re: Sharing a Model using Eclipse

2009-10-28 Thread Chuck Hill
On Oct 28, 2009, at 4:55 PM, David LeBer wrote: ...the same EOModel and associated java classes ... are stored in a separate folder and were being referenced by each of the app projects in XCode. I don't have an answer as to whether you can reference a separate model in multiple apps, beca

Re: Sharing a Model using Eclipse

2009-10-28 Thread David LeBer
On 2009-10-28, at 7:42 PM, David Griffith wrote: Hi all, I am slowly getting to grips with Eclipse/WOLips but I am struggling to import some existing apps that I have which were built in XCode. My problem is this, and it's probably very simple, but I'd appreciate any help: I have 3 app

Re: Sharing a Model using Eclipse

2009-10-28 Thread Chuck Hill
These should answer your questions: http://wiki.objectstyle.org/confluence/display/WOL/Create+a+WebObjects+Framework http://wiki.objectstyle.org/confluence/display/WOL/Add+a+Framework+Dependency Chuck On Oct 28, 2009, at 4:42 PM, David Griffith wrote: Hi all, I am slowly getting to grips w

Sharing a Model using Eclipse

2009-10-28 Thread David Griffith
Hi all, I am slowly getting to grips with Eclipse/WOLips but I am struggling to import some existing apps that I have which were built in XCode. My problem is this, and it's probably very simple, but I'd appreciate any help: I have 3 apps that all use the same EOModel and associated java