Bug #10792 2007-04-01 02:01
courage
Sent twice Parameters to external tools
Hello,
I set msgfmt as an external tool in the Tools menu,
and the configuration is:
name: msgfmt
Executable: msgfmt
Parameters: -v -o ${PROJECT_NAME}.mo ${PROJECT_NAME}.po
Working directory: ${PROJECT_DIR}
Launching options: choice the first options.
When I execute it, I discover the title of the console is:
msgfmt -v -o RotateGo.mo RotateGo.po -v -o RotateGo.mo RotateGo.po
The Parameters are sent twice and
msgfmt execute erroneously like these:
RotateGo.po:6: duplicate message definition
RotateGo.po:7: ...this is the location of the first definition
RotateGo.po:24: duplicate message definition
RotateGo.po:25: ...this is the location of the first definition
RotateGo.po:28: duplicate message definition
If I type the command to execute msgfmt manually like
$msgfmt -v -o RotateGo.mo RotateGo.po
then it can work.
- Category
- Application::WrongBehaviour
- Group
- Status
- Closed
- Close date
- 2007-04-03 15:00
- Assigned to
- biplab
History
fixed in Patch #1941
This bug is now fixed in HEAD.
Thank you for reporting it.