Re: Snow Leopard upgrade questions
Re: Snow Leopard upgrade questions
- Subject: Re: Snow Leopard upgrade questions
- From: "Kantala, Dmytro R." <email@hidden>
- Date: Wed, 03 Mar 2010 09:21:52 -0500
- Thread-topic: Snow Leopard upgrade questions
I have not done or tested this, but something you could try.
Change your build.xml file to something of the following:
<project name="SomeProjectName" default="build" basedir=".">
<ant antfile="antTargets.xml"/>
</project>
You then put all your targets into the antTargets.xml and keep that file in
a common project.
In each project that you want to use the antTargets.xml file, use Eclipse to
create a new file, but use the "Link to file in the file system" option
(under "<< Advanced") and point it to the common antTargets.xml file.
If you are sharing your code with others, be sure to create a variable to
your workspace when performing the file link.
Here is more on the ant tag.
http://ant.apache.org/manual/CoreTasks/ant.html
DK
> From: John Pollard <email@hidden>
> Date: Wed, 3 Mar 2010 11:49:56 +0000
> To: WebObjects-Dev Apple <email@hidden>
> Subject: Re: Snow Leopard upgrade questions
>
> 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 (email@hidden)
>>>> Help/Unsubscribe/Update your Subscription:
>>>>
m
>>>>
>>>> This email sent to email@hidden
>>>
>>> _______________________________________________
>>> 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
>>
>> _______________________________________________
>> 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
Confidential & Privileged
Unless otherwise indicated or obvious from its nature, the information contained in this communication is attorney-client privileged and confidential information/work product. This communication is intended for the use of the individual or entity named above. If the reader of this communication is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error or are not sure whether it is privileged, please immediately notify us by return e-mail and destroy any copies--electronic, paper or otherwise--which you may have of this communication.
_______________________________________________
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