Changes for page Building a WebObjects Project
Last modified by David Avendasora on 2013/09/22 14:30
From version 43.1
edited by Pascal Robert
on 2013/09/22 14:30
on 2013/09/22 14:30
Change comment:
Migrated to Confluence 5.3
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.timcu - Content
-
... ... @@ -11,7 +11,7 @@ 11 11 The {{code language="none"}}woproject.jar{{/code}} library is embedded in WOLips to help Eclipse, Ant (when triggered from within Eclipse) and Maven build a valid WebObjects Application ({{code language="none"}}.woa{{/code}}) or WebObjects Framework ({{code language="none"}}.framework{{/code}}) bundle. If you are going to build your project using Hudson/Jenkins, then it will also need access to this library 12 12 1. **[[doc:The build\.properties File]]** 13 13 This file resides in the root directory your WebObjects project. It may be hidden from your view by Eclipse's ability to filter the displayed files in the //WO Explorer// view, but if you look in the project's directory in the finder/desktop/command line you will see it. 14 -1. **[[doc:WOL.wolips\.properties]]** 14 +1. **[[doc:WOL.Home.wolips\.properties.WebHome]]** 15 15 This file can contain and override the same settings as the build.properties file, but it's primary purpose is to define the locations that a build done by Eclipse or Ant will look for compiled framework dependencies in. The default location of this file is: 16 16 1*. **Mac OS X**: {{code language="none"}}~/Users/yourusername/Library/Application Support/WOLips/wolips.properties{{/code}} 17 17 1*. **Linux**: {{code language="none"}}/home/<user>/Library/Application Support/WOLips/wolips.properties{{/code}}