You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MAVEN: information about imported maven properties will be shown only in either verbose mode or debug mode
MAVEN: added auxiliary goal preprocessTests which provides flag useTestSources as true and activated by default in GENERATE_TEST_SOURCES phase #14
MAVEN: added ignoreMissingSources boolean parameter, allows to skip preprocessing if source folders not found or not provided #12
MAVEN: added skip boolean parameter, it allows to skip execution, also it is possible to use -Djcp.preprocess.skip=true#13
CORE: added function BOOL is(STR,ANY) to check existence of variable for its name and compare its value with etalon (through string conversion, it will ensure true for true and "true" case) #10
CORE: added STR str2go(STR) function to escape strings to be represented in Golang sources
CORE: improved the BINFILE function, it allows base64|byte[]|uint8[]|int8 and modifiers s|d|ds|sd where s - means splitting to lines and d - means deflate compression