Author: mbenson Date: Sun Dec 13 17:38:17 2015 New Revision: 1719814 URL: http://svn.apache.org/viewvc?rev=1719814&view=rev Log: fix site links
Modified: commons/proper/weaver/trunk/src/site/markdown/building.md commons/proper/weaver/trunk/src/site/markdown/index.md commons/proper/weaver/trunk/src/site/site.xml Modified: commons/proper/weaver/trunk/src/site/markdown/building.md URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/src/site/markdown/building.md?rev=1719814&r1=1719813&r2=1719814&view=diff ============================================================================== --- commons/proper/weaver/trunk/src/site/markdown/building.md (original) +++ commons/proper/weaver/trunk/src/site/markdown/building.md Sun Dec 13 17:38:17 2015 @@ -26,7 +26,10 @@ local repository using `mvn install`, e. `mvn dependency:list`, `mvn dependency:tree`, and possibly others. ### Site building issues -The Commons Weaver site runs out of permgen space (on applicable Java versions) -when built with default JVM settings; the `MAVEN_OPTS` environment variable can -be used to set `MaxPermSize`. `-XX:MaxPermSize=96m` seems to be adequate. +The Commons Weaver site includes the report generated by the +[clirr-maven-plugin](http://www.mojohaus.org/clirr-maven-plugin/) which is +currently unable to run on Java 8. Also, the Commons Weaver site generation +process runs out of permgen space when built with default JVM settings (on +applicable Java versions); the `MAVEN_OPTS` environment variable can be used to +set `MaxPermSize`. `-XX:MaxPermSize=128m` seems to be adequate on Java 7. Modified: commons/proper/weaver/trunk/src/site/markdown/index.md URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/src/site/markdown/index.md?rev=1719814&r1=1719813&r2=1719814&view=diff ============================================================================== --- commons/proper/weaver/trunk/src/site/markdown/index.md (original) +++ commons/proper/weaver/trunk/src/site/markdown/index.md Sun Dec 13 17:38:17 2015 @@ -42,13 +42,13 @@ find a graph with a high level overview Latest API documentation is [here](apidocs/index.html). ### <a name="core"></a> Core Framework -The [Commons Weaver Processor](commons-weaver-processor/index.html) +The [Commons Weaver Processor](commons-weaver-parent/commons-weaver-processor/index.html) defines a "weaver module" service provider interface (SPI) as well as the facilities that use the Java `ServiceLoader` to discover and invoke defined weaver modules for simple filesystem-based bytecode weaving. ### <a name="weavers"></a> Weaver Modules -A number of [Weaver Modules](commons-weaver-modules-parent/index.html) +A number of [Weaver Modules](commons-weaver-parent/commons-weaver-modules-parent/index.html) are provided by the Commons Weaver project. Typically a weaver module may respect a set of configuration properties which should be documented along with that module. @@ -137,7 +137,7 @@ implement the `Cleaner` SPI to find and current configuration is incompatible with the results of an earlier "weaving." ## Examples -The canonical example is the [privilizer module](commons-weaver-modules-parent/commons-weaver-privilizer-parent/index.html). +The canonical example is the [privilizer module](commons-weaver-parent/commons-weaver-modules-parent/commons-weaver-privilizer-parent/index.html). A simple example could be exposing annotated methods for a REST API. Suppose you want to expose only classes annotated with @WebExposed to your Web REST API. @@ -274,7 +274,7 @@ with <pre>example.MyWeaver</pre> will in modifications made by a given `Weaver` implementation would typically be implemented using one of these (or comparable) libraries. -[mvnplugin]: commons-weaver-maven-plugin/plugin-info.html -[antlib]: commons-weaver-antlib/index.html +[mvnplugin]: commons-weaver-parent/commons-weaver-maven-plugin/plugin-info.html +[antlib]: commons-weaver-parent/commons-weaver-antlib/index.html [antxt]: http://ant.apache.org/manual/using.html#external-tasks [antref]: http://ant.apache.org/manual/using.html#references Modified: commons/proper/weaver/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/src/site/site.xml?rev=1719814&r1=1719813&r2=1719814&view=diff ============================================================================== --- commons/proper/weaver/trunk/src/site/site.xml (original) +++ commons/proper/weaver/trunk/src/site/site.xml Sun Dec 13 17:38:17 2015 @@ -31,13 +31,13 @@ <item name="Issue Tracking" href="/issue-tracking.html" /> </menu> <menu name="Project Structure"> - <item name="Core Framework" href="/commons-weaver-processor/index.html" /> - <item name="Weaver Modules" href="/commons-weaver-modules-parent/index.html"> - <item name="Privilizer" href="/commons-weaver-modules-parent/commons-weaver-privilizer-parent/index.html" /> - <item name="Normalizer" href="/commons-weaver-modules-parent/commons-weaver-normalizer-parent/index.html" /> + <item name="Core Framework" href="/commons-weaver-parent/commons-weaver-processor/index.html" /> + <item name="Weaver Modules" href="/commons-weaver-parent/commons-weaver-modules-parent/index.html"> + <item name="Privilizer" href="/commons-weaver-parent/commons-weaver-modules-parent/commons-weaver-privilizer-parent/index.html" /> + <item name="Normalizer" href="/commons-weaver-parent/commons-weaver-modules-parent/commons-weaver-normalizer/index.html" /> </item> - <item name="Maven Plugin" href="/commons-weaver-maven-plugin/plugin-info.html" /> - <item name="Antlib" href="/commons-weaver-antlib-parent/commons-weaver-antlib/index.html" /> + <item name="Maven Plugin" href="/commons-weaver-parent/commons-weaver-maven-plugin/plugin-info.html" /> + <item name="Antlib" href="/commons-weaver-parent/commons-weaver-antlib/index.html" /> </menu> <menu name="Development"> <item name="Team" href="/team-list.html" />