Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Java builder versus AspectJ builder problems

Sounds like a bug, er, enhancement request!

fyi, for a related bug fixed in the next release, see

  https://bugs.eclipse.org/bugs/show_bug.cgi?id=40943

Also see the Ant task option sourceRootCopyFilter:

http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/doc/devguide/antTasks-iajc.html#antTasks-iajc-options

As a workaround in Eclipse, you could write and add a builder
to the project which did the post-compile copying for you.  See

  http://www.eclipse.org/articles/Article-Builders/builders.html

That could be a nice contribution...

Wes

Macneil Shonle wrote:

I'm using the Eclipse AJDT plug-in for AspectJ development but have
encountered a serious problem with the AspectJ builder: It doesn't copy
non-source file resources to the output directory.

What I'd like to do is to create a source folder in my AspectJ project and
have the images in the source folder copied to the output directory when
doing a build. This is the standard behavior for the regular Eclipse Java
builder and I cannot figure out why this doesn't work for the AspectJ
builder. Is there any other way for Eclipse AspectJ projects to use images
without copying by hand each time?

Thanks in advance,
Macneil

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users




Back to the top