That's me again :).
Another sad jcf bug/feature - when parsing is wrong, jcf does not set errorlevel to something meaning error (errorlevel <>0). That's again is wrong when dealing with command-line utilities like gnu make.
Best regards,
Denis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
That's me again :).
Another sad jcf bug/feature - when parsing is wrong, jcf does not set errorlevel to something meaning error (errorlevel <>0). That's again is wrong when dealing with command-line utilities like gnu make.
Best regards,
Denis
Hm, good point.
How do you do this in Delphi?
http://www.delphibasics.co.uk/RTL.asp?Name=Halt&ExpandCode1=Yes
I have just checked in code that addresses this.
I should do a release soon.
Ok. I've already managed to build from svn :)
great, let me know how well it works - e.g. if I missed any failure modes off the enumeration.
Seems like you forgot to add StatusMessageReceiver.pas in svn.
My build process says:
jcf.dpr(157) Fatal: F1026 File not found: 'StatusMessageReceiver.dcu'
Thanks. Seems like it works now