Last modified by David Avendasora on 2013/09/22 14:30

From version 23.1
edited by David Avendasora
on 2011/05/20 02:41
Change comment: There is no comment for this version
To version 24.1
edited by David Avendasora
on 2011/04/25 17:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,8 +2,8 @@
2 2  
3 3  There are two different and very distinct kinds of builds used during the development and deployment of a WebObjects project.
4 4  
5 -1. Incremental Build - this is what Eclipse does every time you save a file. It's automatic (unless you turn it off) and it is very unlikely you'll ever need to really think about it.
6 -1. Deployment Build - this is what **you** need to do every time you want to deploy your application. Often times you will customize this process if you are doing things differently than the defaults.
5 +1. Incremental Build
6 +1. Deployment Build
7 7  
8 8  Both Incremental and Deployment builds make use of some common files to tell them where to look for resources needed to build an application or framework. They include:
9 9