Changes for page Getting Started with BugTracker
Last modified by Pascal Robert on 2012/07/27 20:28
From version 36.1
edited by Ray Kiddy
on 2009/11/30 19:16
on 2009/11/30 19:16
Change comment:
much updating, simplifying, referencing other documentation
To version 37.1
edited by Pascal Robert
on 2012/07/22 14:01
on 2012/07/22 14:01
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. kiddyr1 +XWiki.probert - Content
-
... ... @@ -1,6 +1,6 @@ 1 1 **Getting Started with BugTracker** 2 2 3 -There are different ways to build the BugTracker application. If you are going to be making changes to the project and its dependent frameworks and experimenting with them, you will probably want to open the projects in eclipse with WOLips. If you just want to see the app work, you can check out the code, build it with ant and run it from the /Roots directory. See [[ ProjectWONDER-Installing>>WO:ProjectWONDER-Installing]] page for information on getting the projects' source and building it.3 +There are different ways to build the BugTracker application. If you are going to be making changes to the project and its dependent frameworks and experimenting with them, you will probably want to open the projects in eclipse with WOLips. If you just want to see the app work, you can check out the code, build it with ant and run it from the /Roots directory. See [[Getting the Wonder Source Code]] page for information on getting the projects' source and building it. 4 4 5 5 If you build the app with ant, launching it may be as simple (once some things are set up) as: 6 6 ... ... @@ -19,7 +19,7 @@ 19 19 20 20 {{/code}} 21 21 22 -If you want to build the application in eclipse, you may need to set the framework dependencies of the project. There are two ways of doing this. You can either open all the dependent frameworks in eclipse and then eclipse will track and build everything, or you can point the open project(s) to installed versions of the framework, as installed. Instructions for these two methods of managing framework dependencies is at [[Add a Framework Dependency>> WOL:Add a Framework Dependency]]. The frameworks that the BugTracker application may depend on are:22 +If you want to build the application in eclipse, you may need to set the framework dependencies of the project. There are two ways of doing this. You can either open all the dependent frameworks in eclipse and then eclipse will track and build everything, or you can point the open project(s) to installed versions of the framework, as installed. Instructions for these two methods of managing framework dependencies is at [[Add a Framework Dependency>>Add a Framework Dependency]]. The frameworks that the BugTracker application may depend on are: 23 23 24 24 * Ajax.framework 25 25 * BTBusinessLogic.framework ... ... @@ -101,3 +101,7 @@ 101 101 ---- 102 102 103 103 Explore 104 + 105 +**BugTracker with in-memory data** 106 + 107 +BugTracker app can now run with MemoryAdaptor, which requires zero setup. This should make it much easier to fire up the example app to see what Wonder can do. To run with memory adaptor, you can launch from eclipse with the VM Arguments "-Xmx512M --Duser.name=Memory".--