RE: [flexcoders] Flex does not rebuild dependent components

2005-03-06 Thread Matt Chotin
Make sure that production-mode is not set to true in flex-config.xml. Otherwise changes to a component should cause re-compilation. Occasionally though Ive seen the compiler get confused. In that case you can delete the generated directory in web-inf/flex and restart the server and

RE: [flexcoders] Flex does not rebuild dependent components

2005-03-04 Thread Abdul Qabiz
Hi, You might need to force recompile the application by doing: http://yourserver.com/yourapp.mxml?recompile=true Hope that helps, -abdul -Original Message- From: jivankohinoor [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 3:02 PM To: flexcoders@yahoogroups.com Subject: