Trying to send this message to jjared@...265..., this adress does not
seems to exists but is referenced in one of your products pages :
http://www-124.ibm.com/icu4j/demo_tools/RBManager.html, thank you to update
this link.
Here is the content of my primary message I don't know to who I should send
it :
Hi,
I'm a java developer/integrator, and I've been trying to use RBManager.
Some bugs seems to exists in the 0.6 version I'm using :
- Untranslated tabbed panel (in the GUI) does not refresh it's contained
table when changing from Bundle resource item selection in the Bundle panel
Tree (class RBManagerGUI.RBUntranslatedPanel method updateComponents forget
to do untransTableModel.update(); if bundle != null)
public void updateComponents() {
// Update components
if (bundle != null) {
jLabelUntransTitle.setText(
bundle.name);
untransTableModel.setBundle(bundle);
untransTableModel.update();
} else if (rbm != null) {
initComponents();
} else {
removeAll();
}
}
- Statistics tabbed panel (in the GUI) does not refresh the statistic
labels when changing from Bundle resource item selection in the Bundle
panel Tree.
- "Export Resource Bundle => TMX files..." task generates only one file
when more than one resource bundles are selected.
- In the Groups pane, deleting a resource from any group does not affect
statistics.
- When adding a resource, the Translation text field accept String
containing single ' but such String are not well formed for the purpose of
JDK java.text.MessageFormat.fomat(...) method
I have to integrate such a tool to our devlopement process, and would be
verry interrested in RBManager.
Could you give me an idea of the current development plan of this tool ?
When do you plan to release a new version more stable ?
Thank you,
Stéphane Carré