Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maven-gettext-plugin alow multiple sourceDirectoris #45

Open
GoogleCodeExporter opened this issue Jan 10, 2016 · 0 comments
Open

maven-gettext-plugin alow multiple sourceDirectoris #45

GoogleCodeExporter opened this issue Jan 10, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Allow multiple source directoris may be useful.

Usage example:

1)
I'm making i18n for GWT project.
This includes multiple generated java files.  I need to pars them as well.
Also in GWT there there may be java source files that are in resources 
directory. see super-source 
http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html
 'Overriding one package implementation with another'

2)
Another example if I want unpacks the project java dependencies to one 
'target/source-4i18n'  and then use xgettext on all this files.
N.B. for GWT all jar files must contain java sources.

Another alternative for this usage:

3) unpacks  sources for all dependencies to one folder using 
'maven-dependency-plugin'  before calling xgettext .
  The case is I need to include sources for current project and unpacked sources.


Original issue reported on code.google.com by [email protected] on 8 Jun 2010 at 6:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant