Welcome

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed. See ya around!

Categories

Tag Cloud

WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.

Could not resolve mx:AdvancedDataGrid to a component implementation

Today my daily maven build was broken with wierd message:
[ERROR] Could not resolve <mx:AdvancedDataGrid> to a component implementation
This happened after adding  <mx:AdvancedDataGrid> component to project mxml file. In Flex Builder all compiled fine, but build with maven failed. After spending some time with google, i’ve found the root of a problem.  The problem is [...]