Hi, I'm setting up a local development environment to play around with a Flash-Remoting project. I'm using Flex & PHP, therefore I'm using the FlexBuilder plugin and the PHPEclipse plugin, both within a single Eclipse installation.
My Eclipse workspace is set to be: C:\xampp\htdocs My php file needs to be 'published' to C:\xampp\htdocs\amfphp\services, yet it's actual location is C:\xampp\htdocs\phpProjectName. I don't want to have to keep copying it over manually to the correct folder each time I make a change. Is ANT the solution or am I missing a better way to set things up? Thanks.

