Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] class missing from eclipse deployment

First off, 2 weeks ago I did not even know there was such a thing as aspect programming. Today, I love it!!

So I am a newbie.

I am using eclipse 3.5.0 and aspectJ version 1.6.5.20090407153400

I have a separate project with my aspect file (.aj extension) in it. It works great in the eclipse environment and I can run test programs and all that within eclipse just fine. When I use Maven to build my project into a jar file the aj file is compiled properly into a .class file. My problem is that if I use eclipse to deploy my webapp (a separate project in the same workspace) with my jar file being loaded in its WEB-INF/lib directory the jar file does not have my class file or aj file. It does have the directory structure though.

I have the jetty server adapter installed and am using jetty as my servlet container that I deploy (publish) to.

I'm sure that I need to provide a lot more info, I just don't know what, so please ask away.

Wade Girard
wade.girard@xxxxxxxxx





Back to the top