Details
-
Type:
Wish
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.2-beta-2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:linux, ubuntu
-
Patch Submitted:Yes
-
Number of attachments :
Description
i need to buid archives ( tar for example ) with symbolic links
the plugin build an archive with a file containing the destination of the link, not the link itself
=> the plugin need an option to know if deferencement of links is needed
this is just like -h option of tar
-h, --dereference
don't dump symlinks; dump the files they point to
actually, if you do an archive of /lib, for example, many file will be in double with différent names. extract of archive will not be the exactly the same as the source of the archive. => this is a test !
Issue Links
- depends upon
-
PLXCOMP-117
add symbolic links managment
-
Activity
Godet Gilles
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Link | This issue depends upon PLX-377 [ PLX-377 ] |
Zuhayr Khan
made changes -
| Attachment | MASSEMBLY-343_maven-assembly-plugin.patch [ 57019 ] |
Zuhayr Khan
made changes -
| Attachment | MASSEMBLY-343_maven-assembly-plugin_fixed.patch [ 61304 ] |
Dennis Lundberg
made changes -
| Patch Submitted | Yes [ [10070] ] | |
| Description |
i need to buid archives ( tar for example ) with symbolic links the plugin build an archive with a file containing the destination of the link, not the link itself => the plugin need an option to know if deferencement of links is needed this is just like -h option of tar -h, --dereference don't dump symlinks; dump the files they point to actually, if you do an archive of /lib, for example, many file will be in double with différent names. extract of archive will not be the exactly the same as the source of the archive. => this is a test ! |
i need to buid archives ( tar for example ) with symbolic links
the plugin build an archive with a file containing the destination of the link, not the link itself => the plugin need an option to know if deferencement of links is needed this is just like -h option of tar -h, --dereference don't dump symlinks; dump the files they point to actually, if you do an archive of /lib, for example, many file will be in double with différent names. extract of archive will not be the exactly the same as the source of the archive. => this is a test ! |