Issue Type: Task Task
Assignee: Unassigned
Attachments: MRPM-it-fails-on-OS-X.patch
Created: 14/Apr/13 9:03 AM
Description:

The test fails with:
OS name script missing, expected: name-Mac OS X.sh

The pom.xml specifies:
<destination>name-${os.name}.sh</destination>
which will evaluate to name-Mac OS X.sh on OS X. This is the correct behaviour.

The test fails because the
RpmQueryParser.onLine( String line ) method from org.codehaus.mojo.unix:unix-rpm:1.0-alpha-1 parses the lines output by rpm -qlvp by splitting on " " (space). This fails when a file path contains space.

Environment: Mac OS X 10.8, RPM 5.1
Project: Mojo RPM Plugin
Priority: Minor Minor
Reporter: Rickard von Essen
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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