Re: [aspectwerkz-dev] Re: [aspectwerkz-user] Re: problems with ant task

Jonas Bonér <[email protected]> Wed, 6 Oct 2004 13:21:44 +0200
Newsgroups gmane.comp.java.aspectwerkz.devel
Message-ID <[email protected]>
sure that would be really great.

thanks.
/Jonas


On Wed, 06 Oct 2004 14:15:17 +0300, the_mindstorm
<[email protected]> wrote:
> 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
> 
>