You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Mahadev konar (JIRA)" <ji...@apache.org> on 2008/09/10 05:55:44 UTC

[jira] Commented: (ZOOKEEPER-130) update build.xml to support apache release process

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629693#action_12629693 ] 

Mahadev konar commented on ZOOKEEPER-130:
-----------------------------------------

!-- ====================================================== -->
+  <!-- Test all the contribs.                               -->
+  <!-- ====================================================== -->
+  <target name="test">
+    <subant target="test">
+      <fileset dir="." includes="streaming/build.xml"/>
+      <fileset dir="." includes="fairscheduler/build.xml"/>
+    </subant>
+  </target>
+  

this does look like copied from hadoop...  :) can we get rid of this?

> update build.xml to support apache release process
> --------------------------------------------------
>
>                 Key: ZOOKEEPER-130
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-130
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>             Fix For: 3.0.0
>
>         Attachments: ZOOKEEPER-130.patch
>
>
> update the build process to support "tar" and "binary" targets similar in structure to hadoop-core build. this is needed as part of the 3.0.0 release process.

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