Thanks to all, SL installed and deploying to Leopard ok, but I did have a puzzle over the best way to target Java 1.5 from SL 1.6 builds, is this the right way?:
- Eclipse, Preferences, Java, Compiler, Compiler compliance level: 1.5 (auto builds in Eclipse then build to Java 1.5 (class file version 49) but, ant builds I used to deploy still build to Java 1.6 (class version 50), which I fixed on a per application build.xml file change: - <wocompile srcdir="Sources" destdir="bin" debug="true" source="1.5" target="1.5"> Is there a way to do the change for ant builds in one place and not per application/framework? I am not using Wonder. Thanks, John On 9 Feb 2010, at 19:08, Steve Peery wrote: > When I upgraded to Snow Leopard with mysql in /usr/local/, mysql didn't work > right away. For some reason the install effected one of the mysql directories > in /usr/local/. I think it was the link named "mysql" that lead to the > specific version directory. Strange but true... > > On Feb 9, 2010, at 12:24 PM, Kieran Kelleher wrote: > >> >> On Feb 9, 2010, at 11:47 AM, John Pollard wrote: >> >>> Hi List, >>> >>> I am developing on Leopard Mac OS X 10.5.8 and deploying to Leopard 10.5.6 >>> (one Intel and one PowerPC deployment box) >>> >>> Is it safe for me to do an upgrade install of Snow Leopard onto my >>> development box. >>> >>> Will an upgrade install to Snow Leopard leave in the following undisturbed?: >>> >>> - mysql installed in /usr/local >> >> yes >> >> >> >>> - WO installation >>> - Eclipse/WOLips (which I can upgrade to Eclipse 3.4.2 and WOLips 3.4) >> 3.4 works fine on SL >> >> >>> - anything else to be concerned about? >>> >>> Would such an upgrade have any impact on deploying to non-Snow Leopard >>> boxes as described above? I assume not. >> >> Like Pascal said. Embed everything. However if you want to be 100% confident >> about java 1.5 compatabiliy if that's what is on deployment machines, just >> install java 1.5 using Pacifist: >> http://chxor.chxo.com/post/183013153/installing-java-1-5-on-snow-leopard >> >> >>> >>> My hope is that Snow Leopard might speed up my dev box a bit, especially >>> Mac Mail which I find quite slow. >>> >>> Many thanks >>> John >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) >>> Help/Unsubscribe/Update your Subscription: >>> http://lists.apple.com/mailman/options/webobjects-dev/kieran_lists%40mac.com >>> >>> This email sent to kieran_li...@mac.com >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/speery%40me.com >> >> This email sent to spe...@me.com > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/john%40pollardweb.com > > This email sent to j...@pollardweb.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com