Skip to main content

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

Hugo,
I am interested in the bug you faced.
Would you mind sending me the original email with the original files?

(Sorry, I just joined the list and missed your original email).

Thanks,
Michael


-----Original Message-----
From: Hugo Magalhães [mailto:Hugo.Magalhaes@xxxxxxxxxxx]
Sent: Monday, February 03, 2003 9:26 AM
To: aspectj-users@xxxxxxxxxxx
Subject: 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
>
>
>
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top