views:

13

answers:

2

i have a Air Project in which i have added three extenal source folders. but when i reopen project or strat flash builder again i get icon on those folder like this

alt text

but when i open the configuration for that project and try to validate the path and adding it again i get message like this

alt text

but the path is valid. proof is this pic alt text


what could be possible error,,, is there any way that i when ever re-open project i get no warning and able to navigate through the linked source code. now i am doing it 1- deleting on of the linked folder 2- again adding that folder.

+1  A: 

as for quick:

  1. install flas builder 4.1

    2.imort that project into workspace

3rd is using maven ;)

Eugene
downloading new version lets see.. is there any way that flash builder itself download updates from the web.
Muhammad Husnain Ashfaq
it didn't solved the problem..
Muhammad Husnain Ashfaq
+1  A: 

check your project files,

.actionScriptProperties

.flexProperties

.project

make all of them writeable. this issue occur when you get code from Visual Source Safe that the files are copied to local machine in read-only mode.

Muhammad Husnain Ashfaq
nice to hear that you, that you solved your problem.please mark this post as anwer. thanks.
Eugene