Changes for page Getting Started with BugTracker
Last modified by Pascal Robert on 2012/07/27 20:28
From version 27.1
edited by David Holt
on 2007/06/20 20:07
on 2007/06/20 20:07
Change comment:
There is no comment for this version
To version 22.1
edited by David Holt
on 2007/06/20 19:25
on 2007/06/20 19:25
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,9 +1,7 @@ 1 1 **Getting Started with BugTracker** 2 2 3 -~1. Import the following source code folders from CVS according to the [[tutorial>>http://wiki.objectstyle.org/confluence/display/WOL/Project+Wonder+woa+with+Linked+Source]]. You may need to adjust the exact folders you import depending on the database you plan to use. In this case, I have added the FrontBase plugin as well as all the other frameworks that BugTracker expects to find in its build path .3 +~1. Import the following source code folders from CVS according to the [[tutorial>>http://wiki.objectstyle.org/confluence/display/WOL/Project+Wonder+woa+with+Linked+Source]]. You may need to adjust the exact folders you import depending on the database you plan to use. In this case, I have added the FrontBase plugin as well as all the other frameworks that BugTracker expects to find in its build path: 4 4 5 -The next three screenshots are showing the folders that can be found on the CVS server for Wonder. I have split them up because all the folders don't fit on the screen at once! As you can see, the folders that are necessary are found in several different sub-folders. 6 - 7 7 [[image:Context-023.jpg]] 8 8 [[image:Context-024.jpg]] 9 9 [[image:Context-025.jpg]] ... ... @@ -34,12 +34,10 @@ 34 34 35 35 ---- 36 36 37 -6. Change the Properties located in the resources folder to match the requirements for your database.WonderapplicationsneedPropertiesfilestomanage their configurationcorrectly. Thereare anumberof different placesintheWonderframeworkshatapplicationpropertieswill be readfrom.In theoriginalexample,the Databaseconnection propertiesaretaken froma loggedin user'spropertiesfile, inthisase itamed"Properties.ak". I moved therelevantlinestothe ApplicationPropertiesfile thatdescribedtheGlobal connectiondictionaryfor BugTrackertoccess my FrontBasedatabase.35 +6. Change the properties located in the resources folder to match the requirements for your database. I use Frontbase. You can either set Global properties for your database, or by model as per the instructions in [[ERXConfigurationManager documentation>>http://webobjects.mdimension.com/wonder/api/er/extensions/ERXConfigurationManager.html]] 38 38 39 - You caneithersetGlobal propertiesfor your database,or you cansethem for a specific model. See the Wonder docsformore information about Propertiesfiles anddatabase configuration[[ERXConfigurationManager documentation>>http://webobjects.mdimension.com/wonder/api/er/extensions/ERXConfigurationManager.html]]37 +Here are the settings I used for FrontBase: 40 40 41 -Here are the Global database connection settings I used for FrontBase. If you are using a different setup, you may want to ask on the mailing list for guidance: 42 - 43 43 #ERXConfigurationManager properties moved in from Properties.ak 44 44 #Original Settings for Postgresql 45 45 #Changed to Frontbase ... ... @@ -51,12 +51,6 @@ 51 51 dbEOPrototypesEntityGLOBAL=EOJDBCFrontBasePrototypes 52 52 er.javamail.adminEmail=foo@localhost.com// 53 53 54 -You can see the Properties file that you are editing in the following screenshot: 55 - 56 -[[image:Context-036.jpg]] 57 - 58 ----- 59 - 60 60 Make sure that the build path contains the plugin for your database; 61 61 62 62 [[image:Context-030.jpg]]