Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Working with IBM's ejbc

I'm working with WSAD 5.0, IBM's Eclipse based IDE.
I'm using AspectJ to compile in some simple aspects,
but I notice that once I use the AspectJ compiler on
the project that ejbc will fail when it tries to
compile the beans. 

This will work:
**************
run stock compiler
run ejbc
run aspectj compiler


This will not work:
****************
run aspectj compiler
run ejbc



Am I doing something wrong of are these two product
just not compatible? 


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


Back to the top