Currently we are on Jasper Reports 6.3. We have upgraded our Report Center to Jasper 7.9
For migrating the custom reports and everything inside the Jasper RC to the new Jasper 7.9 server , I am using the following command
.\js-export.bat --everything --output-zip W:\JRS_Export__JRS.zip
I am inside the buildomatic folder where ant and js-export.bat are present. But when I try and execute the below command, I get the following error
C:\JRS\Instances<customer_folder>\buildomatic> .\js-export.bat --everything --output-zip W:\JRS_Export_SDLWSDEV_JRS.zip Writing to log file: logs/js-"export"-"pro"___18701.log Bundled Ant not found. Using system Ant. Running "validate-keystore" Ant task
'ant' is not recognized as an internal or external command, operable program or batch file. Checking Ant return code: BAD (1)
I tried to search the community page, but was unable to find the appropriate answer.
Could anyone please help?