Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » class files
class files [message #561580] Sun, 22 September 2002 21:40
No real name is currently offline No real nameFriend
Messages: 12
Registered: July 2009
Junior Member
Hi,

as I am writing a plug-in that creates some aspects, so I created an
AspectJ-Project under the runtime-workbench to test my plugin.
The creation of the aspects works fine. What is also created by my plugin
are some junit testcases.
After creating the aspects and testcases, I built the project. When I try to
run the testcases I get a ClassNotFoundException for my testcase class.
Looking into the bin directory of my project showed, that no .class files
were created. When I checked the "preprocess only" flag under the project
properties settings, no .java files were created under the working dir.
Checking the "use javac" flag under properties doesn't work either.

The ajdt and ajde plugins seem to properly started (log says nothing, and
they appear unter help/plugins).Is there a possibility to check, if I have
some inconsistencies in my project data or is that a bug in the plugin?

I am using ajdt 0.5.2 and ajde 1.0.6 and eclipse 2.0.1.

Thanks,
Alex
Previous Topic:class files
Next Topic:trouble with 0.5.2
Goto Forum:
  


Current Time: Fri Mar 29 10:12:12 GMT 2024

Powered by FUDForum. Page generated in 0.03582 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top