HPCC ECL syntax checker for Windows and Linux
HPCC ECL syntax checker for Windows and Linux.
This script can be useful if you are developing a project in HPCC: https://hpccsystems.com.
It allows you to perform a Syntax Check in all files as ECLIDE can only make syntax check of a single file.
Script makes a Syntax Check on all *.ecl files in a given directory and subdirectories.
Useful in these situations:
Linux BASH Script: Integrate it as one step of your CI build.
Check HPCC forum for more info and screenshots: https://hpccsystems.com/bb/viewtopic.php?f=9&t=3913
This is a powershell script with a .config file:
$eclClientTools —> Path to your HPCC Client Tools. (i.e: “C:\Program Files (x86)\HPCCSystems\5.6.4\clienttools\bin”)
It requires PowerShell 3.0 and HPCC Client Tools.
TODO
This is a BASH script with four parameters:
IgnoreWarnings —> $true will make syntax check to ignore warnings.
TODO