On Tue, Dec 23, 2008 at 9:04 AM, Francesco Romano <[email protected]> wrote: > > On 23/dic/08, at 17:43, Michael DeMan (WO) wrote: > > I have developed WO 5.4 under OSX 10.4, including switching back and forth. > If you are just getting started, I would recommend trying to get 5.4 > running if you can. Ideally, upgrading your machine to OSX 10.5 is the way > to go, but if that is impossible then... > > > You want to swap out the WebObjects 5.3 and 5.4 frameworks on your local > machine - or rather, replace the 5.3 frameworks with the 5.4 frameworks. > > Download the WO 5.4 installer and open it up so you can see the frameworks. > > More details on what you should see, and where it should go is at: > > http://wiki.objectstyle.org/confluence/display/WO/WO+5.4+Getting+Started#WO5.4GettingStarted-DevelopingwithbothWebObjects5.4and5.3 > > - Mike > > > > So I've to download Xcode 3.0 (the package) to my Tiger machine, open the > package (not "double click") and searching for the frameworks and copying > to /System/Library/Frameworks ? > Then I can install Wonder 5.4 in /Libray/Framework ? > Can I simply "copy" the framework from my Leopard Machine? > Francesco > > Francesco Romano wrote: > >
No. The idea is to embed the frameworks in the built application, and then your application will use the WO5.4 frameworks and all necessary libraries wherever you deploy your application. The target server needs only to be running Java 1.5, which Tiger also now uses (if its software is up to date). Also, to answer CS1 and G5, Leopard runs fine on powerpc machines, G5, etc. But as noted below (link), CS1 and apparently CS2 don't work with Leopard well. CS1 is dead-on-arrival, but CS2 may work. If you want both, then you can and should use 10.4 still and probably stick with WO 5.3. Unless you used some special new code, it should just work with 5.3. Finally, I believe the new wolips stable branch will be 5.4 only (Mike?) and so you'll want to get up and running with the 5.3 stable branch soon before it changes if indeed you want to stick with Tiger. http://www.adobe.com/support/products/pdfs/leopardsupport.pdf > On 23/dic/08, at 17:09, Simon McLean wrote: > > > > > On 23 Dec 2008, at 16:03, Francesco Romano wrote: > > On 23/dic/08, at 16:55, Pascal Robert wrote: > > > Le 08-12-23 à 10:50, Francesco Romano a écrit : > > Hi... I made a little mistake... > > I'm learning WO and developing an application. I use Leopard. > > The computer where I'll deploy the app use Tiger... (so I think it can't > have WO 5.4) > > If Java 1.5 is available on the Tiger box, you can use 5.4. Embed the WO > frameworks in your app, this way you won't have to install 5.4 on the Tiger > box. > > > How can I do that? > > assuming you are using Wonder, put these in your build.properties > > embed.ProjectLocal=true > > embed.External=true > > embed.Local=true > > embed.User=true > > embed.System=true > > embed.Network=true > > I'm using Wonder.. > > I tried this but it does not work (it continue to read the frameworks in > /Library/Frameworks on the deployment computer). > > I added this in the file Properties in Resources,... is the wrong place? > > ------------------------------------------------------------------------ > > _______________________________________________ > > Do not post admin requests to the list. They will be ignored. > > Webobjects-dev mailing list ([email protected]) > > Help/Unsubscribe/Update your Subscription: > > http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40deman.com > > This email sent to [email protected] > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/fra.makaveli%40gmail.com > > This email sent to [email protected] > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/jmlittle%40gmail.com > > This email sent to [email protected] > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
