Re: Confused on setting java project with XCode.
Re: Confused on setting java project with XCode.
- Subject: Re: Confused on setting java project with XCode.
- From: Frank Midgley <email@hidden>
- Date: Sat, 25 Oct 2003 12:55:04 -0500
On Oct 25, 2003, at 11:30 AM, Sebastien Sahuc wrote:
In an attempt to switch to XCode from Eclipse (too slow), I was
playing around with a small java project. There are a few things that
I couldn't figure out, even after reading the online help.
In project builder, an additional documentation made available on ADC
(Java and project builder), explains pretty well the optional
properties that need to be set if you want to use another compiler, if
your source code resides on a sub directory rather than the project's
one, etc....
You'll have to ask more specifically about other properties of
interest, but to use the jikes compiler:
Select the target in the Groups & Files pane.
Get Info
Switch to the Rules tab
Select jikes in the "System Java rule" entry instead of JavaC.
I don't believe there is any difference in how Xcode manages locations
of source files. Drag or add any file to some point in the tree in the
Groups & Files pane. Get info on a file in the tree to change whether
it tracks absolutely, relatively, etc.
-Frank
=========================
Frank Midgley
email@hidden
http://homepage.mac.com/knarf
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.