Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] small patch and questions

#: Alexandru Popescu changed the world a bit at a time by saying on  11/17/2005 2:52 AM :#
Hi!

I have imported all the "projects" under CVS AJDT_src into Eclipse and also the aspectj modules projects in an attempt to start a debugging session.

Unfortunately, it fails to compile correctly from the following reasons:

1/ org.eclipse.ajdt.build:

references from BuildClasspathResolver, ClasspathDirectory and ClasspathJar the class org.eclipse.jdt.internal.core.util.SimpleLookupTable. Eclipse resolves it against this class:
org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.


I guess the problem here is coming from the fact that this project is used to build AJDT for 3.0.

2/ InputContextManager from org.eclipse.ajdt.ui project uses enum as a variable name, and this fails with a 1.5 compiler.

Attached is a patch for this 2nd problem (replacing enum vairable name with en, and fixing some more code formatting).

I was wondering if the aboves steps should allow me to debug an AJ weaving step.

I should probably be able to do this by modifying the ajc.bat to stat the JVM in debug mode and than attach to it.

thanks for any hints,

./alex
--
.w( the_mindstorm )p.


./alex
--
.w( the_mindstorm )p.



Back to the top