Community
Participate
Working Groups
If you import a not supported file type via the Import Project Dialog into GUIdancer, an Error Messages is shown: "ErrorMessages.IMPORT_PROJECT_XML_FAILED"
partial fix: http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=486c3fdacbfdb8140d44c0939b48eb383d7b46ab As mentioned in the changeset comment, this is definitely only a partial fix: * The displayed message includes "{0}" because a parameter is not properly set. Unparameterized values are ugly, but arguably less ugly than the raw keys. * We are still using our own custom i18n system here. Due to the factors mentioned above, I cannot yet close the bug.
After discussing this in a meeting, I'm closing as wontfix: - The really ugly error is gone - Importing non-projects as a project is certainly possible, but somewhat academic, I would argue.