Hi Unifacers,
one of my Uniface project is including some external files, either text and binary files; I have included them into a project deployment archive to be distributed. This functionality is already available into current deployment archive functionality:
- Binary files are saved into deployment archive within "fil" subdir
- Text files are saved into deployment archive within "txt" subdir
Now I have found one issues:
All these files are configuration files related to this project and are organized in a subtree starting from base project directory. This project was initially setup 2 years ago and it was positioned on a machine in a certain position into file system.
Now the same project was restored to be reviewed into another machine in another position of the files system; all references to external files into UARCHITEM are broken!
The reason is UDE is saving for these files their FULL PATH NAME into table UARCHITEM, I feel because being its primary key. As of today in U9.7.05.024 I did not find any way to save a relative filename: there is a checkbox available (Qualify source name) but also unchecking it always the full path file name is saved because the filename cannot be manually edited.
My question:
Shouldn't UDE require to developer to define UNIQUE original filenames either full path names or path names relative to current directory?
Any suggestion?
Gianni



