Changes between Version 246 and Version 247 of WikiStart
- Timestamp:
- 09/18/19 10:42:38 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v246 v247 61 61 This module contains the basic objects that make up a bid: issues, values, domains, and bids. 62 62 63 The javadoc is downloaded automatically by Eclipse, or can be downloaded manually from [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/geniusweb/issuevalue the artifactory]. Select the latest version ; download the {{{issuevalue...javadoc.jar}} ; unzip it with (don't double click) ; open the index.html63 The javadoc is downloaded automatically by Eclipse, or can be downloaded manually from [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/geniusweb/issuevalue the artifactory]. 64 64 65 65 === Issue … … 534 534 535 535 Note. Eclipse does not automatically recognise this as a maven project because Eclipse supports this only with GIT repositories while we use SVN. 536 537 == Downloading JavaDoc 538 539 IDE's like Eclipse download the javadocs automatically. But it is also possible to download them manually and browse them with a web browser. All modules are availabel on the [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/geniusweb artifactory] ( you need to have cookies enabled). 540 541 * Go to the artifactory 542 * Select the module you need javadoc for 543 * Select the correct (usually the latest) version of the module 544 * download the {{{issuevalue...javadoc.jar}}} 545 * unzip it, eg using your favourite archive manager or with {{{jar xf}}}. Don't double click it 546 * open the index.html