Re: help with syntax highlighting

2001-10-27 Thread Stephane
Hello Joe, you only have to M-x customize-group jde-java-font-lock-faces and set your face for Jde Java Font Lock Doc Tag Face Steff >I installed jde225 and the syntax color for comment is now red. It is >very difficult for me to read. I looked through the >jde-java-font-lock.el and couldn'

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