| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.32 2006/09/10 21:30:58 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.33 2006/09/10 22:27:26 nightmorph Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/java.xml"> |
5 | <guide link="/doc/en/java.xml"> |
| 6 | <title>Gentoo Java Guide</title> |
6 | <title>Gentoo Java Guide</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| 9 | <mail link="nichoj@gentoo.org">Joshua Nichols</mail> |
9 | <mail link="nichoj@gentoo.org">Joshua Nichols</mail> |
| 10 | </author> |
10 | </author> |
| 11 | <author title="Author"> |
11 | <author title="Author"> |
| 12 | <mail link="karltk@gentoo.org">Karl Trygve Kalleberg</mail> |
12 | <mail link="karltk@gentoo.org">Karl Trygve Kalleberg</mail> |
| 13 | </author> |
13 | </author> |
| 14 | <author title="Editor"> |
14 | <author title="Editor"> |
| 15 | <mail link="nightmorph@gentoo.org">Joshua Saddler</mail> |
15 | <mail link="nightmorph@gentoo.org">Joshua Saddler</mail> |
| 16 | </author> |
16 | </author> |
| 17 | |
17 | |
| … | |
… | |
| 550 | For more information regarding USE flags, refer to the <uri |
550 | For more information regarding USE flags, refer to the <uri |
| 551 | link="/doc/en/handbook/handbook-x86.xml?part=2&chap=2">USE flags</uri> |
551 | link="/doc/en/handbook/handbook-x86.xml?part=2&chap=2">USE flags</uri> |
| 552 | chapter from the Gentoo Handbook. |
552 | chapter from the Gentoo Handbook. |
| 553 | </p> |
553 | </p> |
| 554 | |
554 | |
| 555 | </body> |
555 | </body> |
| 556 | </section> |
556 | </section> |
| 557 | <section> |
557 | <section> |
| 558 | <title>The flags</title> |
558 | <title>The flags</title> |
| 559 | <body> |
559 | <body> |
| 560 | |
560 | |
| 561 | <ul> |
561 | <ul> |
| 562 | <li>The <b>java</b> flag adds support for Java in a variety of programs</li> |
562 | <li>The <b>java</b> flag adds support for Java in a variety of programs</li> |
| 563 | <li> |
563 | <li> |
| 564 | The <b>nsplugin</b> flag adds support for Mozilla-like browsers (including |
564 | The <b>nsplugin</b> flag adds support for Mozilla-like browsers (including |
| 565 | Firefox).You will need this for viewing Java applets in your Mozilla-like |
565 | Firefox). You will need this for viewing Java applets in your Mozilla-like |
| 566 | browser. |
566 | browser. |
| 567 | </li> |
567 | </li> |
| 568 | <li> |
568 | <li> |
| 569 | The <b>doc</b> flag will typically install API documentation, as generated |
|
|
| 570 | by javadoc. |
|
|
| 571 | </li> |
|
|
| 572 | <li> |
|
|
| 573 | The <b>source</b> flag installs a zip of the source code of a package. |
569 | The <b>source</b> flag installs a zip of the source code of a package. |
| 574 | This is traditionally used for for IDEs to 'attach' source to the libraries |
570 | This is traditionally used for IDEs to 'attach' source to the libraries you |
| 575 | you are using. |
571 | are using. |
| 576 | </li> |
572 | </li> |
| 577 | <li> |
573 | <li> |
| 578 | For Java packages, the <b>doc</b> flag will build API documentation using |
574 | For Java packages, the <b>doc</b> flag will build API documentation using |
| 579 | javadoc. |
575 | javadoc. |
| 580 | </li> |
576 | </li> |
| 581 | </ul> |
577 | </ul> |
| 582 | |
578 | |
| 583 | </body> |
579 | </body> |
| 584 | </section> |
580 | </section> |
| 585 | </chapter> |
581 | </chapter> |
| 586 | |
582 | |
| 587 | <chapter> |
583 | <chapter> |
| 588 | <title>Additional resources</title> |
584 | <title>Additional resources</title> |
| 589 | <section> |
585 | <section> |
| 590 | <title>Off-line resources</title> |
586 | <title>Off-line resources</title> |