Hi Dan,

I do see your point. And this is exactly what this bug is about - if you specify a different log folder to give the appassembly plugin chance to create it. I'm not saying we should always create log/ . Currently the plugin specifies creates the tanukiconfiguration with PID file location as:

        String pidFile = configuration.getProperty( "wrapper.pidfile", "$BASEDIR/logs" );

If you don't believe me you can check JavaServiceWrapperDaemonGenerator:140. This means that the configuration produced by the MAPASSEMBLY plugin cannot be run, unless you create the logs/ directory (it yields "Cannot find folder or smth"). This means you have to configure antrun plugin just to create this single folder!!! I have marked this as "improvement" as I really believe that this feature can improve the life of a lot of people. And again, according to my patch, if you don't specify the folder it will not be created - it is absolutely up to the user if they want to have it created.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to