[ 
http://jira.codehaus.org/browse/MRPM-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Okken updated MRPM-13:
----------------------------

      Description: 
An entry in the pom such as:
                      ...
                        <mapping>
                            <directory>/usr/local/apache2/libexec</directory>
                                <sources>
                                    <source>
                                        
<location>${project.build.directory}/work/connector/x86_64/mod_jk-1.2.28-linux-x86_64.so</location>
                                        
<targetArchitecture>x86_64</targetArchitecture>
                                        
<destination>mod_jk-1.2.28.so</destination>
                                    </source>
                       ...

Will fail if the <directory> was not previously defined. It should create the 
directory if needed.

The exception is: No such file or directory

  was:

An entry in the pom such as:
                      ...
                        <mapping>
                            <directory>/usr/local/apache2/libexec</directory>
                                <sources>
                                    <source>
                                        
<location>${project.build.directory}/work/connector/x86_64/mod_jk-1.2.28-linux-x86_64.so</location>
                                        
<targetArchitecture>x86_64</targetArchitecture>
                                        
<destination>mod_jk-1.2.28.so</destination>
                                    </source>
                       ...

Will fail if the <directory> was not previously defined. It should create the 
directory if needed.

The exception is: No such file or directory

    Fix Version/s: 2.0-beta-3

> When using a Mapping.Source.Destination for a Mapping.directory that does not 
> yet exists, get IO Exception
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: MRPM-13
>                 URL: http://jira.codehaus.org/browse/MRPM-13
>             Project: Mojo RPM Plugin
>          Issue Type: Bug
>          Components: rpm
>            Reporter: Brett Okken
>            Assignee: Brett Okken
>             Fix For: 2.0-beta-3
>
>
> An entry in the pom such as:
>                       ...
>                         <mapping>
>                             <directory>/usr/local/apache2/libexec</directory>
>                               <sources>
>                                   <source>
>                                       
> <location>${project.build.directory}/work/connector/x86_64/mod_jk-1.2.28-linux-x86_64.so</location>
>                                       
> <targetArchitecture>x86_64</targetArchitecture>
>                                       
> <destination>mod_jk-1.2.28.so</destination>
>                                   </source>
>                        ...
> Will fail if the <directory> was not previously defined. It should create the 
> directory if needed.
> The exception is: No such file or directory

-- 
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