Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Prodution Aspect - Exceptions

Hello again!

I must add that I'm using aspectj1.0 and Eclipse 2.0.1 to compile the code and if I reverse engineer the code and compile it again only with the java compiler the code works.
Can you help me?

Thanks in advance,
Hugo Magalhaes

>-----Original Message-----
>From: Hugo Magalhães 
>Sent: Quinta-feira, 30 de Janeiro de 2003 19:19
>To: aspectj-users@xxxxxxxxxxx
>Subject: [aspectj-users] Prodution Aspect - Exceptions
>
>
>Hello all!
>
>I'm learning how to use AspectJ and to do that I'm reading the 
>programming guide.
>In the Production Aspect chapter there is an example with 
>exceptions that I've changed to try to write the log to a text 
>file, but unfortunaly that doesn't 
>seem to work. Can you tell me what I'm doing wrong? (The 
>source and the build file are in attachment)
>
>Files:
>Log -> Does the Log to a file
>Log Test  -> Launches a window with a button that throws an 
>Exception whenever it is clicked.
>ErrorLogging -> Aspect for the logging
>logging.lst -> Build configuration file
>
>
>Thanks in advance,
>Hugo Magalhaães
>
>
>
>


Back to the top