Skip to main content

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

Hi,

This might help:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=71811

Regards,
Eduardo

On 5/8/07, Manuel Menezes de Sequeira <Manuel.Sequeira@xxxxxxxx> wrote:

 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

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users





Back to the top