Extending functionality

0 views
Skip to first unread message

Antisanti

unread,
Apr 30, 2010, 5:40:33 AM4/30/10
to Gettext Commons Development Discussion
Hi

I’ve been using the maven plugin for some time and found it quite
useful. The point is that now I would need to pass a couple of
parameters to the xgettext application that are not included in the
configuration parameters, so I wonder if you’re thinking on adding any
way of doing that.

I modified the source code to fit my current needs but I find that
adding one more parameter that allows to pass more options to the GNU
applications would be a nice feature.

Something like the following would be great

<plugin>
<groupId>org.xnap.commons</groupId>
<artifactId>maven-gettext-plugin</artifactId>
<version>1.2.0</version>
<executions>
<execution>
<id>distribute-properties-files</id>
<configuration>
<poDirectory>src/main/po</poDirectory>
<targetBundle>com.kinamik.vault.Messages</
targetBundle>
<outputFormat>properties</outputFormat>
<options>--no-location –add-comments=///</options>
</configuration>
<goals>
<goal>dist</goal>
</goals>
</execution>
</executions>
</plugin>

Best regards,
Santi

--
You received this message because you are subscribed to the Google Groups "Gettext Commons Development Discussion" group.
To post to this group, send email to gettext-co...@googlegroups.com.
To unsubscribe from this group, send email to gettext-commons-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gettext-commons-devel?hl=en.

Felix Berger

unread,
Apr 30, 2010, 9:54:56 PM4/30/10
to gettext-co...@googlegroups.com
Hi Santi,

I created an issue for your request:

http://code.google.com/p/gettext-commons/issues/detail?id=43

Cheers,
Felix
Reply all
Reply to author
Forward
0 new messages