Adding Components from another project in XCode 1.5
This is a not so obvious task .... and it can be
frustrating if you select the wrong options in the Add dialog and you find that
the .wo component no longer responds to double-clicking! .....
Here are the
steps:1) In your destination project,
right-click the "Web Components" group in the Groups & Files pane on the
left of your XCode project window and select Add/Existing Files... from the
contextual menu.4) Navigate the file
open window to your source project in the file system where you are copying
from. Select the .api, .java and .wo files in the source project folder and
click Add.5) Choose these options
(Copy items.... and Create Folder Refs...) The files will be added to your
project.:
6)
Right-click again on Web Components and Add/New
Group7) Name the group the same as the
component.8) Drag the three components
into the new group in XCode.
Posted: Tuesday - November 23, 2004 at 02:52 PM