openpreserve / scape-toolwrapper

SCAPE project for creating debian packages from command line tools.
http://openplanets.github.io/scape-toolwrapper
Apache License 2.0
5 stars 1 forks source link

Log4j not sending errors to output when running in bash script #10

Closed luis100 closed 10 years ago

hsilva-keep commented 10 years ago

Just made a quick test and it does work.

$> cd $TOOLWRAPPER_SOURCE
$> mvn clean package
$> echo "./toolwrapper-bash-generator/bin/generate.sh" > script.sh
$> bash script.sh

Can you please provide more information about how you made your test? Perhaps some environment information as well.

luis100 commented 10 years ago

Seems to be working now, thanks :)