Derek,

Good to hear that you're working on upgrading SBT. The releaseZipTask
has been broken for quite some time. We've been manually creating
release tarballs.

Thanks,
Neha

On Fri, Jun 29, 2012 at 10:05 PM, Derek Chen-Becker <de...@precog.com> wrote:
> I'm still working on updating SBT to 0.11.3 and the tests now pass. However, 
> in translating the current SBT build it appears that releaseZipTask doesn't 
> work as advertised. It claims to create a deployable zip file with 
> dependencies, config, scripts, etc, but all I get is a zip with the jars in 
> it:
>
> » unzip -l core/dist/kafka-0.7.0.zip                                          
>                                                         1 ↵
> Archive:  core/dist/kafka-0.7.0.zip
>  Length     Date   Time    Name
>  --------    ----   ----    ----
>        0  06-29-12 17:28   libs/
>    62913  06-29-12 17:21   libs/zkclient-0.1.jar
>    53244  06-29-12 17:21   libs/jopt-simple-3.2.jar
>   604182  06-29-12 17:21   libs/zookeeper-3.3.4.jar
>  1273863  06-29-12 17:21   kafka-0.7.0.jar
>  6160791  06-29-12 17:21   libs/scala-library.jar
>   391834  06-29-12 17:21   libs/log4j-1.2.15.jar
>   995968  06-29-12 17:21   libs/snappy-java-1.0.4.1.jar
>  --------                   -------
>  9542795                   8 files
>
> Is it just me that this isn't working for? I'm building from commit 
> https://svn.apache.org/repos/asf/incubator/kafka/trunk@1352145 (via Git)
>
> Thanks,
>
> Derek
>
> --
> Derek Chen-Becker
> Lead Infrastructure Engineer
> de...@precog.com
> 303-752-1700
>

Reply via email to