[ 
http://jira.codehaus.org/browse/MOJO-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132556#action_132556
 ] 

deckrider edited comment on MOJO-1103 at 4/24/08 7:52 PM:
----------------------------------------------------------

I'm confused about what to provide here beyond the links I've provided, but 
I'll elaborate on the first link for relative paths:

http://docs.sun.com/app/docs/doc/817-0406/ch6advtech-53?a=view

Look at the pkgmap file from that link:

1 d none EZstuf 0775 root bin
1 f none EZstuf/dirdel 0555 bin bin 40 773 751310229
1 f none EZstuf/usrdel 0555 bin bin 40 773 751310229
1 f none EZstuf/filedel 0555 bin bin 40 773 751310229
1 d none HRDstuf 0775 root bin
1 f none HRDstuf/mksmart 0555 bin bin 40 773 751310229
1 f none HRDstuf/mktall 0555 bin bin 40 773 751310229
1 f none HRDstuf/mkcute 0555 bin bin 40 773 751310229
1 f none HRDstuf/mkeasy 0555 bin bin 40 773 751310229

Notice that these are not absolute paths:  assuming I already have these files 
available in the target directory, what do I put in my pom.xml to make plugin 
generate this pkgmap file without absolute paths?

And now for parametric paths, notice the pkgmap file here:

http://docs.sun.com/app/docs/doc/817-0406/ch6advtech-34?a=view

It contains this:

1 d none $EZDIR 0775 root bin
1 f none $EZDIR/dirdel 0555 bin bin 40 773 751310229
1 f none $EZDIR/usrdel 0555 bin bin 40 773 751310229
1 f none $EZDIR/filedel 0555 bin bin 40 773 751310229
1 d none $HRDDIR 0775 root bin
1 f none $HRDDIR/mksmart 0555 bin bin 40 773 751310229
1 f none $HRDDIR/mktall 0555 bin bin 40 773 751310229
1 f none $HRDDIR/mkcute 0555 bin bin 40 773 751310229
1 f none $HRDDIR/mkeasy 0555 bin bin 40 773 751310229

Notice that these paths begin with variables that I can define during package 
installation:  assuming I already have these files available under the target 
directory, what do I put in my pom.xml to make plugin generate this pkgmap file 
with these variables?


      was (Author: deckrider):
    I'm confused about what to provide here beyond the links I've provided, but 
I'll elaborate on the first link for relative paths:

http://docs.sun.com/app/docs/doc/817-0406/ch6advtech-10?a=view

Look at the pkgmap file from that link:

1 d none EZstuf 0775 root bin
1 f none EZstuf/dirdel 0555 bin bin 40 773 751310229
1 f none EZstuf/usrdel 0555 bin bin 40 773 751310229
1 f none EZstuf/filedel 0555 bin bin 40 773 751310229
1 d none HRDstuf 0775 root bin
1 f none HRDstuf/mksmart 0555 bin bin 40 773 751310229
1 f none HRDstuf/mktall 0555 bin bin 40 773 751310229
1 f none HRDstuf/mkcute 0555 bin bin 40 773 751310229
1 f none HRDstuf/mkeasy 0555 bin bin 40 773 751310229

Notice that these are not absolute paths:  assuming I already have these files 
available in the target directory, what do I put in my pom.xml to make plugin 
generate this pkgmap file without absolute paths?

And now for parametric paths, notice the pkgmap file here:

http://docs.sun.com/app/docs/doc/817-0406/ch6advtech-34?a=view

It contains this:

1 d none $EZDIR 0775 root bin
1 f none $EZDIR/dirdel 0555 bin bin 40 773 751310229
1 f none $EZDIR/usrdel 0555 bin bin 40 773 751310229
1 f none $EZDIR/filedel 0555 bin bin 40 773 751310229
1 d none $HRDDIR 0775 root bin
1 f none $HRDDIR/mksmart 0555 bin bin 40 773 751310229
1 f none $HRDDIR/mktall 0555 bin bin 40 773 751310229
1 f none $HRDDIR/mkcute 0555 bin bin 40 773 751310229
1 f none $HRDDIR/mkeasy 0555 bin bin 40 773 751310229

Notice that these paths begin with variables that I can define during package 
installation:  assuming I already have these files available under the target 
directory, what do I put in my pom.xml to make plugin generate this pkgmap file 
with these variables?

  
> solaris maven plugin should allow relative or parametric paths
> --------------------------------------------------------------
>
>                 Key: MOJO-1103
>                 URL: http://jira.codehaus.org/browse/MOJO-1103
>             Project: Mojo
>          Issue Type: New Feature
>          Components: solaris
>         Environment: solaris
>            Reporter: deckrider
>
> There should be a way to use relative or parametric paths, so that a package 
> is generated that can be installed in a directory specified by the 
> administrator.
> For instance:
> http://docs.sun.com/app/docs/doc/817-0406/ch6advtech-53?a=view
> http://docs.sun.com/app/docs/doc/817-0406/ch6advtech-34?a=view
> http://docs.sun.com/app/docs/doc/817-0406/ch6advtech-10?a=view

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
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