You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2005/11/01 00:12:45 UTC

[jira] Closed: (MNG-1382) "duplicate files" exception

     [ http://jira.codehaus.org/browse/MNG-1382?page=all ]
     
Vincent Siveton closed MNG-1382:
--------------------------------

    Resolution: Fixed

Added in SVN

> "duplicate files" exception
> ---------------------------
>
>          Key: MNG-1382
>          URL: http://jira.codehaus.org/browse/MNG-1382
>      Project: Maven 2
>         Type: Bug
>   Components: maven-site-plugin
>     Reporter: Vincent Siveton
>     Assignee: Vincent Siveton

>
>
> Supposed that you have this site structure:
> +- src/
>    +- site/
>       +- apt/
>           +- test1/
>              +- index.apt
>           +- index.apt
>           ...
>       +- fr/
>          +- apt/
>              +- test1/
>                 +- index.apt
>              +- index.apt
>          ...
>       +- ja/
>          +- apt/
>              +- test1/
>                 +- index.apt
>              +- index.apt
>          ...
>       +- site.xml
>       +- site_fr.xml
>       +- site_ja.xml
>       
> The following exception is thrown 
> org.apache.maven.BuildFailureException: Some files are duplicates in the site directory or in the generated-site directory.
> Review the following files for the "English" version:
> apt\test
>         fr\apt\test.apt
>         ja\apt\test.apt
> apt\test1\test
>         fr\apt\test1\test.apt
>         ja\apt\test1\test.apt

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org