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

Spaces in directory names are not supported #51

Open
GoogleCodeExporter opened this issue Apr 15, 2015 · 0 comments
Open

Spaces in directory names are not supported #51

GoogleCodeExporter opened this issue Apr 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Write in your .pom something like
    <properties>
        ...
        <gettext.dir>C:\Program Files\GnuWin32\bin</gettext.dir>
    </properties>
    and
            <plugin>
                <groupId>org.xnap.commons</groupId>
                <artifactId>maven-gettext-plugin</artifactId>
                <version>1.2.3</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>merge</goal>
                            <goal>dist</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <poDirectory>${basedir}/src/main/po</poDirectory>
                    <targetBundle>de.upk.plugandfindwebarticles.Messages</targetBundle>
                    <encoding>CP1252</encoding>
                    <msgcatCmd>${gettext.dir}/msgcat.exe</msgcatCmd>
                    <msgfmtCmd>${gettext.dir}/msgfmt.exe</msgfmtCmd>
                    <msgmergeCmd>${gettext.dir}/msgmerge.exe</msgmergeCmd>
                    <xgettextCmd>${gettext.dir}/xgettext.exe</xgettextCmd>
                </configuration>
            </plugin>

2. build your project

What is the expected output? What do you see instead?
Expected: no errors

Instead:
[gettext:dist]
Processing de.po
[WARNING] "C:\Program Files\GnuWin32\bin\msgfmt.exe" --java2 -d 
C:\Users\lebedkov\Projekte\PlugAndFindWebArticles\2.7\target\classes -r 
de.upk.plugandfindwebarticles.Messages -l de 
C:\Users\lebedkov\Projekte\PlugAndFindWebArticles\2.7\src\main\po\de.po
[WARNING] Der Befehl "C:\Program" ist entweder falsch geschrieben oder


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by tim.lebe...@gmail.com on 6 Dec 2010 at 2:45

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