Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] JAVA5 Annotations

Hi!

I just started to wonder.. does java 1.5 work in ms-dos shell?? I mean
this old 6.2 MS-DOS?? =)

Artsi

On Thu, 2005-02-24 at 08:31 -0300, Rodrigo Gonçalves wrote:
> Hello!
>  
> I'm trying to write an aspect that contains a pointcut that captures
> JAVA5 Annotations. I also have a couple of classes annotated. 
>  
> I'm getting some nasty messages from ajc when it comes to processing
> the Annotations. 
>  
> I was wondering if you need to import the java.lang.annotation.*;
> package in order to process the annotations. So I included the
> afforementioned import in the code but ajc says it cannot resolve the
> package. 
>  
> I'm running ajc on a somewhat old machine with J2RE1.4.1_02 (also
> somewhat old), and I'm using AspectJ 1.5.0 M1 running on a MS-DOS
> Shell.
>  
> So, is the problem in using J2RE1.4.1_02 or on the innability of ajc
> in getting java.lang.annotation.*; ?
>  
> I would appreciate if someone could help.
>  
> Thanks!
>  
> Rodrigo
> 
> __________________________________________________
> Converse com seus amigos em tempo real com o Yahoo! Messenger 
> http://br.download.yahoo.com/messenger/ 
> 
-- 
Arto Pastinen <arto.pastinen@xxxxxx>



Back to the top