Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AJdoc and UTF-8 class names

Hi,

I'm trying to use AJdoc (within Eclipse/AJDT) to produce documentation for a simple class called "Olá". The non-ASCII character in the class and file name is causing the following error:
C:\.....\AJDoc Bug 1\src\Olá.java:8 [error] The public type Olà must be defined in its own file
public class Olá {

Changing the class and file name from Olá to Ola solves the problem.

Is there some way out of this?

I'm using Eclipse Version 3.3.0, Build id I20070323-1616, AJDT Version 1.5.0.200703300605 and AspectJ version 1.5.4.200701151324.

Regards,

Manuel
begin:vcard
fn:Manuel Menezes de Sequeira
n:Menezes de Sequeira;Manuel
org:ISCTE;CI
adr;quoted-printable:;;Av. das For=C3=A7as Armadas;Lisboa;;1649-026;Portugal
email;internet:Manuel.Sequeira@xxxxxxxx
title;quoted-printable:Director de Servi=C3=A7os
tel;work:+351 217903085
tel;fax:+351 217903927
tel;cell:+351 962337428
x-mozilla-html:TRUE
url:http://ci.iscte.pt/
version:2.1
end:vcard

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top