Class files with ajdt [message #13108] |
Mon, 29 July 2002 05:12  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.53586 seconds