You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/03/18 15:41:42 UTC

[jira] [Commented] (FALCON-361) packages.sh output messages are not correct

    [ https://issues.apache.org/jira/browse/FALCON-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13939289#comment-13939289 ] 

Jean-Baptiste Onofré commented on FALCON-361:
---------------------------------------------

The issue seems linked to the execution of assembly:assembly goal after packaging the oozie distribution.

It looks like the assembly:assembly goal perform a clean or so of the target folder, removing the oozie distribution.



> packages.sh output messages are not correct
> -------------------------------------------
>
>                 Key: FALCON-361
>                 URL: https://issues.apache.org/jira/browse/FALCON-361
>             Project: Falcon
>          Issue Type: Bug
>          Components: build-tools
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> Executing:
> {code}
> src/bin/package.sh 1.1.2 4.0.0
> {code}
> displays the following messages at the end:
> {code}
> + echo 'Falcon pacakge is available in /home/jbonofre/workspace/falcon/src/bin/../../target/falcon-<<version>>-bin.tar.gz'
> Falcon pacakge is available in /home/jbonofre/workspace/falcon/src/bin/../../target/falcon-<<version>>-bin.tar.gz
> + echo 'Oozie pacakge is available in /home/jbonofre/workspace/falcon/src/bin/../../target/oozie-4.0.0-distro.tar.gz'
> Oozie pacakge is available in /home/jbonofre/workspace/falcon/src/bin/../../target/oozie-4.0.0-distro.tar.gz
> + popd
> {code}
> However, the oozie-40.0-distro.tar.gz is not present in the target folder:
> {code}
> jbonofre@vostro:~/workspace/falcon/src/bin$ ls -l /home/jbonofre/workspace/falcon/src/bin/../../target/
> total 77072
> drwxr-xr-x  2 jbonofre jbonofre     4096 Mar 18 11:25 archive-tmp
> -rw-r--r--  1 jbonofre jbonofre 77506494 Mar 18 11:25 falcon-0.5-incubating-SNAPSHOT-bin.tar.gz
> -rw-r--r--  1 jbonofre jbonofre  1397436 Mar 18 11:26 falcon-0.5-incubating-SNAPSHOT-sources.tar.gz
> drwxr-xr-x  3 jbonofre jbonofre     4096 Mar 18 11:19 maven-shared-archive-resources
> drwxr-xr-x 21 jbonofre jbonofre     4096 Mar 18 11:23 oozie-4.0.0
> {code}
> I gonna review the package.sh to work as expected (and documented).



--
This message was sent by Atlassian JIRA
(v6.2#6252)