Eclipse Problem Markers from Flex Ant Builds
Posted: April 30th, 2009 | Author: gordon | Filed under: flex | Tags: ant, flex, flex builder | Comments Two of the most popular ways to build flex projects are:- Use Flex Builder
- Use the Flex SDK Ant tasks
The Solution: FlexMarkers
This morning I finally got fed up with this process and spent the better half of the day developing an eclipse plugin (my first one), FlexMarkers, which solves this problem. It inspects the console output from the Ant Builder as it is produced and creates problem markers for both errors and warnings. With this plugin you see mxmlc and compc errors in the Eclipse Problems view and can double click on them and go directly to the file and line number where the problem occurred. This essentially duplicates the behavior of Flex Builder, without having to use Flex Builder to build your project. You can find the update site here: http://hempton.com/eclipse/update So far, I have only tested it on Eclipse 3.4.2. If you use an Eclipse Ant Builder which executes <mxmlc> or <compc> tasks, definitely give it a try!No TweetBacks yet. (Be the first to Tweet this post)