Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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!




Back to the top