On Fri, 18 Oct 2002, <%s(B $B%H! %^%9(B [EMAIL PROTECTED]>
wrote:

> If I run it in an English env. still got the same
> (no garbled chars):

great, but this time I can read them 8-)

  <javadoc sourcepath="src" destdir="doc" classpath="..." />

doesn't say which classes you want documentation for.  You need to
specify either the sourcefiles (via the sourcefiles attribute or
nested <fileset>s) or packagenames (packagenames or packageList
attributes or nested <packageset>s).  Combine them to your liking.

>> Could it be that you need to set <javadoc>'s encoding attribute?
> 
> Ist that neccessary?

Only if your sources contain characters that may cause trouble with
javadoc otherwise (I frequently have to throw in iso-8859-1, even
though it is the default encoding on my machine).

Stefan

--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

Reply via email to