Ok, soo been using protean for some time now. Finally started using scripts a couple of weeks ago..
Is there a key to using scripts???
I mean, I had this script working where it zips up the directory into a build for me, now it doesnt work... It was working just the other day, i even verified everything was correct in the script....
Protean says "Executing Script:AfterEXE" and nothing... no console output, nothing....
Seems like its very picky on when scripts run, am I doing something wrong?
Just cause everyone will ask, here is my after exe script for packing up the project:
It should work, it worked last time, and the time before, now.... nothing, not even a .bat generation.. Still compiles the EXe and what not, just no script......
Very frustrating...
Is there a key to using scripts???
I mean, I had this script working where it zips up the directory into a build for me, now it doesnt work... It was working just the other day, i even verified everything was correct in the script....
Protean says "Executing Script:AfterEXE" and nothing... no console output, nothing....
Seems like its very picky on when scripts run, am I doing something wrong?
Just cause everyone will ask, here is my after exe script for packing up the project:
echo Packing Project.... %proteanpath%\Winzip\wzzip -rP -sSomePassword %workingdir%\..\%projectname%_SOURCE_v_%verlong%.zip %workingdir%. echo Pack Complete...
It should work, it worked last time, and the time before, now.... nothing, not even a .bat generation.. Still compiles the EXe and what not, just no script......
Very frustrating...