Community
Participate
Working Groups
The commandline archive tool should use return codes != 0 for errors during batch execution, e.g. if you are trying to import an already existing project into the Jubula database. Although the message "The import of project xyz failed" is displayed on the commandline the return code is 0.
fixed with http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=445190eea26a27735de5bb3d709ac614c1993e5d
The commandline archive tool is named dbtool from now. While importing a project in a Database, which does not jet exists, the dbtool imports the project and returns the exit code 0. While importing a project in a Database, which already exists, the dbtool does not import the project and returns the exit code 1. But the error messages are displayed twice --> Bug 338397