X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FcreaDevManager%2FToDo.txt;fp=appli%2FcreaDevManager%2FToDo.txt;h=51ae6a3e574c0a133eec6c967d694a1f3f544563;hb=b25a9c7f156b97660af55abb23d8e56ec8ef1397;hp=0000000000000000000000000000000000000000;hpb=a0aee773948a586f465e01eba6095062779779e0;p=crea.git diff --git a/appli/creaDevManager/ToDo.txt b/appli/creaDevManager/ToDo.txt new file mode 100644 index 0000000..51ae6a3 --- /dev/null +++ b/appli/creaDevManager/ToDo.txt @@ -0,0 +1,81 @@ +Voilá el reporte: + +CreaTools projects report on CreaDevManager: + +-bbtk: + opens normally + doesn't detect applis because they are in the folder "kernel" and not in +the project root. + doesn't detect any package because they are in the folder "packages" and +not in the project root. + +-bbtkGEditor: + opens normally + detects applis + detects libraries + +-crea: + opens normally + detects applis + detects lib + "src" is a library but is in the project root instead of lib folder. + +-creaBruker: + opens normally + detects applis + detects lib + +-creaContours: + opens normally + detects applis + detects libs but takes doxygen as a lib + doesn't detect "bbtk" package because its name doesn't follow +"bbtk_[pkgname]_PKG". This should change to detect by the cmakelists +file. + +-creaEnvironment: + opens normally + detects appli but no appli is present. + detects libs + +-creaImageIO: + opens normally + detects applis + doesn't detect "bbtk" package because its name doesn't follow +"bbtk_[pkgname]_PKG". This should change to detect by the cmakelists + file. + src is a lib but is not in lib folder + +-creaMaracasVisu: + opens normally + detects applis + doesn't detect "bbtk" package because its name doesn't follow +"bbtk_[pkgname]_PKG". This should change to detect by the cmakelists + file. + detects libs but takes doxygen as a lib + +-creaMiniTools: + opens normally + detects applis + doesn't detect "bbtk_package_creaMiniTools" package because its name +doesn't follow "bbtk_[pkgname]_PKG". This should change to detect by the +cmakelists file. + doesn't detect "bbtk_package_creaMiniToolsBase" package because its name +doesn't follow "bbtk_[pkgname]_PKG". This should change to detect by the +cmakelists file. + detects libs + +-creaRigidRegistration: + opens normally + detects applis but no appli + doesn't detect "PackaRecalage" package because its name doesn't follow +"bbtk_[pkgname]_PKG". This should change to detect by the cmakelists +file. + detects lib but all the source files are in lib but not in their own +folder. + +-creaTools: + detects lib but no libs + detects appli but no applis + no packages +