Subversion 1.6 Support in Maia
Tuesday, May 26th, 2009Maia supports Subversion 1.6 using svnkit 1.3.0. Tree conflicts are detected.
You can mark tree conflicts as resolved.

Maia supports Subversion 1.6 using svnkit 1.3.0. Tree conflicts are detected.
You can mark tree conflicts as resolved.

We’ve been blogging about the cool new features implemented in the EAP builds of Maia (IntelliJ IDEA 9) for a while, and now at last you can download and try the new build for yourself.
The new features available in the new build include:
We’re eagerly waiting for your feedback on the new build. Feel free to let us know what you think on the forums, and post bugs and feature requests to our issue tracker.
And may you always develop with pleasure!
Maia is capable of running FlexUnit tests — you can run a single test method, all methods in a certain class, or all classes in a given package and its subpackages. For that, you’re provided with a new FlexUnit Run Configuration, which allows you to specify a module (Flex module or Java module with Flex facet) and configure the test scope:
To run tests you need to set up a dependency on FlexUnit.swc library, but this is something you must have already done to get your tests compiled. Tests are actually executed in debug mode with all the functionality like breakpoints, watches, etc. available.
When a run is finished the results window shows you the tests overview, output and statistics panel:
Mouse click on an item in the tree or statistics panel navigates you to the test source. Same is true for the stack traces of the failed tests.
Also, new context menu actions are provided to run test for a selected method, class, or package. Just right-click them and select Debug Flex, then click FlexUnit.
First Maia EAP brings you the following JavaEE support improvements:
