Constraints file cannot be deleted after created by IDLMapper jar
AML14 opened this issue · 1 comments
AML14 commented
Don't know why, but once the constraints file has modified by the IDLMapper jar (the Xtext project), IDLReasoner cannot delete it. Maybe its a problem related with the permissions of the file.
AML14 commented
It was not because it was created by IDLMapper jar, but because there were multiple readers/writers open on the file, and so it could not be deleted until all of them were closed.