The full text of the warning is:
[aopc] [warning] Trying to compile C:\Documents and Settings\Eric\My Documents\Projects\Aspects\build\test\ObjectHolder.class and found it also within file:/C:/Documents%20and%20Settings/Eric/My%20Documents/Projects/Aspects/build/test/ObjectHolder.class will not proceed.
So the file does seem to be the same, but somehow it's twice in the classpath (or whatever), with different but equivalent syntax!
Currently I have this in the aopc task:
<classpath path="build"/>
| <src path="build"/>
What's the difference between the "classpath" and the "src" element?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886823#3886823
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886823
|