Re: [aspectwerkz-dev] AnnotationC task and anonymous inner class

the_mindstorm <[email protected]> Thu, 14 Oct 2004 15:03:57 +0300
Newsgroups gmane.comp.java.aspectwerkz.devel
Message-ID <[email protected]>
Quote [Alexandre Vasseur]:

> Hi Mindstorm
> 
> Some comments regarding this version
> 
> 1/ fine for the src1 + src2 compiled in "cls" and annotated with dest in "dest".
> If you do so, you probably want everything in "dest" (else you would
> have "cls_1" and "cls_2" at compile time).

agree on this.

> 
> 2/ for annonymous class, i don't see the need for this pattern
> just recopy all "**/*.class", with override = false and done.

i have used the more refined pattern in order not to force copy task to compare too much files.
the mechanism with override=false in copy task is the following: go to dest and check for every file 
in the include pattern if there is a corresponding one and if the timestamp is better or worse. I 
thought it would reduce the time. Pls let me know.

> 
> 3/ can you send such a modified version (and zip it, else it seems my
> mail reader corrupts the formatting)
> 

sorry about this. I haven't noticed that.

10x
./the_mindstorm

> Thanks !
> Alex
>