Skip to main content



      Home
Home » Eclipse Projects » Technology Project and PMC » Class files with ajdt
Class files with ajdt [message #13108] Mon, 29 July 2002 05:12 Go to next message
Eclipse UserFriend
Hi,

in my plugin, I need to use aspects. I also need to access the .class files
for the classes of my projects (because I need to use a library that works
on reflection). I recognized, that the ajdt-plugin allows to preprocess the
code and create .java files only, so I could use the normal javac compiler
to create .class files (setting under project's properties). However, if I
mark the checkboxes under project's properties and rebuild, I still don't
get any class files in my bin directory.

What am I doing wrong?

Thanks,
Alex
Re: Class files with ajdt [message #13137 is a reply to message #13108] Mon, 29 July 2002 07:10 Go to previous message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Hi,

In my machine (Win2K) ajdt will place my .class files under the specified
workspace even if my project was in a different place (I had a workspace in
c:\java\eclipse\workspace and my 'prj' project was in f:\project\prj; the
ajdt put my classes under c:\java\eclipse\workspace\prj\bin instead of
f:\projects\prj\bin). If your project is not below your workspace directory
it can be a problem. The only workaround I found was that I create my
Aspect/J projects under the workspace directory.
I have opened a new bug today (#21998) which describes this problem.

Hope this helps,
Regards,
Csaba Horv
Re: Class files with ajdt [message #570664 is a reply to message #13108] Mon, 29 July 2002 07:10 Go to previous message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Hi,

In my machine (Win2K) ajdt will place my .class files under the specified
workspace even if my project was in a different place (I had a workspace in
c:\java\eclipse\workspace and my 'prj' project was in f:\project\prj; the
ajdt put my classes under c:\java\eclipse\workspace\prj\bin instead of
f:\projects\prj\bin). If your project is not below your workspace directory
it can be a problem. The only workaround I found was that I create my
Aspect/J projects under the workspace directory.
I have opened a new bug today (#21998) which describes this problem.

Hope this helps,
Regards,
Csaba Horv
Previous Topic:Class files with ajdt
Next Topic:[Stellation] Why reinvent the wheel?
Goto Forum:
  


Current Time: Wed Apr 30 14:31:54 EDT 2025

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

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

Back to the top