You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/05/09 14:07:55 UTC

svn commit: r536495 - in /maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit: aggregate-resources-test/ default-configuration/ doclet-path-test/ doclet-test/ javaHome-test/ jdk5-test/ quotedpath'test/ resources-test/ taglet-test/

Author: vsiveton
Date: Wed May  9 05:07:54 2007
New Revision: 536495

URL: http://svn.apache.org/viewvc?view=rev&rev=536495
Log:
o Shuts off Javadoc messages in the unit tests

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/aggregate-resources-test/aggregate-resources-test-plugin-config.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/default-configuration/default-configuration-plugin-config.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/default-configuration/exception-test-plugin-config.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/doclet-path-test/doclet-path-test-plugin-config.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/doclet-test/doclet-test-plugin-config.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/javaHome-test/javaHome-test-plugin-config.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/jdk5-test/jdk5-test-plugin-config.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/quotedpath'test/quotedpath-test-plugin-config.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/resources-test/resources-test-plugin-config.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/taglet-test/taglet-test-plugin-config.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/aggregate-resources-test/aggregate-resources-test-plugin-config.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/aggregate-resources-test/aggregate-resources-test-plugin-config.xml?view=diff&rev=536495&r1=536494&r2=536495
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/aggregate-resources-test/aggregate-resources-test-plugin-config.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/aggregate-resources-test/aggregate-resources-test-plugin-config.xml Wed May  9 05:07:54 2007
@@ -41,6 +41,7 @@
             <project implementation="org.apache.maven.plugin.javadoc.stubs.AggregateResourcesProject2TestMavenProjectStub"/>
           </reactorProjects>
           <aggregate>true</aggregate>
+          <quiet>true</quiet>
         </configuration>
       </plugin>
     </plugins>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/default-configuration/default-configuration-plugin-config.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/default-configuration/default-configuration-plugin-config.xml?view=diff&rev=536495&r1=536494&r2=536495
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/default-configuration/default-configuration-plugin-config.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/default-configuration/default-configuration-plugin-config.xml Wed May  9 05:07:54 2007
@@ -25,7 +25,7 @@
   <version>1.0-SNAPSHOT</version>
   <inceptionYear>2006</inceptionYear>
   <name>Maven Javadoc Plugin Default Configuration Test</name>
-  <url>http://maven.apache.org</url>    
+  <url>http://maven.apache.org</url>
   <build>
     <plugins>
       <plugin>
@@ -38,7 +38,7 @@
           <breakiterator>false</breakiterator>
           <old>false</old>
           <show>protected</show>
-          <quiet>false</quiet>
+          <quiet>true</quiet>
           <verbose>false</verbose>
           <author>true</author>
           <charset>ISO-8859-1</charset>
@@ -60,7 +60,7 @@
           </groups>
           <tags>
             <tag/>
-          </tags>           
+          </tags>
           <use>true</use>
           <version>true</version>
           <windowtitle>Maven Javadoc Plugin Default configuration Test 1.0-SNAPSHOT API</windowtitle>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/default-configuration/exception-test-plugin-config.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/default-configuration/exception-test-plugin-config.xml?view=diff&rev=536495&r1=536494&r2=536495
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/default-configuration/exception-test-plugin-config.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/default-configuration/exception-test-plugin-config.xml Wed May  9 05:07:54 2007
@@ -25,7 +25,7 @@
   <version>1.0-SNAPSHOT</version>
   <inceptionYear>2006</inceptionYear>
   <name>Maven Javadoc Plugin Exception Test</name>
-  <url>http://maven.apache.org</url>    
+  <url>http://maven.apache.org</url>
   <build>
     <finalName>exception-test</finalName>
     <plugins>
@@ -39,7 +39,7 @@
           <breakiterator>false</breakiterator>
           <old>false</old>
           <show>protected</show>
-          <quiet>false</quiet>
+          <quiet>true</quiet>
           <verbose>false</verbose>
           <author>true</author>
           <charset>ISO-8859-1</charset>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/doclet-path-test/doclet-path-test-plugin-config.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/doclet-path-test/doclet-path-test-plugin-config.xml?view=diff&rev=536495&r1=536494&r2=536495
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/doclet-path-test/doclet-path-test-plugin-config.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/doclet-path-test/doclet-path-test-plugin-config.xml Wed May  9 05:07:54 2007
@@ -51,7 +51,7 @@
           <breakiterator>false</breakiterator>
           <old>false</old>
           <show>protected</show>
-          <quiet>false</quiet>
+          <quiet>true</quiet>
           <verbose>false</verbose>
           <author>true</author>
           <charset>ISO-8859-1</charset>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/doclet-test/doclet-test-plugin-config.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/doclet-test/doclet-test-plugin-config.xml?view=diff&rev=536495&r1=536494&r2=536495
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/doclet-test/doclet-test-plugin-config.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/doclet-test/doclet-test-plugin-config.xml Wed May  9 05:07:54 2007
@@ -25,7 +25,7 @@
   <version>1.0-SNAPSHOT</version>
   <inceptionYear>2006</inceptionYear>
   <name>Maven Javadoc Plugin Doclet Test</name>
