Select to view content in your preferred language

About using the new file: agslib-2.3-2011-04-14.swc

942
2
04-26-2011 12:11 PM
MikeCliffton
Emerging Contributor
After downloading the 2.3 API for flex, I go to project property---Felx Build Path, delete the previous swc file under lib folder.  I can not remove agslib-2.2 seperately, so have to remove the lib folder.  Then, use"Add SWC" to add the new agslib-2.3-2011-04-14.swc.  But after compiling, it does not work.  Did I do anything wrong? Thanks!
Tags (2)
0 Kudos
2 Replies
ReneRubalcava
Esri Frequent Contributor
You shouldn't need to do anything in your properties in FlashBuilder. Just delete the swc in the libs folder and add the new one.
FlashBuilder by default will look for swc files in the {project}/libs folder.

So, if you delete the folder in your "Flex Build Path" properties, go back to it, click on "Add SWC Folder", just type in libs (it will know to look in your project directory) and make sure you have the correct swc in the libs folder.
If you added a swc manually in the properties area via the Add SWC..., delete it in the properties.

This will get you back where you started.
0 Kudos
MikeCliffton
Emerging Contributor
Thank you very much!

You shouldn't need to do anything in your properties in FlashBuilder. Just delete the swc in the libs folder and add the new one.
FlashBuilder by default will look for swc files in the {project}/libs folder.

So, if you delete the folder in your "Flex Build Path" properties, go back to it, click on "Add SWC Folder", just type in libs (it will know to look in your project directory) and make sure you have the correct swc in the libs folder.
If you added a swc manually in the properties area via the Add SWC..., delete it in the properties.

This will get you back where you started.
0 Kudos