Hi,
so we introduced GIT in our workflow and we exported all files with $SYSTEM.OBJ.ExportUDL
Everything fine so far. But for some reason the export adds an extra line for classes (Routines are OK as far as I can see):
.png)
On Serverside it isn't there
The Problem is now that when we checkout a branch and a class changed we automatically compile it from the repository to a namespace that is made for the developer. E.g. DEV_001, DEV_002 and so on.
Now when the class get's compiled the objectscript plugin replaces the local version with the version that the server compiled, so the last line get's


.png)


.png)
.png)
.png)
.png)

