Author: vsiveton Date: Mon Jul 16 03:57:04 2007 New Revision: 556581 URL: http://svn.apache.org/viewvc?view=rev&rev=556581 Log: o updated the index page and added a history section with the last Lukas's comments on dev@ o updated the faq
Modified: maven/jxr/trunk/jxr-site/src/site/apt/index.apt maven/jxr/trunk/jxr-site/src/site/fml/faq.fml Modified: maven/jxr/trunk/jxr-site/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/jxr/trunk/jxr-site/src/site/apt/index.apt?view=diff&rev=556581&r1=556580&r2=556581 ============================================================================== --- maven/jxr/trunk/jxr-site/src/site/apt/index.apt (original) +++ maven/jxr/trunk/jxr-site/src/site/apt/index.apt Mon Jul 16 03:57:04 2007 @@ -30,17 +30,31 @@ Maven JXR - JXR is a source cross reference generator. It analyzes a set of Java source files and produces HTML files - that shows annotated source code. + Maven JXR project (formally Java Cross Reference) is a library to analyze a set of Java + source files and produces documentation in HTML format <à la Javadoc>. - Take a look at the {{{xref/index.html}JXR report}} to see the results. + Take a look at this {{{xref/index.html}JXR report}} to see an example. - The orignal JXR code was merged in 2004 with the Javasrc project from the +* Main Features + + * Support JDK 1.4+ + + * Complementary tool for Javadoc + + * Easy configuration for color, style or template + + * Fully integrated with Maven: plugins available for {{{http://maven.apache.org/maven-1.x/plugins/jxr/}Maven 1}} + and for {{{http://maven.apache.org/plugins/maven-jxr-plugin/}Maven 2}} + +* Brief History + + The orignal JXR code was merged in 2004 with the Javasrc project from the defunct {{{http://jakarta.apache.org/alexandria}Jakarta Alexandria}} project. + The code was first maintained within the Maven 1 JXR plugin. In September 2005, it + was voted to fork the base and create a separate library. * Examples The following example shows how to use Maven JXR in more advanced usecases: * {{{examples/java.html}Using Maven JXR in Java}} - Modified: maven/jxr/trunk/jxr-site/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/jxr/trunk/jxr-site/src/site/fml/faq.fml?view=diff&rev=556581&r1=556580&r2=556581 ============================================================================== --- maven/jxr/trunk/jxr-site/src/site/fml/faq.fml (original) +++ maven/jxr/trunk/jxr-site/src/site/fml/faq.fml Mon Jul 16 03:57:04 2007 @@ -29,5 +29,13 @@ </p> </answer> </faq> + <faq id="Is an Ant task available"> + <question>Is an Ant task available?</question> + <answer> + <p> + Not yet. Patches are always welcome! + </p> + </answer> + </faq> </part> </faqs>