Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 d075f1cc9 -> 27e7590f7


PHOENIX-2387 Exclude sandbox from binary dist

The phoenix_sandbox script can only be run in a source
distribution (by making use of maven to download all integration
test dependencies for HBase, HDFS, etc). Making it work in the
binary dist would bloat and complicate the binary distribution
quite a bit, so we just exclude it.


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/27e7590f
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/27e7590f
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/27e7590f

Branch: refs/heads/4.x-HBase-0.98
Commit: 27e7590f795325a66251cc453781a3212485bf5b
Parents: d075f1c
Author: Gabriel Reid <gabri...@ngdata.com>
Authored: Tue Nov 17 09:28:39 2015 +0100
Committer: Gabriel Reid <gr...@apache.org>
Committed: Sat Nov 21 20:34:26 2015 +0100

----------------------------------------------------------------------
 .../src/build/components/all-common-files.xml             | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/27e7590f/phoenix-assembly/src/build/components/all-common-files.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/src/build/components/all-common-files.xml 
b/phoenix-assembly/src/build/components/all-common-files.xml
index cd5260f..af7888d 100644
--- a/phoenix-assembly/src/build/components/all-common-files.xml
+++ b/phoenix-assembly/src/build/components/all-common-files.xml
@@ -40,6 +40,12 @@
         <include>*.py</include>
         <include>*.sh</include>
       </includes>
+      <excludes>
+        <!-- The sandbox doesn't work with the binary distribution, and it
+             would complicate things a lot to make it work there, so we just
+             exclude it. -->
+        <exclude>*sandbox*</exclude>
+      </excludes>
     </fileSet>
     <!-- Copy the non-executable files from the bin directory -->
     <fileSet>
@@ -50,6 +56,10 @@
       <excludes>
         <exclude>*.py*</exclude>
         <exclude>*.sh*</exclude>
+        <!-- The sandbox doesn't work with the binary distribution, and it
+             would complicate things a lot to make it work there, so we just
+             exclude it. -->
+        <exclude>*sandbox*</exclude>
       </excludes>
     </fileSet>
     <fileSet>

Reply via email to