You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2010/06/15 21:29:27 UTC

[jira] Commented: (BUILDR-457) package(:jar) adds . entry to the jar

    [ https://issues.apache.org/jira/browse/BUILDR-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879087#action_12879087 ] 

Antoine Toulme commented on BUILDR-457:
---------------------------------------

I reproduce this over MRI O_o

I think I know what caused the problem.

> package(:jar) adds . entry to the jar
> -------------------------------------
>
>                 Key: BUILDR-457
>                 URL: https://issues.apache.org/jira/browse/BUILDR-457
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 1.4
>            Reporter: Antoine Toulme
>            Assignee: Antoine Toulme
>            Priority: Blocker
>             Fix For: 1.4
>
>
> With RC4, we can see this:
> boisvert@smudge:~/tmp/buildr-jar$ jar tvf target/buildr-jar-0.1.jar
>   533 Tue Jun 15 11:32:20 PDT 2010 .
>   533 Tue Jun 15 11:32:20 PDT 2010 HelloWord.class
>     0 Tue Jun 15 11:32:20 PDT 2010 META-INF/
>   131 Tue Jun 15 11:32:20 PDT 2010 META-INF/MANIFEST.MF
> With Buildr 1.3.5,
> boisvert@smudge:~/tmp/buildr-jar$ jar tvf target/buildr-jar-0.1.jar
>   533 Tue Jun 15 11:33:20 PDT 2010 HelloWord.class
>     0 Tue Jun 15 11:33:20 PDT 2010 META-INF/
>   139 Tue Jun 15 11:33:20 PDT 2010 META-INF/MANIFEST.MF
> That's a blocker we need to address now.

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