Summary: | update Java documentation | ||
---|---|---|---|
Product: | [OLD] Docs on www.gentoo.org | Reporter: | Josh Nichols (RETIRED) <nichoj> |
Component: | Other documents | Assignee: | nm (RETIRED) <nightmorph> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | docs-team, java |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 127816 | ||
Attachments: |
edited java.xml
diff of the edit against the SVN original |
Description
Josh Nichols (RETIRED)
![]() (In reply to comment #0) Indeed. Are you sure you used the current version (Dec. 12 2005, v0.3) of the guide when you prepared this? Also, please note that the file name is java.xml, not java-user.xml. :) I ran a diff against this doc, and the changes are certainly substantial. But has all the work Swift and vanquirius done been tossed out the window for this version? (please do note the odd file version change, too. 0.3 --> 0.1.8?) Still, this looks pretty good overall. The guide was started a long while ago (probably 9+ months ago) while work was being done on the new system. I wasn't involved with the work then, so I'm not sure where it came from, or what the history was at that point. As for 0.3, these updated docs should cover all the bases covered in it. Side note: but would it be possible to associate a particular doc with a team? Specifically, it'd be useful to know when docs related to us change :) I've read it and have few comments if you don't mind. - java-config - shows only long commands like --list-available-vms or --set-system-vm but not short variants -L -S which IMHO every non-"typeholic" would prefer to use :) - Code listing 3.1: Listing available VMs - the real output is more colorful, selected VM is green, JRE and JDK have different color, maybe colorize example and mention that? - jdk.conf is mentioned in great detail, but nothing about compilers.conf - typos and malformed sentences, but that's bout editing right otherwise good :) (In reply to comment #3) > I've read it and have few comments if you don't mind. > > - java-config > - shows only long commands like --list-available-vms or --set-system-vm but > not short variants -L -S which IMHO every non-"typeholic" would prefer to use No need. It's much clearer this way for new java users. If you're that gung-ho on shortening things, "man java-config" isn't that difficult. > - Code listing 3.1: Listing available VMs - the real output is more colorful, > selected VM is green, JRE and JDK have different color, maybe colorize example > and mention that? There's no way to do this. > - jdk.conf is mentioned in great detail, but nothing about compilers.conf nichoj, how do you feel about discussing compilers.conf? For now, I'll edit the minor details and post it for you to review, and you can make any content changes at any time before or after the doc is committed. Created attachment 90038 [details]
edited java.xml
Edits for guidexml, coding style, etc. Lengthy changes, but on the whole, this is a nice doc that reads very well. Yay for java updates.
Created attachment 90039 [details, diff]
diff of the edit against the SVN original
Here's a diff showing the changes I made to the original. Again, mostly just guidexml & coding style changes. nichoj, tell me about any changes you'd like to make.
Thanks nightmorph :) As for covering compilers.conf, it's not a crucial aspect of the system, so I think we can get away with not document immediately. Although, it wouldn't require much doc'ing, so I guess I'll update it today. As for using long switches for java-config, I think it's useful to use them for clarity about what they mean / do. Perhaps we could add a note that there are short switches. (In reply to comment #7) > > As for using long switches for java-config, I think it's useful to use them for > clarity about what they mean / do. Perhaps we could add a note that there are > short switches. > Quite useless as it is almost impossible to not run into short switches when using *nix. In CVS. Thanks to nichoj + java team for all the hard work on this update. Blame me for any remaining typographical errors or missing guidexml stuff; should be none. :) |