You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Doug Oldfield <Do...@STCG.net> on 2000/10/31 23:26:49 UTC

problem

Howdy,

According to the ant doc (v1.2 from 10/24/2000), I should be able to use
HTML tags thusly:

  <javadoc packagenames="com.dummy.test.*"
	...snip...
           doctitle="<h1>Test</h1>"
	>
	...snip...
  </javadoc>

However, when I use HTML tags, I get the following error:

BUILD FAILED

F:\simple.xml:44: The value of attribute "doctitle" must not contain the '<'
character.

Anybody know what's up with this?

Thanks.

Doug Oldfield
dougo@stcg.net <ma...@stcg.net>