Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Hello!

Could you include your ant script in the post.  I'm working with ant's aspect-j compiler also and it's working fine.  I suspect it's a classpath problem although the error is not the one I get if there's a missing class.

-----Original Message-----
From: José Luis Barrera [mailto:jluis.barrera@xxxxxxxxxxxxx] 
Sent: Thursday, February 05, 2004 2:22 AM
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] Hello!

Hello All:

	Firts id like to say hello to all from Madrid - Spain...

	and now:

	Ive got a problem compiling with ant and the ajc1.1 compiler

     [iajc] can't find type com.adecco.util.Log
     [iajc] java.lang.NullPointerException

	but this class is included in classpath...

	at the end of the exception it says

	Internal compiler error

	i think the error is caused because inside of my aspect i have this code

	private static final Log debug_ =
LogFactory.getLog(LogConnections.class.getName());

	Any suggestion, clue...?


Thanks and regards!


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


Back to the top