Eclipse Plugin: Invalid External Tool Builder
Posted: Sun Aug 01, 2010 9:33 pm
I setup an Oxygen XML project (XSLT), where an Ant build must be performed. So I opened the Project/Properties/Builders dialog (the XML task of Oxygen was already there) and added a new build task, namely "Ant Builder", configured it, it ran the first round, but when I wanted to edit the parameters to this Builder I get an "Invalid External Tool Builder" in the list.
This is happening because I happened to add the ".externalToolBuilders" to the exclude filter of this project between the two build runs. My assumption was, this filter would hide the filtered resources from the user, but not from the application. As soon as I remove that filter, all is fine in the Builders dialog.
Is there any way I could hide this from display (it's a .dot filename, so it should be hidden from the user by default), but have the Oxygen plugin still be able to find it?
This is happening because I happened to add the ".externalToolBuilders" to the exclude filter of this project between the two build runs. My assumption was, this filter would hide the filtered resources from the user, but not from the application. As soon as I remove that filter, all is fine in the Builders dialog.
Is there any way I could hide this from display (it's a .dot filename, so it should be hidden from the user by default), but have the Oxygen plugin still be able to find it?