Changes between Version 24 and Version 25 of AppDebug
- Timestamp:
- Sep 7, 2011, 4:59:50 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDebug
v24 v25 28 28 29 29 * Make a directory and put the BOINC client there. Note: you'll need a 6.10.14 or later client. 30 * Put the file [http://boinc.berkeley.edu/trac/browser/trunk/boinc/samples/client_state_save.xml samples/client_state_save.xml] in it. 30 * Put the file [http://boinc.berkeley.edu/trac/browser/trunk/boinc/samples/client_state_save.xml samples/client_state_save.xml] in it 31 (modify this file as needed). 31 32 * Create a file '''account_test.xml''' containing 32 33 {{{ … … 95 96 you can test applications by repeatedly deploying new app versions in the project. 96 97 However, this is tedious if you need to make a lot of fixes. 97 It's easier to use BOINC's [ AnonymousPlatform anonymous platform] mechanism.98 It's easier to use BOINC's [http://boinc.berkeley.edu/wiki/Anonymous_platform anonymous platform] mechanism. 98 99 To do this: 99 * Following the [ AnonymousPlatform directions], create a file 'app_info.xml' in the client's project_* directory, with the appropriate name and version number of your application.100 * Following the [http://boinc.berkeley.edu/wiki/Anonymous_platform directions], create a file 'app_info.xml' in the client's project_* directory, with the appropriate name and version number of your application. 100 101 * Each time you build a new version of your application, copy the executable into the project_* directory, making sure it has the appropriate name. Then restart the core client. 101 102