Community
Participate
Working Groups
Jubula makes use of XML files (by using Apache XML-Beans) to allow long-term archives for the test specifications which are normally stored in the database. The bundle "org.eclipse.jubula.client.archive" holds the functionality for ex- and importing these XML-files. The XSD-model which is used to read / write / validate those XML files still has an outdated namespace "http://www.bredexsw.com/guidancer/client/importer/gdschema"; this should be adjusted to fit to the Eclipse namespaces --> "http://www.eclipse.org/jubula/client/archive/schema". We still need to be able to import XML files with the old namespace due to backward compatibility reasons. After changing the namespace we should also re-export our example XML project files to avoid implicit / unnecessary conversions in future.
Namespace changed and backwards compatibility conversion added; see: http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=6bab3240a36257d649693c877ff99dde07e9c443 The conversion of our examples is not yet done.
Example and library projects converted - see http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=80bdb2a3378c36b50d8c73c177822c353f831cb5
XML files from GUIdancer_4.3 can be opened in GUIdancer_5.0 and get the new namespace "http://www.eclipse.org/jubula/client/archive/schema" when they are exported. XML files created/changed/etc. with GUIdancer_5.0 also get the new namespace. Also our examples and library projects are converted to the new namespace.