We are trying to use Jenkins to automate the build process. I think Jenkins is getting stuck because of the compiler's status window. The compile process never completes. Has anyone used CCS with Jenkins and if so what command line switches did you use?
On other tools, you need +PE.
That makes the status window only appear if there are errors.
ironwill99
Joined: 03 Dec 2018 Posts: 2
Posted: Mon Dec 03, 2018 1:31 pm
Ttelmah wrote:
On other tools, you need +PE.
That makes the status window only appear if there are errors.
I just tried that and it still doesn't work. I'm not fond of the idea that if there is a compiler error my build server will get stuck.
Ttelmah
Joined: 11 Mar 2010 Posts: 19496
Posted: Mon Dec 03, 2018 2:23 pm
+P01 will make it appear just for one second errors or not.
Normally even when using a build tool, it is useful to actually see errors.
However if +PN didn't fix it, suggests there is an error. Remember the compiler needs write permission to the directory where your file to be compiled is stored, and to where it's temporary files are. You may need to change the compatibility settings to the compiler to 'run as administrator'.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum