You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Andrew Kornev (JIRA)" <ji...@apache.org> on 2008/06/26 23:13:45 UTC

[jira] Created: (ZOOKEEPER-55) build.xml failes to retrieve a release number from SVN and the ant target "dist" fails

build.xml failes to retrieve a release number from SVN and the ant target "dist" fails
--------------------------------------------------------------------------------------

                 Key: ZOOKEEPER-55
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-55
             Project: Zookeeper
          Issue Type: Bug
          Components: build
            Reporter: Andrew Kornev
            Assignee: Andrew Kornev


Due to the recent directory layout change,
1) the ant target "svn-revision" fails to retrieve the release number,
2) the ant target "dist" fails to create the distribution package.

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


[jira] Updated: (ZOOKEEPER-55) build.xml failes to retrieve a release number from SVN and the ant target "dist" fails

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-55:
----------------------------------

    Fix Version/s: 3.0.0

> build.xml failes to retrieve a release number from SVN and the ant target "dist" fails
> --------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-55
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-55
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: build
>            Reporter: Andrew Kornev
>            Assignee: Andrew Kornev
>             Fix For: 3.0.0
>
>         Attachments: ZOOKEEPER-55.patch
>
>
> Due to the recent directory layout change,
> 1) the ant target "svn-revision" fails to retrieve the release number,
> 2) the ant target "dist" fails to create the distribution package.

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


[jira] Commented: (ZOOKEEPER-55) build.xml failes to retrieve a release number from SVN and the ant target "dist" fails

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608589#action_12608589 ] 

Patrick Hunt commented on ZOOKEEPER-55:
---------------------------------------

Yes, the svn revision # is on the todo list for items left over from ZOOKEEPER-45, in particular I had to
comment out a line in the build.xml version-info target as follows:

            <!--PDH fixme - <arg value="${lastRevision}" />-->
            <arg value="1" />

I couldn't quite make heads/tails of why getting the svn version was different btw SF and ASF.

Andrew would you mind looking into this?


> build.xml failes to retrieve a release number from SVN and the ant target "dist" fails
> --------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-55
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-55
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: build
>            Reporter: Andrew Kornev
>            Assignee: Andrew Kornev
>
> Due to the recent directory layout change,
> 1) the ant target "svn-revision" fails to retrieve the release number,
> 2) the ant target "dist" fails to create the distribution package.

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


[jira] Updated: (ZOOKEEPER-55) build.xml failes to retrieve a release number from SVN and the ant target "dist" fails

Posted by "Andrew Kornev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kornev updated ZOOKEEPER-55:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed revision 672058

> build.xml failes to retrieve a release number from SVN and the ant target "dist" fails
> --------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-55
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-55
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: build
>            Reporter: Andrew Kornev
>            Assignee: Andrew Kornev
>         Attachments: ZOOKEEPER-55.patch
>
>
> Due to the recent directory layout change,
> 1) the ant target "svn-revision" fails to retrieve the release number,
> 2) the ant target "dist" fails to create the distribution package.

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


[jira] Commented: (ZOOKEEPER-55) build.xml failes to retrieve a release number from SVN and the ant target "dist" fails

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608606#action_12608606 ] 

Patrick Hunt commented on ZOOKEEPER-55:
---------------------------------------

+1 looks good, dist builds and revision now included.

> build.xml failes to retrieve a release number from SVN and the ant target "dist" fails
> --------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-55
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-55
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: build
>            Reporter: Andrew Kornev
>            Assignee: Andrew Kornev
>         Attachments: ZOOKEEPER-55.patch
>
>
> Due to the recent directory layout change,
> 1) the ant target "svn-revision" fails to retrieve the release number,
> 2) the ant target "dist" fails to create the distribution package.

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


[jira] Updated: (ZOOKEEPER-55) build.xml failes to retrieve a release number from SVN and the ant target "dist" fails

Posted by "Andrew Kornev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kornev updated ZOOKEEPER-55:
-----------------------------------

    Attachment: ZOOKEEPER-55.patch

The patch fixes the first problem by correcting the path on the directory whose revision number is retreived. The second problem was also caused by invalid paths used to produce the tar files.

> build.xml failes to retrieve a release number from SVN and the ant target "dist" fails
> --------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-55
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-55
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: build
>            Reporter: Andrew Kornev
>            Assignee: Andrew Kornev
>         Attachments: ZOOKEEPER-55.patch
>
>
> Due to the recent directory layout change,
> 1) the ant target "svn-revision" fails to retrieve the release number,
> 2) the ant target "dist" fails to create the distribution package.

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


[jira] Updated: (ZOOKEEPER-55) build.xml failes to retrieve a release number from SVN and the ant target "dist" fails

Posted by "Andrew Kornev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kornev updated ZOOKEEPER-55:
-----------------------------------

    Status: Patch Available  (was: Open)

> build.xml failes to retrieve a release number from SVN and the ant target "dist" fails
> --------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-55
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-55
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: build
>            Reporter: Andrew Kornev
>            Assignee: Andrew Kornev
>         Attachments: ZOOKEEPER-55.patch
>
>
> Due to the recent directory layout change,
> 1) the ant target "svn-revision" fails to retrieve the release number,
> 2) the ant target "dist" fails to create the distribution package.

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


[jira] Updated: (ZOOKEEPER-55) build.xml failes to retrieve a release number from SVN and the ant target "dist" fails

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-55:
----------------------------------

    Hadoop Flags: [Reviewed]

> build.xml failes to retrieve a release number from SVN and the ant target "dist" fails
> --------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-55
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-55
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: build
>            Reporter: Andrew Kornev
>            Assignee: Andrew Kornev
>         Attachments: ZOOKEEPER-55.patch
>
>
> Due to the recent directory layout change,
> 1) the ant target "svn-revision" fails to retrieve the release number,
> 2) the ant target "dist" fails to create the distribution package.

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