Re: [aspectwerkz-dev] Re: [aspectwerkz-user] Re: problems with ant task
the_mindstorm <[email protected]> Wed, 06 Oct 2004 14:15:17 +0300
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Quote [Jonas Bonér]:
> Thanks a lot.
>
> I have added the task to the cvs now. Only head for now, will put it
> in the 1.0 branch later today.
>
> Syntax is:
>
> <taskdef name="annotationc"
> classname="org.codehaus.aspectwerkz.annotation.AnnotationCTask"
> classpathref="project.class.path"/>
> <target name="annotations" depends="init">
> <annotationc
> verbose="true"
> clsdir="${basedir}/target/samples-classes"
> srcdir="${basedir}/src/samples"
> destdir="${basedir}/target/samples-classes"
> properties="${basedir}/src/samples/annotation.properties">
> </annotationc>
> </target>
>
> Do we agree on this?
>
> /Jonas
Yep. Great. What about the proposals? Should I send you that version too?
./the_mindstorm