I deleted the files in " flex\WEB-INF\flex\generated\* ", and recompiled. It is still referencing the old components.
It seems that I now have two completely different directory structures. The local machine and the server. For some reason when I move files around on the local side it doesn't move them on the server side. However, if I create completely new files (which I must rename everything) show up where I want it on the server side. It doesn't like it when I try to move an exisitng files around. shouldn't update in FLEX change the directory structure on the server side as well? Thanks --- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Try deleting the contents of the > folder. > > It is safe to do. > > Tracy > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of rgwilson26 > Sent: Monday, October 17, 2005 9:12 AM > To: [email protected] > Subject: [flexcoders] Re: components still existing after location > change > > Where do you put the put the query sting you listed below? Do you > place it in to each individual mxml file, or can you do a global > recompile of all files in the config file? Also, do you have to > create a namespace for the query string (what is the sytnax and where > does it go)? > > I forced a recompile(F12) of all my components that changed > directories, so I would think FLEX would be able to located them > after this. However, when I edit a component, none of my edits take > place, even after a force recompile(F12). It seems that FLEX refers > to the orignal directory location of my component (even though it has > changed directories and been recompiled). > > Thanks in advance for your help. > > Ryan > > > --- In [email protected], "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > You can force recompile by adding a parameter in query string like > this: > > > > http://yourserver/your_flex_app.mxml?recompile=true > > > > Let us know, if it doesn't work. There might be some other problem. > > > > -abdul > > > > -----Original Message----- > > From: [email protected] > [mailto:[EMAIL PROTECTED] On > > Behalf Of rgwilson26 > > Sent: Friday, October 14, 2005 12:51 PM > > To: [email protected] > > Subject: [flexcoders] components still existing after location > change > > > > I have recently changed the structure of my directories. Some of my > > components have changed directories, but when I compile my app FLEX > > will refer to the original location of the component rather than > its > > new directory location. I am wondering if there is a way to refresh > > FLEX in order to edit recently moved components. > > > > > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

