Question
· 14 hr ago

ExportUDL adds extra line at the end of class

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):

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 removed. And now GIT says there is a change in the file:

Discarding the change in GIT  results in a new change in the file wich is detected by the plugin and starts a new compile. Again, the compile removes the last line. So we are in a loop. 

What are we doing wrong here? Can't be working as intended. 

 

Objectscript-Plugin Version 3.0.6

 

BR

Jochen

Product version: IRIS 2024.1
$ZV: IRIS for UNIX (IBM AIX for System Power System-64 OpenSSL 3.0) 2024.1 (Build 267_2U) Tue Apr 30 2024 16:10:42 EDT
Discussion (2)2
Log in or sign up to continue