Hello,
has anyone encountered the following trouble with Flash Builder 4 Eclipse plugin: after I import some flash projects from poms (import -> existing maven projects) and set their type to flex library or flex project manually, flash builder code navigation stops working for these projects - you cant' click on method name to go to its definition, can't open a class using ctrl+shift+t and so forth. The projects compile and run fine and code navigation works for any projects created anew in the same workspace. Any ideas will be appreciated, thank you.
views:
32answers:
2
A:
Not sure if this applies to you, but make sure all your .as files have spaces instead of tabs. Code navigation in FB doesn't like tabs.
Gabriel Jensen
2010-08-19 18:51:42
A:
Did you find an answer to this? I'm in the exact same situation here...
thorseye
2010-09-14 11:48:41
I made a kind of a workaround: created new projects of required types and then linked the source folders from the location where I have my maven project. Maven build runs after that, and code navigation is enabled.
vroum-vroum
2010-09-15 11:30:49