Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] Where should Javadoc go?

If you can wait for the nightly build, then here is the answer:
- For each component there is a row here
http://wiki.eclipse.org/index.php/Components 
- There is a column called Javadoc in the table here
http://wiki.eclipse.org/index.php/Components 
- E.g. the IdAS row in the Javadoc column the cell contains the word nightly
- Where nightly is a link to
http://download.eclipse.org/technology/higgins/idas/lastNightlyBuild/javadoc
 
If you want to publish some temporary javadoc for all to see (other than the
automatically built stuff mentioned above), then there are two options:

(A) Check it in to the separate CVS repository whose contents are
automatically is mirrored to the public www.eclipse.org/higgins website
- Mary or I have to specially grant permission to Higgins committers to get
access to this separate CVS repository
- I think Jim already has write access to this repository
- Have a look at the attached .psf. Or, if you're not an Eclipse IDE fan,
the CVS repository is dev.eclipse.org:/cvsroot/org.eclipse and the folder to
look in is www/higgins in a folder called org.eclipse.higgins.docs
- Each component has a folder (e.g. there's one called "idas") 
- Then wait 2 minutes for the Eclipse CVS->website replication daemon 
- Email to higgins-dev and include the URL to the javadoc

(B) Add javadoc files into the project called org.eclipse.higgins.javadoc
within the dev.eclipse.org CVS
- Commit the changes
- Email to higgins-dev list telling folks to checkout or update their copy
of this project 


Attachment: higgins-website.psf
Description: Binary data


Back to the top