lyonplus / gettext-commons

Automatically exported from code.google.com/p/gettext-commons
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Patch to support source directory and extraSourceFiles directory to be from different basedirs #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Based on maven-gettext-plugin version 1.2.3:

I've a webapp that uses Freemarker templates. The one webapp uses a different 
template directory for each type of build. To make this usable for our team, we 
moved the template directories outside the project. As the maven-gettext-plugin 
uses only paths relative to the given sourceDirectory, it won't work for my 
situation.

I've created a patch to make the maven-gettext-plugin use absolute paths for 
the source files and the extraSourceFiles, each dependend on it's 
sourceDirectory and extraSourceFiles.directory (respectively).

Hopefully this can be implemented in the next release.

Kind regards,
Patrick van Dissel

Original issue reported on code.google.com by pvdis...@gmail.com on 24 Jan 2011 at 2:42

Attachments: