What's New Core/General

< Main Index JST Tools >


Project Archives


Nested archives now supports incremental updates

Previously nested project archives were possible to define, but updates in a nested archive were not always happening.

This is now fixed allowing you to have structures like the following:

x.jar ear/x.ear ear/x.ear/x.jar

And when updating x.jar in the top-level the ear project's version of x.jar will now also be updated.

Related Jira


Build Project Archive Action

There is now a "Build Project Archive" action which users can configure a hotkey for if they wish.

When invoked the project for the currently selected resource will be built.

Related Jira


Properties editor


Filter/Search Regular Expression

The JBoss Tools properties editor's filter field now supports regular expressions.

By default the Name and Value fields are just substring seach, but if you enable "Expressions" you can use regular expressions.

Related Jira