-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Use case:
We have a bunch of Java applications installed using Solaris PKGs. To avoid duplication it would be nice to be able to use templates and just specify the differences using properties.
Example usage:
- Have a start-up script template which can be reused by multiple projects. Java options, installation basedir and name of start-up jar file are examples of typical variables.
- Reuse manifest files for Solaris SMF. Typical variables that can be substituted are: Path to start-up script and service name.
- Reuse action scripts (post-install, pre-remove). Typical variables needed: installation basedir, application name
It seems likely that it is necessary to add configuration option to specify where the different files should be fetched from. E.g. target/unix/files/ and target/unix/scripts instead of src/main/unix/files and src/main/unix/scripts.
See also http://jira.codehaus.org/browse/MUNIX-8 and http://jira.codehaus.org/browse/MUNIX-9.
Metadata
Metadata
Assignees
Labels
No labels