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 [...]

Comments