| Alex Karasulu 2006-10-26, 1:11 pm |
| Ole,
If you intend to use jpackage see if you can add the functionality
straight into the daemon rpm here:
http://svn.apache.org/repos/asf/dir...s/daemon/plugin
Basically this daemon plugin is a dual purpose plugin. It makes your
java app into a daemon on UNIX and a Windows Service on windows
platforms using jakarta daemon jsvc and procrun respectively.
The neat thing about this plugin is that it does that and generates
installers for your server application as well as RPM packages.
It's the RPM part we want to replace so it uses jpackage instead of the
rpmbuild executable. That should be easy to do.
Thanks,
Alex
P.S. Bastiaan also had some ideas for improving this plugin. Perhaps
you guys can work together on improving our packaging/installer
generating plugin.
Bastiaan Bakker wrote:
> On Tue, 2006-10-24 at 11:56 +0200, Emmanuel Lecharny wrote:
>
> AH, great, a jpackage based RPM is even better.
>
>
> OK.
>
>
> Heh, in your last comment on DIRSERVER-749 you told me to contact you if
> needed, so I did... ;-)
> But I'll go back to the dev list for discussion on 765.
>
> Bastiaan
>
>
>
>
|