Community
Participate
Working Groups
An input of <p is completed to <project default=""></project> But the default-attribute is not mandatory any more. Especially if the buildfile doesnt contain any targets. <project> <echo>Hello World</echo> </project>
Sorry forgotten to say: I added the <p on a blank file only containing a xml header <?xml version="1.0" encoding="ISO-8859-1"?>
Thanks. I was confused by the Ant manual :-) Logged http://issues.apache.org/bugzilla/show_bug.cgi?id=32732 We will need to remove our error generation for projects with no default targets (AntModel.checkTargets())
So you fix our report and we fix yours :) But Matt was faster than me.
The way open source is supposed to work :-) But, no fair, your fix was easier than mine :-)
Fixed with changes to AntEditorCompletionProcessor, AntModel and AntModelMessage.properties
Please verify Darinw.
Verified.
*** Bug 83836 has been marked as a duplicate of this bug. ***