Changes for page WOApplication
Last modified by Andrew Lindesay on 2011/07/17 09:52
From version 42.1
edited by Gavin Eadie
on 2009/02/17 17:02
on 2009/02/17 17:02
Change comment:
There is no comment for this version
To version 44.1
edited by Ulrich Köster
on 2008/01/19 11:13
on 2008/01/19 11:13
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. gavineadie1 +XWiki.uli - Content
-
... ... @@ -12,7 +12,7 @@ 12 12 13 13 |= Property from the wobuild.properties file |= Description |= Default 14 14 | wo.wosystemroot | Usually this is a WebObjects installation directory, like "C:pple". | NEXT//ROOT environment variable, or root directory "/". // 15 -| wo. wolocalroot | Usually this is a "Local" directory under the directory specified by "wo.woroot". | $wo.woroot/Local15 +| wo.localroot | Usually this is a "Local" directory under the directory specified by "wo.woroot". | $wo.woroot/Local 16 16 | wo.homeroot | Usually this is a user home directory. | $user.home 17 17 18 18 == Parameters == ... ... @@ -67,16 +67,6 @@ 67 67 68 68 To embed frameworks set embed to true. 69 69 70 -{{note title="Nov13/08 email from Kieran Kelleher" bgColor="#FFFFCE"}} 71 - 72 -Q: _Kieran Kelleher_ 73 -With regards the woapplication task and nested elements, what does the eclipse="true" attribute of the 'frameworks' nested element do? 74 - {{<frameworks dir="ProjectLocal" embed="$\{embed.ProjectLocal}" eclipse="true" />}} 75 - 76 -A: _Mike Schrag_ 77 -eclipse="true" makes the <frameworks> tag parse your .classpath file to determine framework dependencies. 78 -{{/note}} 79 - 80 80 === lib === 81 81 82 82 The nested lib element specifies a [[FileSet>>http://jakarta.apache.org/ant/manual/CoreTypes/fileset.html]]. This should be a fileset of jar libraries required by your application. All files in this fileset will end up in the ##Resources/Java## folder of the application, and will be included on the classpath for this application.