Yipp. Nothing changed since you left :D
- Log in to post comments
Yipp. Nothing changed since you left :D
Its something like a backup tool that saves the last 5 versions of a class/table/routine made by my colleague some years ago.
We have outlook tasks
a homemade tool
we develop everywhere (dev/test/prod) and mixtures.
Thanks Robert ![]()
fixme: - messages are for wine-devs. They mean that there are unimplemented or at least not 100% implemented functions. Most of them are harmless but in your case i assume that "wtsapi:WTSQuerySessionInformationA " is not implemented yet.
I see 2 other problems here. Today's Developer have in their IDE a plugin (or as part of the ide) which supports the creation of packages. And for the success of the COS-package manager it is important to have such a plugin (at least for atelier) too.
2nd: Some Cache -opensource tools have serious bugs(e.g. the cache class explorer destroys on 2016.1. the creation of soap-clients in studio) . Therefore it must be checked that all used 3rd-party-libs doesnt destroy something.
I answer my own Question. There is a much better way for Unittests than via XML-Export. When you add "Projection <yourNameHere> As %Projection.Java" then you get Java-Wrapper for your Classes. And so you can use JUnit (or similiar things) to write unittests . Additionally you can automate the Tests.
Yes, i know. Do you really mean that i have to export the Unittests via <File> -> <Export> ? That would be complicated but ok.