Changes between Version 246 and Version 247 of WikiStart


Ignore:
Timestamp:
09/18/19 10:42:38 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v246 v247  
    6161This module contains the basic objects that make up a bid: issues, values, domains, and bids.
    6262
    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.html
     63The 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].
    6464
    6565=== Issue
     
    534534
    535535Note. 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
     539IDE'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