-  <url>http://maven.apache.org</url>    
+  <url>http://maven.apache.org</url>
   <build>
     <plugins>
       <plugin>
@@ -34,7 +34,7 @@
         <configuration>
           <project implementation="org.apache.maven.plugin.javadoc.stubs.DocletTestMavenProjectStub"/>
           <localRepository>${localRepository}</localRepository>
-          <outputDirectory>${basedir}/target/test/unit/doclet-test/target/site/apidocs</outputDirectory>          
+          <outputDirectory>${basedir}/target/test/unit/doclet-test/target/site/apidocs</outputDirectory>
           <doclet>UmlGraph</doclet>
           <docletArtifact>
               <groupId>umlgraph</groupId>
@@ -44,7 +44,7 @@
           <breakiterator>false</breakiterator>
           <old>false</old>
           <show>protected</show>
-          <quiet>false</quiet>
+          <quiet>true</quiet>
           <verbose>false</verbose>
           <author>true</author>
           <charset>ISO-8859-1</charset>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/javaHome-test/javaHome-test-plugin-config.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/javaHome-test/javaHome-test-plugin-config.xml?view=diff&rev=536495&r1=536494&r2=536495
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/javaHome-test/javaHome-test-plugin-config.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/javaHome-test/javaHome-test-plugin-config.xml Wed May  9 05:07:54 2007
@@ -38,7 +38,7 @@
           <breakiterator>false</breakiterator>
           <old>false</old>
           <show>protected</show>
-          <quiet>false</quiet>
+          <quiet>true</quiet>
           <verbose>false</verbose>
           <author>true</author>
           <charset>ISO-8859-1</charset>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/jdk5-test/jdk5-test-plugin-config.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/jdk5-test/jdk5-test-plugin-config.xml?view=diff&rev=536495&r1=536494&r2=536495
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/jdk5-test/jdk5-test-plugin-config.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/jdk5-test/jdk5-test-plugin-config.xml Wed May  9 05:07:54 2007
@@ -37,6 +37,7 @@
           <outputDirectory>${basedir}/target/test/unit/jdk5-test/target/site/apidocs</outputDirectory>
           <source>1.5</source>
           <windowtitle>Maven Javadoc Plugin Taglet jdk5 1.0-SNAPSHOT API</windowtitle>
+          <quiet>true</quiet>
         </configuration>
       </plugin>
     </plugins>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/quotedpath'test/quotedpath-test-plugin-config.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/quotedpath%27test/quotedpath-test-plugin-config.xml?view=diff&rev=536495&r1=536494&r2=536495
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/quotedpath'test/quotedpath-test-plugin-config.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/quotedpath'test/quotedpath-test-plugin-config.xml Wed May  9 05:07:54 2007
@@ -25,7 +25,7 @@
   <version>1.0-SNAPSHOT</version>
   <inceptionYear>2006</inceptionYear>
   <name>Maven Javadoc Plugin Quoted Path Test</name>
-  <url>http://maven.apache.org</url>    
+  <url>http://maven.apache.org</url>
   <build>
     <plugins>
       <plugin>
@@ -38,7 +38,7 @@
           <breakiterator>false</breakiterator>
           <old>false</old>
           <show>protected</show>
-          <quiet>false</quiet>
+          <quiet>true</quiet>
           <verbose>false</verbose>
           <author>true</author>
           <charset>ISO-8859-1</charset>
@@ -60,7 +60,7 @@
           </groups>
           <tags>
             <tag/>
-          </tags>           
+          </tags>
           <use>true</use>
           <version>true</version>
           <windowtitle>Maven Javadoc Plugin Quoted Path Test 1.0-SNAPSHOT API</windowtitle>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/resources-test/resources-test-plugin-config.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/resources-test/resources-test-plugin-config.xml?view=diff&rev=536495&r1=536494&r2=536495
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/resources-test/resources-test-plugin-config.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/resources-test/resources-test-plugin-config.xml Wed May  9 05:07:54 2007
@@ -37,6 +37,7 @@
           <outputDirectory>${basedir}/target/test/unit/resources-test/target/site/apidocs</outputDirectory>
           <windowtitle>Maven Javadoc Plugin resources 1.0-SNAPSHOT API</windowtitle>
           <javadocDirectory>${basedir}/src/test/resources/unit/resources-test/src/main/javadoc</javadocDirectory>
+          <quiet>true</quiet>
         </configuration>
       </plugin>
     </plugins>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/taglet-test/taglet-test-plugin-config.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/taglet-test/taglet-test-plugin-config.xml?view=diff&rev=536495&r1=536494&r2=536495
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/taglet-test/taglet-test-plugin-config.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/taglet-test/taglet-test-plugin-config.xml Wed May  9 05:07:54 2007
@@ -44,7 +44,7 @@
           <breakiterator>false</breakiterator>
           <old>false</old>
           <show>protected</show>
-          <quiet>false</quiet>
+          <quiet>true</quiet>
           <verbose>false</verbose>
           <author>true</author>
           <charset>ISO-8859-1</charset>