Without re-editing this, this is generally what you want to do: 1. From within the project, select File à New à Folder 2. Type the name of the folder (src) 3. Click Advanced 4. Select Link to a folder in the file system 5. Browse to Source Folder and select it. Click Finish 6. Project à Properties à Flex Build Path 7. Select Browser for Main Source Folder and select your src. Click Okay. Youll receive a warning that src/Main.mxml does not exist. This is fine. 8. Click and drag the Main.mxml file from the root directory to the src directory. 9. Right click the Main.mxml file and select Set as Default Application
Rick Root wrote: > On 8/8/07, Jeffry Houser <[EMAIL PROTECTED]> wrote: >> a) Keep project root the 'same' whatever. >> b) Change the bin directory (usually to a web accessible directory). >> c) Change the source directory to one that is not a sub of the project >> root. After creating the project, create a linked directory named 'src' >> that points to some other location. Then open project properties and >> change the main source folder. > > I think this sounds great, but I'm having a problem with step "c" > > I've made my project root to be the default location (C:\Documents and > Settings\...) > > I set the bin directory to E:\Inetpub\advanceweb\AdvanceER > > But I can't figure out how to get the main source folder to be > E:\Inetpub\flexProjects\AdvanceER > > I tried putting this in when I created the project, but it just > ignored the E:\ part and made it relative to the project root. > > What do you mean by "create a linked directory"? > > Thanks! > -- Jeffry Houser, Technical Entrepreneur, Software Developer, Author, Recording Engineer AIM: Reboog711 | Phone: 1-203-379-0773 -- My Company: <http://www.dot-com-it.com> My Podcast: <http://www.theflexshow.com> My Blog: <http://www.jeffryhouser.com> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4459 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
