[jira] (MASSEMBLY-746) Warnings about platform dependent paths inconsistent.

2015-01-20 Thread Kristian Rosenvold (JIRA)

 [ 
https://jira.codehaus.org/browse/MASSEMBLY-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kristian Rosenvold updated MASSEMBLY-746:
-

Fix Version/s: 2.5.4

> Warnings about platform dependent paths inconsistent.
> -
>
> Key: MASSEMBLY-746
> URL: https://jira.codehaus.org/browse/MASSEMBLY-746
> Project: Maven Assembly Plugin
>  Issue Type: Bug
>Affects Versions: 2.5.3
> Environment: Apache Maven 3.2.3 
> (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T22:58:10+02:00)
> Java version: 1.7.0_72, vendor: Oracle Corporation
> Default locale: de_DE, platform encoding: UTF-8
> OS name: "windows xp", version: "5.1", arch: "x86", family: "windows"
>Reporter: Christian Schulte
>Priority: Trivial
> Fix For: 2.5.4
>
> Attachments: MASSEMBLY-746.zip
>
>




--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MASSEMBLY-746) Warnings about platform dependent paths inconsistent.

2015-01-06 Thread Christian Schulte (JIRA)

 [ 
https://jira.codehaus.org/browse/MASSEMBLY-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schulte updated MASSEMBLY-746:


Attachment: MASSEMBLY-746.zip

Example project demonstrating the issue. Unpack and execute {{mvn package}}. 
This produces the following warning.

{code}
[ERROR] OS=Windows and the assembly descriptor contains a *nix-specific 
root-relative-reference (starting with slash) /
{code}

This is due to {{/}} used in a {{}} 
like:

{code}

  src/main/assembly
  0444
  0755
  dos
  false
  
  /
  
bin.xml
  

{code}

The example descriptor also contains

{code}

  descriptor.xml
  0444
  false
  dos
  
  /
  src/main/assembly/bin.xml

{code}

For the {{}} element, no warnings are produced. This is confusing the 
recommended way to specify the assemblies root directory for an 
{{}}.

> Warnings about platform dependent paths inconsistent.
> -
>
> Key: MASSEMBLY-746
> URL: https://jira.codehaus.org/browse/MASSEMBLY-746
> Project: Maven Assembly Plugin
>  Issue Type: Bug
>Affects Versions: 2.5.3
> Environment: Apache Maven 3.2.3 
> (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T22:58:10+02:00)
> Java version: 1.7.0_72, vendor: Oracle Corporation
> Default locale: de_DE, platform encoding: UTF-8
> OS name: "windows xp", version: "5.1", arch: "x86", family: "windows"
>Reporter: Christian Schulte
>Priority: Trivial
> Attachments: MASSEMBLY-746.zip
>
>




--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MASSEMBLY-746) Warnings about platform dependent paths inconsistent.

2015-01-06 Thread Christian Schulte (JIRA)
Christian Schulte created MASSEMBLY-746:
---

 Summary: Warnings about platform dependent paths inconsistent.
 Key: MASSEMBLY-746
 URL: https://jira.codehaus.org/browse/MASSEMBLY-746
 Project: Maven Assembly Plugin
  Issue Type: Bug
Affects Versions: 2.5.3
 Environment: Apache Maven 3.2.3 
(33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T22:58:10+02:00)
Java version: 1.7.0_72, vendor: Oracle Corporation
Default locale: de_DE, platform encoding: UTF-8
OS name: "windows xp", version: "5.1", arch: "x86", family: "windows"
Reporter: Christian Schulte
Priority: Trivial






--
This message was sent by Atlassian JIRA
(v6.1.6#6162)