Last modified by Pascal Robert on 2012/07/21 20:39

From version 52.1
edited by George Domurot
on 2009/07/14 10:07
Change comment: There is no comment for this version
To version 53.1
edited by George Domurot
on 2009/07/14 10:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,11 +16,11 @@
16 16  
17 17  * make sure you are in the Navigator view
18 18  * edit build.properties, and add:
19 -* ##build.app.name=MyApp-2009-07-14##
19 +* build.app.name=MyApp-2009-07-14
20 20  
21 21  Within build.properties (I may need to be corrected on this), the best approach to linking your embedded framework's web server resources automatically is to include (however the bug noted above breaks this):
22 22  
23 -* ##frameworksBaseURL=/WebObjects/$build.app.name.woa/Frameworks##
23 +* frameworksBaseURL=/WebObjects/${{build.app.name}}{{/build.app.name}}.woa/Frameworks
24 24  
25 25  And finally, there is a bud in the build.xml file that you may need to clean-up:
26 26  [[http://issues.objectstyle.org/jira/browse/WOL-979]]