Re: jde-ant completion and bug-fix ?

2001-10-27 Thread Eric D. Friedman
XML does not allow whitespace between the '<' of the start tag and the tagname. In section 3.1, the spec says: STag ::= '<' Name (S Attribute)* S? '>' And Ant's parser will not parse XML that does not comply with this restriction. I hacked up a build.xml and got this error message: `The cont

RE: jde-ant completion and bug-fix ?

2001-10-26 Thread Molitor, Stephen
Also note that, even with the fix, it still won't work if the target name is not on the same line as 'mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 7:47 AM To: [EMAIL PROTECTED] Subject: Re: jde-ant completion and bug-fix ? I tried to checkout jde-ant.el from CVS and foun

Re: jde-ant completion and bug-fix ?

2001-10-26 Thread Max Rydahl Andersen
I tried to checkout jde-ant.el from CVS and found that the bug-fix regarding target-completion not being able to complete on targets where the name is not the first on the line is not in there. Here is the fix :) (defcustom jde-ant-target-regexp "<\\s-*target.+name\\s-*=\\s-*\"\\s-*\\([^\"]+\\)