Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] 1.1 Compiler differences

All,

When I was upgrading to aspectj to 1.1, I found an interesting compiler
difference.  We have multiple listing files that get include in one where
each listing file contained the aspect to be applied and the source files
that they affected.  What this lead to (and that I did not realize this
until the upgrade) is that some files had duplicate listings.  Under the 1.0
compiler it handled this okay, but under 1.1 it complains about multiple
definitions.

My question is was this a conscious decision or some un-intended side
effect?

In the meantime, I am looking at some sort of mechanism in ant to truly
combine my files into one listing file and run a custom sort task we already
have in place to ensure that there are no duplicates.

Thanks,

Ron DiFrango
 
**************************************************************************
The information transmitted herewith is sensitive information intended only
for use by the individual or entity to which it is addressed. If the reader
of this message is not the intended recipient, you are hereby notified that
any review, retransmission, dissemination, distribution, copying or other
use of, or taking of any action in reliance upon this information is
strictly prohibited. If you have received this communication in error,
please contact the sender and delete the material from your computer.


Back to the top