appassembler icon indicating copy to clipboard operation
appassembler copied to clipboard

binFolder/binFileExtensions Have No Effect With Generate Daemons

Open opticyclic opened this issue 10 years ago • 3 comments

If you run the integration tests you see that the binFolder and binFileExtensions change the folder and extensions as expected.

However, if you use the generate-daemons mojo neither have any effect.

I want to change the bin folder to the root (should that be . or an empty tag? the docs aren't clear) and I want to suffix my daemon shell scripts with .sh.

opticyclic avatar Aug 29 '15 17:08 opticyclic

The binFolder and binFileExtensions property are only valid for the assemble goal. But not for the generate-daemon goal.

khmarbaise avatar Aug 30 '15 11:08 khmarbaise

Well then this is a feature request rather than a bug. I still want to change the bin directory and file extensions for my daemons.

opticyclic avatar Sep 02 '15 17:09 opticyclic

@opticyclic @khmarbaise I believe the binFileExtensions issue is now fixed by https://github.com/mojohaus/appassembler/pull/72

adamretter avatar May 10 '19 10:05 adamretter