the main src folder setting points to where your main Flex source code will sit in the eclipse project workspace. You can add additional src folders too. THe output folder can be set to other than bin also, if you prefer. note that in a remoting project, a build compiles mxml and AS code into a swf then copies the swf and any other non AS and mxml files out to your output folder. So, if you are mixing cfm/cfc files in the mix, they get copied out in this process, but NOT the AS and mxml files. For remoting projects I never place my source code under the web root, the build process puts them there for me.
DK On 4/20/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > > Rick > > Thanks for the reply. I'm not 100% sure I've got this. When I look at > the "Flex Build Path" I am face with three input boxes, as well as large > "Source path" and "Library path" tabs that I am currently ignoring. > > So I am guessing from your instructions that I would put my mapped path > to my desired web server web root into the "Output folder" input box and > the URL into the "Output folder URL:" input box. I am trying this as > soon as I finish this email. > > Can somebody provide insight into what the "Main source folder:" is and > for what one would use it. It is currently blank in my project > properties. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3930 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
