Thanks to all, answering my question,
using the following substitutions solved the problem
< --> <
> --> >
& --> &
" --> "
regards
Klaus
"Larry V. Streepy, Jr." wrote:
>
> You might try putting the value into a property file, since that is not
> parsed as XML.
>
> Also, have you tried using < in the doctitle specification? I don't
> recall when the normalization of entities occurs when parsing an XML
> file. A quick test of:
>
> <property name="thevalue" value="<foo>some title</foo>"/>
> <echo message="it is ${thevalue}"/>
>
> results in "it is <foo>some title</foo>"
>
> Klaus Thorwart wrote:
> >
> > Hi all,
> >
> > I have set up a javadoc task for our software which works fine, as long
> > as I use only pure text for the values of the attributes of doctitle,
> > bottom and header. As soon as I try to use real HTML-Tags within these
> > values I get messages like the following:
> >
> > ant -buildfile tmp.xml
> > Buildfile: tmp.xml
> >
> > BUILD FAILED
> >
> > /klaus-dev/RODON-II/LM/rodonII/tmp.xml:19: Use "<" for "<" in
> > attribute values.
> >
> > Total time: 2 seconds
> >
> > The corresponding xml-file has the following contents:
> >
> > <project name="simpleCompile" default="docs" basedir=".">
> > <target name="init">
> > <property name="sourceDir" value="src" />
> > <property name="tstSourceDir" value="tstsrc" />
> > <property name="outputDir" value="cls" />
> > <property name="tstOutputDir" value="tstcls" />
> > <property name="build.compiler" value="modern" />
> > <property name="reports.tests" value="tstcls" />
> > </target>
> > <target name="docs" depends="init">
> > <javadoc packagenames="x.y.z"
> > classpath="${outputDir}:${tstOutputDir}:bin/AcmeCrypto.jar"
> > sourcepath="src"
> > destdir="reference"
> > author="true"
> > version="true"
> > use="true"
> > windowtitle="RODON II Reference"
> > doctitle="<h1>RODON</h1>">
> > </javadoc>
> > </target>
> > </project>
> >
> > Does anybody know how to solve this problem ?
> >
> > Thanks in advance
> > Klaus
>
> --
> Larry V. Streepy, Jr.
> Chief Technical Officer and VP of Engineering
>
> Health Language, Inc. -- "We speak the language of healthcare"
> A subsidiary of CyberPlus Corp.
>
> 970/626-5028 (office) mailto:[EMAIL PROTECTED]
> 970/626-4425 (fax) http://www.healthlanguage.com
--
-----------------------------------------------------------------------
Dipl.-Ing. Klaus Thorwart phone ++49-(0)7321-95930
R.O.S.E. Informatik GmbH fax ++49-(0)7321-959317
Schloss-Strasse 34
89518 Heidenheim email [EMAIL PROTECTED]
-----------------------------------------------------------------------