Hi,
I have seen an example script written in the “10-7_Deployer_Users_Guide” guide.
It seems something is missing, I put here the script section :
%port% -user %user% -pwd %pwd%
@echo off
echo.
echo.
echo.
set nextAction=buildit
GOTO verifyStatus
:importMap
set importM=%project%_%depMap%.map
IF “%ERRORLEVEL%” == “8” GOTO FINISH
There is a nextAction=buildit but in the script there isn’t the “buildit” section.
Is it correct or the script is to be completed in some way?
Thanks a lot
Alessio
#webMethods#AgileApps#script#Deployer