Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ and output folders (Eclipse)

Hi,

edit the .classpath file of your project by hand. The line
 
<classpathentry kind="output" path=""/>

defines the path in question.

Christian


At 15:28 19.01.2004 +0100, you wrote:
>In Eclipse exists the feature "Output folders for source folders". But 
>if I have an AspectJ project, it does not work. After the compilation 
>all .class files are in the default folder. Does someone know a workaround?
>
>Thanks and bye
>Daniel
>
>_______________________________________________
>aspectj-users mailing list
>aspectj-users@xxxxxxxxxxx
>http://dev.eclipse.org/mailman/listinfo/aspectj-users
>



Back to the top