evenisse    2003/07/08 04:01:08

  Modified:    src/plugins-build/cactus plugin.jelly
               src/plugins-build/cactus/xdocs changes.xml
               src/plugins-build/changelog plugin.jelly
               src/plugins-build/changelog/xdocs changes.xml
               src/plugins-build/changes plugin.jelly
               src/plugins-build/changes/xdocs changes.xml
               src/plugins-build/checkstyle plugin.jelly
               src/plugins-build/checkstyle/xdocs changes.xml
               src/plugins-build/developer-activity plugin.jelly
               src/plugins-build/developer-activity/xdocs changes.xml
               src/plugins-build/file-activity plugin.jelly
               src/plugins-build/file-activity/xdocs changes.xml
               src/plugins-build/jdepend plugin.jelly
               src/plugins-build/jdepend/xdocs changes.xml
               src/plugins-build/linkcheck plugin.jelly project.xml
               src/plugins-build/pmd plugin.jelly
               src/plugins-build/pmd/xdocs changes.xml
               src/plugins-build/xdoc plugin.jelly
               src/plugins-build/xdoc/xdocs changes.xml
  Added:       src/plugins-build/linkcheck/xdocs changes.xml
  Log:
  Add xml declaration to all xml generated report. Fixed for character encoding.
  
  Revision  Changes    Path
  1.27      +0 -1      maven/src/plugins-build/cactus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/plugin.jelly,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- plugin.jelly      8 Jul 2003 08:17:01 -0000       1.26
  +++ plugin.jelly      8 Jul 2003 11:01:06 -0000       1.27
  @@ -381,7 +381,6 @@
         input="${maven.build.dir}/TESTS-TestSuites-Cactus.xml"
         output="cactus-report.xml"
         stylesheet="${plugin.resources}/cactus.jsl"
  -      omitXmlDeclaration="true"
         outputMode="xml"
         prettyPrint="true"/>
   
  
  
  
  1.13      +3 -0      maven/src/plugins-build/cactus/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml       7 Jul 2003 19:44:27 -0000       1.12
  +++ changes.xml       8 Jul 2003 11:01:06 -0000       1.13
  @@ -8,6 +8,9 @@
     <body>
   
       <release version="3.0" date="in CVS">
  +      <action dev="evenisse" type="fix">
  +        Add xml declaration to generated report. Fixed for character encoding.
  +      </action>          
         <action dev="epugh" type="add">
           Ability to optionally specify for Tomcat 4x and 5x a directory to which 
           the container will be installed for the tests.        
  
  
  
  1.8       +0 -1      maven/src/plugins-build/changelog/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/changelog/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly      1 Jul 2003 13:53:41 -0000       1.7
  +++ plugin.jelly      8 Jul 2003 11:01:07 -0000       1.8
  @@ -65,7 +65,6 @@
               output="changelog-report.xml"
               stylesheet="${plugin.resources}/changelog.jsl"
               encoding="${maven.docs.outputencoding}"
  -            omitXmlDeclaration="false"
               outputMode="xml"
               prettyPrint="true"
               />
  
  
  
  1.6       +3 -0      maven/src/plugins-build/changelog/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/changelog/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml       4 Jul 2003 16:24:46 -0000       1.5
  +++ changes.xml       8 Jul 2003 11:01:07 -0000       1.6
  @@ -8,6 +8,9 @@
   
     <body>
       <release version="1.3" date="in CVS">
  +      <action dev="evenisse" type="fix">
  +        Add xml declaration to generated report. Fixed for character encoding.
  +      </action>          
         <action dev="evenisse" type="fix" due-to="Bruce Chenoweth">
           Fixed MAVEN-425. Escape filename.
         </action>
  
  
  
  1.7       +0 -1      maven/src/plugins-build/changes/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/changes/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly      5 Jun 2003 20:34:13 -0000       1.6
  +++ plugin.jelly      8 Jul 2003 11:01:07 -0000       1.7
  @@ -39,7 +39,6 @@
           output="changes-report.xml"
           stylesheet="${plugin.resources}/changes.jsl"
           encoding="${maven.docs.outputencoding}"
  -        omitXmlDeclaration="false"
           outputMode="xml"
           prettyPrint="true"
           />
  
  
  
  1.2       +3 -0      maven/src/plugins-build/changes/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/changes/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       5 Jun 2003 20:34:13 -0000       1.1
  +++ changes.xml       8 Jul 2003 11:01:07 -0000       1.2
  @@ -7,6 +7,9 @@
   
     <body>
       <release version="1.2" date="in CVS">
  +      <action dev="evenisse" type="fix">
  +        Add xml declaration to generated report. Fixed for character encoding.
  +      </action>          
         <action dev="vmassol" type="fix">
           Fixed the xdocs which were simply a copy of the changelog plugin
           docs.
  
  
  
  1.11      +0 -1      maven/src/plugins-build/checkstyle/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/checkstyle/plugin.jelly,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- plugin.jelly      1 Jul 2003 13:53:41 -0000       1.10
  +++ plugin.jelly      8 Jul 2003 11:01:07 -0000       1.11
  @@ -152,7 +152,6 @@
           output="checkstyle-report.xml"
           stylesheet="${plugin.resources}/checkstyle.jsl"
           encoding="${maven.docs.outputencoding}"
  -        omitXmlDeclaration="false"
           outputMode="xml"
           prettyPrint="true"/>
   
  
  
  
  1.6       +3 -0      maven/src/plugins-build/checkstyle/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/checkstyle/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml       2 Jul 2003 09:04:16 -0000       1.5
  +++ changes.xml       8 Jul 2003 11:01:07 -0000       1.6
  @@ -10,6 +10,9 @@
   
       <release version="2.0" date="in CVS">
         <action dev="evenisse" type="fix">
  +        Add xml declaration to generated report. Fixed for character encoding.
  +      </action>          
  +      <action dev="evenisse" type="fix">
           Fixed MAVEN-493. I register reports only if source, test,... exists.
           So, corresponding entrys in menu will appear only if reports are registered.
         </action>
  
  
  
  1.10      +0 -1      maven/src/plugins-build/developer-activity/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/developer-activity/plugin.jelly,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly      1 Jul 2003 13:53:42 -0000       1.9
  +++ plugin.jelly      8 Jul 2003 11:01:07 -0000       1.10
  @@ -73,7 +73,6 @@
               output="developer-activity-report.xml"
               stylesheet="${plugin.resources}/developer-activity.jsl"
               encoding="${maven.docs.outputencoding}"
  -            omitXmlDeclaration="false"
               outputMode="xml"
               prettyPrint="true"
             />
  
  
  
  1.2       +3 -0      maven/src/plugins-build/developer-activity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/developer-activity/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       2 Jul 2003 09:04:17 -0000       1.1
  +++ changes.xml       8 Jul 2003 11:01:07 -0000       1.2
  @@ -8,6 +8,9 @@
     <body>
        <release version="1.3" date="in CVS">
         <action dev="evenisse" type="fix">
  +        Add xml declaration to generated report. Fixed for character encoding.
  +      </action>          
  +      <action dev="evenisse" type="fix">
           Fixed MAVEN-493. I register reports only if source, test,... exists.
           So, corresponding entrys in menu will appear only if reports are registered.
         </action>
  
  
  
  1.10      +0 -1      maven/src/plugins-build/file-activity/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/file-activity/plugin.jelly,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly      1 Jul 2003 13:53:42 -0000       1.9
  +++ plugin.jelly      8 Jul 2003 11:01:07 -0000       1.10
  @@ -82,7 +82,6 @@
               output="file-activity-report.xml"
               stylesheet="${plugin.resources}/${plugin.artifactId}.jsl"
               encoding="${maven.docs.outputencoding}"
  -            omitXmlDeclaration="false"
               outputMode="xml"
               prettyPrint="true"
             />
  
  
  
  1.2       +3 -0      maven/src/plugins-build/file-activity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/file-activity/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       2 Jul 2003 09:04:17 -0000       1.1
  +++ changes.xml       8 Jul 2003 11:01:07 -0000       1.2
  @@ -8,6 +8,9 @@
     <body>
        <release version="1.3" date="in CVS">
         <action dev="evenisse" type="fix">
  +        Add xml declaration to generated report. Fixed for character encoding.
  +      </action>          
  +      <action dev="evenisse" type="fix">
           Fixed MAVEN-493. I register reports only if source, test,... exists.
           So, corresponding entrys in menu will appear only if reports are registered.
         </action>
  
  
  
  1.7       +0 -1      maven/src/plugins-build/jdepend/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jdepend/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly      1 Jul 2003 13:53:42 -0000       1.6
  +++ plugin.jelly      8 Jul 2003 11:01:07 -0000       1.7
  @@ -49,7 +49,6 @@
           input="${maven.build.dir}/jdepend-raw-report.xml"
           output="jdepend-report.xml"
           stylesheet="${plugin.resources}/jdepend.jsl"
  -        omitXmlDeclaration="true"
           outputMode="xml"
           prettyPrint="true"
           />
  
  
  
  1.2       +3 -0      maven/src/plugins-build/jdepend/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jdepend/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       2 Jul 2003 09:04:17 -0000       1.1
  +++ changes.xml       8 Jul 2003 11:01:07 -0000       1.2
  @@ -8,6 +8,9 @@
     <body>
        <release version="1.3" date="in CVS">
         <action dev="evenisse" type="fix">
  +        Add xml declaration to generated report. Fixed for character encoding.
  +      </action>          
  +      <action dev="evenisse" type="fix">
           Fixed MAVEN-493. I register reports only if source, test,... exists.
           So, corresponding entrys in menu will appear only if reports are registered.
         </action>
  
  
  
  1.11      +0 -1      maven/src/plugins-build/linkcheck/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/linkcheck/plugin.jelly,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- plugin.jelly      4 Jul 2003 05:04:54 -0000       1.10
  +++ plugin.jelly      8 Jul 2003 11:01:07 -0000       1.11
  @@ -76,7 +76,6 @@
         input="${maven.build.dir}/linkcheck/linkcheck-results.xml"
         output="${maven.build.dir}/linkcheck/docs/linkcheck.xml"
         stylesheet="${plugin.resources}/linkcheck.jsl"
  -      omitXmlDeclaration="true"
         outputMode="xml"
         prettyPrint="true"
         />
  
  
  
  1.18      +1 -1      maven/src/plugins-build/linkcheck/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/linkcheck/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml       9 Apr 2003 01:06:47 -0000       1.17
  +++ project.xml       8 Jul 2003 11:01:08 -0000       1.18
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-linkcheck-plugin</id>
     <name>Maven LinkCheck Plug-in</name>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Java Project Management Tools</shortDescription>
     <url>http://maven.apache.org/reference/plugins/linkcheck/</url>
  
  
  
  1.5       +0 -1      maven/src/plugins-build/pmd/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/pmd/plugin.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly      2 Jul 2003 10:06:31 -0000       1.4
  +++ plugin.jelly      8 Jul 2003 11:01:08 -0000       1.5
  @@ -95,7 +95,6 @@
         input="${maven.build.dir}/pmd-raw-report.xml"
         output="pmd-report.xml"
         stylesheet="${plugin.resources}/pmd.jsl"
  -      omitXmlDeclaration="true"
         outputMode="xml"
         prettyPrint="true"
       />
  
  
  
  1.6       +3 -0      maven/src/plugins-build/pmd/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/pmd/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml       2 Jul 2003 10:06:41 -0000       1.5
  +++ changes.xml       8 Jul 2003 11:01:08 -0000       1.6
  @@ -9,6 +9,9 @@
     <body>
   
       <release version="1.1" date="in CVS">
  +      <action dev="evenisse" type="fix">
  +        Add xml declaration to generated report. Fixed for character encoding.
  +      </action>          
         <action dev="vmassol" type="fix">
           Make sure the report does not fail if PMD does not detect any 
           violation. Fixes bug
  
  
  
  1.29      +7 -1      maven/src/plugins-build/xdoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/plugin.jelly,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- plugin.jelly      15 May 2003 12:56:27 -0000      1.28
  +++ plugin.jelly      8 Jul 2003 11:01:08 -0000       1.29
  @@ -88,6 +88,12 @@
          | @prettyPrint
         -->
    
  +      <!-- Set default encoding if not set. -->
  +      <j:if test="${encoding == null}">
  +        <j:set var="encoding" 
  +               value="${plugin.getVariable('maven.docs.outputencoding')}"/>
  +      </j:if>
  +      
         <util:file name="${input}" var="inputFile" />
         <x:parse var="doc" xml="${inputFile}"/>
         
  @@ -194,7 +200,7 @@
           </j:if>
         
         
  -      <j:file name="${output}" prettyPrint="false" encoding="ISO-8859-1">         
  +      <j:file name="${output}" prettyPrint="false" encoding="${encoding}">         
               <document>
                 <properties><title>${title}</title></properties>
                 <body>
  
  
  
  1.6       +3 -0      maven/src/plugins-build/xdoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml       8 Jul 2003 03:58:42 -0000       1.5
  +++ changes.xml       8 Jul 2003 11:01:08 -0000       1.6
  @@ -7,6 +7,9 @@
   
     <body>
       <release version="1.4" date="in CVS">
  +      <action dev="evenisse" type="fix">
  +        Add xml declaration to generated report. Fixed for character encoding.
  +      </action>          
         <action dev="dion" type="add" due-to="Tim Anderson">
           Added the google search on navbar as per MAVEN-554
         </action>
  
  
  
  1.1                  maven/src/plugins-build/linkcheck/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Changes</title>
      <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
    </properties>
  
    <body>
        <release version="1.1" date="in CVS">
        <action dev="evenisse" type="fix">
          Add xml declaration to generated report. Fixed for character encoding.
        </action>          
      </release>
    </body>
  </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to