Eclipse Plugin: Invalid External Tool Builder

Oxygen general issues.
amix
Posts: 81
Joined: Sat Aug 05, 2006 10:43 pm

Eclipse Plugin: Invalid External Tool Builder

Post by amix »

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?
Andreas
adrian
Posts: 2883
Joined: Tue May 17, 2005 4:01 pm

Re: Eclipse Plugin: Invalid External Tool Builder

Post by adrian »

Hello,

Because of the way Eclipse applies project filters I see no workaround for this problem in the Navigator view. The filtered files are considered outside of the workspace so they are unreachable.

Oxygen doesn't really participate in any of this, the same thing would happen for any other type of project, not just Oxygen's XML Project.

One solution would be to leave it unfiltered in Navigator and use the Project Explorer view(Windows -> Show View -> Other, Project Explorer). This view filters files and folders that start with '.' from the start and allows filtering of the view instead of the content.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
amix
Posts: 81
Joined: Sat Aug 05, 2006 10:43 pm

Re: Eclipse Plugin: Invalid External Tool Builder

Post by amix »

Okay, thank you.
Andreas
Post Reply