Quick question,
what does omitting the xml decl have to do with character encoding??
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Work:      http://www.multitask.com.au


[EMAIL PROTECTED] wrote on 08/07/2003 04:49:36 AM:

> evenisse    2003/07/07 11:49:36
> 
>   Modified:    src/plugins-build/junit-report plugin.jelly
>                src/plugins-build/junit-report/xdocs changes.xml
>   Log:
>   Fixed MAVEN-452. Patch for charter encoding. Thanks to Kuisong Tong.
> 
>   I think that this must be apply to all uses of doc:jsl tag.
> 
>   Revision  Changes    Path
>   1.8       +0 -1      maven/src/plugins-build/junit-report/plugin.jelly
> 
>   Index: plugin.jelly
>   ===================================================================
>   RCS file: 
/home/cvs/maven/src/plugins-build/junit-report/plugin.jelly,v
>   retrieving revision 1.7
>   retrieving revision 1.8
>   diff -u -r1.7 -r1.8
>   --- plugin.jelly   1 Jul 2003 13:53:42 -0000   1.7
>   +++ plugin.jelly   7 Jul 2003 18:49:36 -0000   1.8
>   @@ -55,7 +55,6 @@
>            input="${maven.build.dir}/TESTS-TestSuites.xml"
>            output="junit-report.xml"
>            stylesheet="${plugin.resources}/junit.jsl"
>   -        omitXmlDeclaration="true"
>            outputMode="xml"
>            prettyPrint="true"
>          />
> 
> 
> 
>   1.3       +3 -0 maven/src/plugins-build/junit-report/xdocs/changes.xml
> 
>   Index: changes.xml
>   ===================================================================
>   RCS file: 
/home/cvs/maven/src/plugins-build/junit-report/xdocs/changes.xml,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- changes.xml   2 Jul 2003 09:04:16 -0000   1.2
>   +++ changes.xml   7 Jul 2003 18:49:36 -0000   1.3
>   @@ -9,6 +9,9 @@
>      <body>
> 
>        <release version="1.3" date="in CVS">
>   +      <action dev="evenisse" type="fix" due-to="Kuisong Tong">
>   +        Fixed MAVEN-452. Patch for charter 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.
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to