Changes between Version 10 and Version 11 of DeveloperInformation
- Timestamp:
- May 31, 2007, 2:26:45 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperInformation
v10 v11 3 3 = Developer information = 4 4 5 Documentation needed for the BASE developer is available though [http://base.thep.lu.se/chrome/site/doc/development/index.html developer information]. 5 Documentation needed for the BASE developer is available through [http://base.thep.lu.se/chrome/site/doc/html/developerdoc/developerdoc.html developer information] and 6 [http://base.thep.lu.se/chrome/site/doc/api/index.html BASE 2 API Javadoc]. 6 7 7 8 == Test data == 8 9 9 We have an core developers only repository for BASE test data. This data is needed for runningthe test programs in BASE, the tests will compile without acces to the data. The reason to have this restriction is that some data is proprietary and we cannot disclose it. Core developers should use this command in their '''base working copy root directory''':10 We have repository for core developers only with BASE test data. This data is needed for running some of the test programs in BASE, the tests will compile without acces to the data. The reason to have this restriction is that some data is proprietary and we cannot disclose it. Core developers should use this command in their '''base working copy root directory''': 10 11 11 12 `svn checkout http://lev.thep.lu.se/repository/basetestdata/trunk/ testdata` … … 25 26 We have compiled some small example plugins which might be of interest if you are going to develop plugins yourself. The tar file contains the source code and compiled classes, [http://base.thep.lu.se/chrome/site/doc/development/plugins/exampleplugins.tar.gz exampleplugins.tar.gz] 26 27 27 For more information about developing plugins see [http://base.thep.lu.se/chrome/site/doc/development/index.html#plugins Development information - Plug-ins]. 28 For more information about developing plugins see the [http://base.thep.lu.se/chrome/site/doc/html/developerdoc/plugin_developer/plugin_developer.html Plug-in developer] chapter of 29 the BASE documentation. 28 30 29 31 == robots.txt ==