[ 
https://issues.apache.org/jira/browse/HBASE-2128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800957#action_12800957
 ] 

Kay Kay commented on HBASE-2128:
--------------------------------

So - what is the consensus we have regarding the directory structure of release 
, as far as lib directory is concerned ? 

If we want to have all the jars in lib/*.jar as before - I am ok , but keep in 
mind as we add more contribs we may want to separate the CP namespaces for them 
to make thing easy for debugging. 

| The src/contrib/stargate/lib folder is empty and can be deleted/does not need 
to be created at all.

| Maybe we need to add a mkdir somewhere? mkdir after copy of stargate to build 
for compile?

I am ok with one way or another , but if it is distracting at this point - ok 
with maintaining current status quo while removing any CP reference in 
build.xml files to  contrib/**/lib/*.jar , since no such file exists / should 
be there in future. 


> 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, 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