Community
Participate
Working Groups
I have a buildfile that uses the ant <import> statement to import another buildfile containing a macro. When the file is initially opened in Eclipse, all functionality is fine. However, once editing begins, all of the targets, taskdefs,typdefs,etc in the outline pane display a "[from null]" value after their name. The macro declaration displays [from import ../common/macrofile.xml [from null]] The end results of all this is that when I now click on a target, the editor does not jump to that target anymore. When I then remove the import statement, everything works fine again, but only if I close and then re-open the file.
Created attachment 69678 [details] Picture showing the bug in outline view This picture shows the [from null] issue caused by the bug reported. When any of the items in the outline view are clicked, eclipse no longer jumps to them in the editor.
Thank you for the bug report. This is fixed in the 3.3 stream. *** This bug has been marked as a duplicate of bug 174759 ***