[ 
https://jira.codehaus.org/browse/DOXIATOOLS-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg moved DOXIA-375 to DOXIATOOLS-26:
-------------------------------------------------

          Component/s:     (was: Maven plugin)
                       Doxia Book Maven Plugin
    Affects Version/s:     (was: 1.1.2)
                  Key: DOXIATOOLS-26  (was: DOXIA-375)
              Project: Maven Doxia Tools  (was: Maven Doxia)
    
> Locales and Encoding params are ignored by plugin
> -------------------------------------------------
>
>                 Key: DOXIATOOLS-26
>                 URL: https://jira.codehaus.org/browse/DOXIATOOLS-26
>             Project: Maven Doxia Tools
>          Issue Type: Bug
>          Components: Doxia Book Maven Plugin
>         Environment: doxia-maven-plugin (1.1.2)
>            Reporter: Cleverson Sacramento
>
> I'm using doxia-maven-plugin to generate the project documentation site. 
> This is the plugin session of my pom.xml:
> {code:xml}       ...
>       <properties>
>               
> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
>               <project.reporting.outputEncoding>UTF-8
>               </project.reporting.outputEncoding>
>       </properties>
>         ...
>                       <plugin>
>                               <groupId>org.apache.maven.doxia</groupId>
>                               <artifactId>doxia-maven-plugin</artifactId>
>                               <version>1.1.2</version>
>                               <executions>
>                                       <execution>
>                                               <phase>pre-site</phase>
>                                               <goals>
>                                                       
> <goal>render-books</goal>
>                                               </goals>
>                                       </execution>
>                               </executions>
>                               <configuration>
>                                       <locales>pt_BR</locales>
>                                       
> <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
>                                       
> <outputEncoding>${project.reporting.outputEncoding}
>                                       </outputEncoding>
>                                       <books>
>                                               <book>
>                                                       
> <directory>src/site</directory>
>                                                       
> <descriptor>src/site/book-reference.xml</descriptor>
>                                                       <formats>
>                                                               <format>
>                                                                       
> <id>xdoc</id>
>                                                               </format>
>                                                       </formats>
>                                               </book>
>                                       </books>
>                               </configuration>
>                       </plugin>
>                         ...{code}
> The content auto-generated by the plugin presents two problems:
> 1) The locale pt_br was ignored, generating words in english instead of 
> brazilian portuguese;
> 2) The encoding UFT-8 was apparently ignored too, generating unwished chars;
> {noformat}Next: Configurações
> Referência - Table Of Content
> Configurações
>        Servidor
>               Introdu&#8730;ß&#8730;£o
>               Administra&#8730;ß&#8730;£o
>               E-mail
>               Banco de Dados
>               Base de Usu&#8730;°rios
>               Base LDAP
>               Base Personalizada
>        Agente
>               Introdu&#8730;ß&#8730;£o
> Next: Configurações{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to