[batik-maven-plugin] preserve source full path on destination
-------------------------------------------------------------

                 Key: MOJO-1146
                 URL: http://jira.codehaus.org/browse/MOJO-1146
             Project: Mojo
          Issue Type: Improvement
            Reporter: Andreas Schildbach


When I specify srcDir on a multi-level directory structure (and keep the 
srcIncludes default of **/*.svg), the plugin nicely finds all svg sources 
within that structure, but does not reproduce the structure in the destination 
directory.

For example, if a source is found in

${srcDir}/dir1/file.svg

I would expect the destination to be

${destDir}/dir1/file.png (or .jpg, ...)

Currently, ${destDir}/file.png (or .jpg, ...) is being used.

I'd even go ahead and make this behaviour the default, however, a switch would 
also be nice.


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