You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by Harish Mandala <mv...@gmail.com> on 2012/11/20 16:07:53 UTC

mvn package fails to generate flume-ng script

Hello,

I'm doing the following steps:

1) mvn clean package -DskipTests -Drat.numUnapprovedLicenses=100
2) tar xzf flume-ng-dist/target/apache-flume-1.3.0-SNAPSHOT-dist.tar.gz

Now, in the directory apache-flume-1.3.0-SNAPSHOT/ , earlier, a script
called flume-ng was being created. For some reason, in the latest builds,
it is not created. What could the reason be?

Thanks in anticipation,
Harish

Re: mvn package fails to generate flume-ng script

Posted by Roshan Naik <ro...@hortonworks.com>.
On performing the mvn clean package on the latest 1.3 branch i see the
following  gz files generated..
./flume-ng-dist/target/apache-flume-1.3.0-bin.tar.gz
./flume-ng-dist/target/apache-flume-1.3.0-src.tar.gz

and a quick verification shows the file does exist...

$  tar tzf  ./flume-ng-dist/target/apache-flume-1.3.0-bin.tar.gz | grep
'bin/flume-ng$'

apache-flume-1.3.0-bin/bin/flume-ng

-roshan


On Tue, Nov 20, 2012 at 7:07 AM, Harish Mandala <mv...@gmail.com>wrote:

> Hello,
>
> I'm doing the following steps:
>
> 1) mvn clean package -DskipTests -Drat.numUnapprovedLicenses=100
> 2) tar xzf flume-ng-dist/target/apache-flume-1.3.0-SNAPSHOT-dist.tar.gz
>
> Now, in the directory apache-flume-1.3.0-SNAPSHOT/ , earlier, a script
> called flume-ng was being created. For some reason, in the latest builds,
> it is not created. What could the reason be?
>
> Thanks in anticipation,
> Harish
>