Page MenuHomePhabricator

move PropertyList Xml IO to open source MitkExt
Closed, ResolvedPublic

Description

the previously closed source files

mitkPropertyListToXmlFile.cpp
mitkPropertyListToXmlFile.h
mitkPropertyListFromXmlFile.cpp
mitkPropertyListFromXmlFile.h

and their classes are altered to make them accessible for all modules without a dependency to the CameraCalibration module.

Event Timeline

New remote branch pushed: bug-14465-movePropertyListXmlIoToMitkExt

I tried to merge this branch to the master but got the following error code:

$ git push
Counting objects: 10, done.
Delta compression using up to 12 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 455 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
remote: Update hook checks refs/heads/master ...
remote: /master update ok.
remote: Traceback (most recent call last):
remote: File "./hooks/bugzilla.py", line 472, in <module>
remote: check_master_push(sys.argv[2],sys.argv[3],True)
remote: File "./hooks/bugzilla.py", line 205, in check_master_push
remote: mail_mime = email.MIMEText.MIMEText(mail_body.encode('utf-8'),'plain','utf-8')
remote: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 177: ordinal not in range(128)
remote: hooks/update.secondary died
remote: error: hook declined to update refs/heads/master
To git@mitk.org:MITK
! [remote rejected] HEAD -> master (hook declined)
error: failed to push some refs to 'git@mitk.org:MITK'

@Joseph: Do you use our pre-commit hook?

[7d446a]: Merge branch 'bug-14465-movePropertyListXmlIoToMitkExt'

Merged commits:

2013-02-07 18:18:35 Joseph Görres [82d184]
Added four files and added them to files.cmake