Re: [aspectwerkz-user] Questions on Aspects and Annotations

Mattias Jiderhamn <[email protected]> Mon, 12 Dec 2005 08:21:07 +0100
Newsgroups gmane.comp.java.aspectwerkz.user
Message-ID <[email protected]>
At 2005-12-09 19:47, you wrote:
>Hello there! I'd like to know what I'm doing wrong here. I've 
>defined this task:
><taskdef name="awc" 
>classname="org.codehaus.aspectwerkz.compiler.AspectWerkzCTask" 
>classpathref="aspectwerkz-path"/>
><target name="compile-aspects" depends="init">
>         <awc verbose="true" classpathref="project.class.path">
>             <target path="bin"></target>
>         </awc>
>     </target>
>
>But, it seems that its not compiling any aspects I've wrote. What 
>could be the problem?

To me it seems you have forgotten to point out the aspect definition file

<awc verbose="false" definition=".../aop.xml" >

(but maybe the aspectwerkz.definition.file system property is set?)

  /Mattias