On 4/20/07, Jim Cassata <[EMAIL PROTECTED]> wrote: > not sure why my last post never made this list, but... > > FB (eclipse, really) needs to map these paths through the windows file > system. If the remote server is windows, map a drive to it. If *NIX, > use samba. If remote, and windows networking can not pass the > firewalls, use webdrive.
Of course, installing Samba or mapping drives is not always an option... so the only other thing you can do... create a folder on your local machine: C:\myfakecfroot Make a couple of subdirs so that you have C:\myfakecfroot\WEB-INF\flex\ then get a copy of the services-config.xml from the server, and put it in there. Then point the flex project to C:\myfakecfroot That does work, I just tested. But you then *MUST* specify a build path in the project properties that points to the server... either via a mapped drive or something that pretends to map a drive via FTP.. like WebDrive. You also have to specify the full URL to that output folder too. You can't debug in Flex Builder without running the swf through http. All in all, I'd guess that this was all set up with the expectation that *EVERYONE* doing coldfusion flex development would be doing so against a local coldfusion server installed the "normal" way. Rick I might try it at home this weekend =) Rick -- CFMBB - Coldfusion Message Boards, Version 1.21 Now Available! http://www.cfmbb.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3926 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
