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

From version 42.1
edited by Pascal Robert
on 2013/09/22 14:30
Change comment: There is no comment for this version
To version 44.1
edited by D Tim Cummings
on 2023/11/13 11:56
Change comment: Renamed back-links.

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +Home
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.timcu
Tags
... ... @@ -1,0 +1,1 @@
1 +devtools
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}}