> I have quite a big project that has the client-side implemented in flash and > server side with php. I?m already tired of having to modify the settings on > both client and server class files each time I need to deploy it to the > production server. Also, it?s slowly and boring to see what files I?ve > modified and upload them manually via ftp to the server. I?m thinking about > making all this process automatic and kind of intelligent through some kind > of script. Maybe Ant would be enough? (I already use it to mount my swf > files)... what you use to deploy you application? Any sugestions would be > much appreaciated!
I recommend rsync instead of ftp, it does exactly the "automatic intelligent" stuff you want, and is very efficient about the bandwidth it uses also. -- Chris Bare [EMAIL PROTECTED] _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
