Re: Java project - warning message - catch 22
Re: Java project - warning message - catch 22
- Subject: Re: Java project - warning message - catch 22
- From: Chris Espinosa <email@hidden>
- Date: Sat, 28 Feb 2009 20:12:53 -0800
On Feb 28, 2009, at 6:46 PM, Christopher Henrich wrote:
I have several Java applets that I have built using Xcode. Since I
installed Xcode 3, whenever I build one of these, I get a warning
message:
"Jam is deprecated; targets that use Jam should be upgraded to
native targets."
OK, this sound like a virtuous thing to do. On the Project menu of
Xcode is an item: "Upgrade all Targets in Project to Native."
Ah. this should be easy.
But when I select that item, I see an alert message that says, in
part:
"Java is presently supported by native targets, so you should not
upgrade projects with targets containing Java."
Here is a classic double bind. I am forbidden to do what I am told I
ought to do. Which of these messages should I heed?
Should I simply replace my old projects with new ones?
Jam is now supported by External Build System targets that use the ant
command-line tools. We find that most people who build large Java
projects do so for cross-platform code, and having a separate build
system for Xcode was burdensome for them and us.
Create a new Java target with New Target, point it at your sources,
and delete the old Jam target.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden