You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2009/11/06 22:21:32 UTC

[jira] Resolved: (ZOOKEEPER-537) The zookeeper jar includes the java source files

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt resolved ZOOKEEPER-537.
------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

+1 -- Awesome to see this make it in.

Thanks Thomas for helping to hammer this out!

> The zookeeper jar includes the java source files
> ------------------------------------------------
>
>                 Key: ZOOKEEPER-537
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-537
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Thomas Dudziak
>            Assignee: Thomas Dudziak
>             Fix For: 3.3.0
>
>         Attachments: build.patch, ZOOKEEPER-537.patch
>
>
> This is a problem if you use zookeeper as a dependency in maven because for whatever reason the maven compiler plugin will pick up the java files in the jar and compile them to the output directory. From there they will land in the generated jar file for whatever project happens to depend on zookeeper thus introducing duplicate classes (once in zookeeper.jar, once in the project's artifact).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.