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 12:50:43 UTC

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

Jean-Baptiste Onofré created FALCON-361:
-------------------------------------------

             Summary: 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)