setting up a test results dirtectory is a common feature of all builders
The test results directory itself is common to all builders. However, the code that was pulled up was for custom vs standard locations for the location. This only applies for Maven repositories. Have a look in the UI, only Maven has the second level of selection available.
I think the root cause has been mis diagnosed. Looking at it briefly, the problem seems to be that:
public void addDefaultValues(@NotNull BuildConfiguration configuration)
is called when a plan is edited. My theory (needs confirmation) is that the com.atlassian.bamboo.plugin.builder.nant.CustomDotNetCommandBuilder which we now bundle overwrites the property that the CustomCommandBuilder uses. So whenever we edit, the value gets overriden.
Ulrich, please again check if it works. Cheers,
Lucas