Julien Le Dem created PIG-2757:
----------------------------------

             Summary: deb target in build.xml copies -withouthadoop.jar to 
-core.jar
                 Key: PIG-2757
                 URL: https://issues.apache.org/jira/browse/PIG-2757
             Project: Pig
          Issue Type: Bug
            Reporter: Julien Le Dem


{noformat}
<target name="deb" depends="package-release" description="Make deb package">
...
<copy file="${build.dir}/${final.name}-withouthadoop.jar" 
tofile="${rpm.dist.dir}/share/pig/${final.name}-core.jar" overwrite="true" />
{noformat}
http://svn.apache.org/viewvc/pig/trunk/build.xml?view=markup
line 1136

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to