Hi PowerBuilder Community,
This one is weird, has anyone ever seen anything like it?
I've not had this problem anywhere else or prior in this application across thousands of edits to hundreds of files.
I changed some code and although it worked and compiled normally in the IDE.
But the command line build using PBAutoBuild crashed without error message or log message.
Many further experiments later found something strange about lines of comments.
With this line of comments, the build will crash:
But with this line with one extra character, the build will complete successfully:
(The x's above can be any characters)
The same occurs with PBAutoBuild in PowerBuilder 2021 build 1311 and build 1506.
PBAutoBuild does not show an error message in the log file.
Would anyone have any ideas, or seen anything like it before?
Cheers, Peter
Orig Poster - what happens if you change the script ABOVE/Below the comment in question by adding/removing another comment?