[ 
https://issues.apache.org/jira/browse/HBASE-2128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Kay updated HBASE-2128:
---------------------------

    Attachment: HBASE-2128.patch

*) tar now maintains 3 different sets - lib/core/*.jar , 
lib/transactional/*.jar , lib/stargate/*.jar 
   
  Thrift + zookeeper , that are common to all of them is in lib only. 

*) Bug in init target due to space in libthrift* , not being copied

*) unnecessary classpath element in javadoc target removed since no such file 
exists ( contrib/**/*.jar) in the tree anymore. 


Having said that - the scripts need to be modified (or we need to identify a 
file-layout structure) since the scripts are meant for build/ivy/common  -  
build/contrib/stargate/ivy/lib/common etc. , for a development environment. 

When we release - may be we need to revisit what structure we would want and 
refactor scripts accordingly. 

> ant tar build broken since switch to Ivy
> ----------------------------------------
>
>                 Key: HBASE-2128
>                 URL: https://issues.apache.org/jira/browse/HBASE-2128
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.21.0
>            Reporter: Lars Francke
>         Attachments: HBASE-2128.patch
>
>
> Running ant tar produces a very small tar file because all .jar dependencies 
> are missing. This happens since the switch to Ivy.
> Adding common.ivy.lib.dir to the build.xml fixes some of it but some things 
> still don't work:
> {code:xml}
>     <mkdir dir="${dist.dir}/lib"/>
>     <copy todir="${dist.dir}/lib">
>       <fileset dir="${build.lib}" />
>       <fileset dir="${common.ivy.lib.dir}"/>
>     </copy>
> {code}
> The jars for the contrib apps still seem to be missing. At the moment this is 
> only stargate but the I've got the same problem for the new thrift contrib. I 
> am afraid I don't know enough about Ant or Ivy to be of any further 
> assistance.

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

Reply via email to