Changes for page Overview

Last modified by Pascal Robert on 2012/12/05 12:01

From version 27.1
edited by Ray Kiddy
on 2010/01/25 11:13
Change comment: adding some other links
To version 28.1
edited by David Avendasora
on 2010/11/30 05:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Web Applications-Deployment-Overview
1 +Deployment-Overview
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kiddyr
1 +XWiki.avendasora
Content
... ... @@ -1,5 +1,7 @@
1 1  //(Note that this content is from 2007 and may no longer be correct or necessary. See links below and use the site search for finding info on deployment issues.)//
2 2  
3 +//(Note that the following links to the most up to date Mac Deployment information - [[Deploying on Mac OS X Server]])//
4 +
3 3  Xcode expects to take a given set of files, as listed in your Groups & Files pane and from them build a finished product or set of products such as an application, a framework, a library or a command line tool.
4 4  
5 5  It's worth noting here that the items represented in this pane are of four types: files, directories, packages and groups. Files are just that, files of various types with extensions indicating the type, such as .java, .jpg, .gif, .html. Directories represent real directories somewhere in your file system and are represented with a blue folder icon. Package is a Mac OX X term for a directory of files and subdirectories that are to be recognized as a unit both by the Finder and by Xcode. They are often represented with an icon that is indistinguishable from a file icon. If Xcode isn't familiar with the kind of package represented, it displays them as blue folders. Groups are the strange items in this categorization and are pictured as yellow folders. THEY DON'T EXIST AT ALL in the file system. They are purely organizing entities for your use in Xcode. You can group files together in an Xcode Group in the Groups and Files pane that are actually distributed all over the file system of your computer. You use them in the Groups & Files pane simply to group together those items of any of the four types just described that you feel are related somehow.
... ... @@ -50,9 +50,9 @@
50 50  
51 51  === Other Links: ===
52 52  
53 -* [[Standard Deployment>>WO:Web Applications-Deployment-Standard Deployment]]
54 -* [[Tomcat Deployment>>WO:Web Applications-Deployment-Tomcat Deployment]]
55 -* [[J2EE and Servlet Deployment>>WO:Web Applications-Deployment-J2EE and Servlet Deployment]]
55 +* [[Standard Deployment>>Deployment-Standard Deployment]]
56 +* [[Tomcat Deployment>>Deployment-Tomcat Deployment]]
57 +* [[J2EE and Servlet Deployment>>Deploying on J2EE and Servlet Containers]]
56 56  * [[Split Install Deployment>>WOL:Split Install Deployment]]
57 57  * [[Remote deployment with Ant and ssh>>WOL:Remote deployment with Ant and ssh]]
58 -* [[Logging>>WO:Web Applications-Deployment-Logging]]
60 +* [[Logging>>Deployment-Logging]]