[
https://issues.apache.org/jira/browse/FALCON-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13977900#comment-13977900
]
Jean-Baptiste Onofré commented on FALCON-361:
---------------------------------------------
Let me take a look on that but I think so (a property at profile level used in
the exec should do the trick).
> 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é
> Fix For: 0.5
>
> Attachments: FALCON-361.patch
>
>
> 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)