Protean and scripts

Miscellaneous Forums/General Discussion/Protean and scripts

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:

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...

I've had the same problem for a while, and I don't think it ever got fixed before Protean was cancelled. Now I just use a bat file and some PHP scripts (to extract the project version) and do it manually. Not as elegant, but does the trick.

gotcha.... sucks to have to do everything manually when the tools seem to be available..

Thanks for the info