Changes for page Building a WebObjects Project
Last modified by David Avendasora on 2013/09/22 14:30
From version 21.1
edited by David Avendasora
on 2011/05/20 02:45
on 2011/05/20 02:45
Change comment:
There is no comment for this version
To version 22.1
edited by David Avendasora
on 2011/05/20 02:41
on 2011/05/20 02:41
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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 - 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. 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 ... ... @@ -25,7 +25,7 @@ 25 25 26 26 {{info title Incremental Builder !="Ant/Maven Build"}} 27 27 28 -Just because your project runs fine in Eclipse/WOLips does not necessarily mean it will build o rrun, when using Ant or Maven(for deployment). If you haven't made changes to the defaults and are doing a standard deployment then it should just work, but if you've modified install locations or are using source (as opposed to binary) frameworks then you will likely have additional steps that you'll need to do complete prior to being able to use Ant or Maven to build.28 +Just because your project runs fine in Eclipse/WOLips does not necessarily mean it will build, let alone run, when using Ant or Maven. If you haven't made changes to the defaults and are doing a standard deployment then it should just work. 29 29 30 30 {{/info}} 31 31