"Gary Gregory" <[EMAIL PROTECTED]> wrote on 31/03/2004 08:51:23 AM:

> Hello,
> 
> I installed Maven RC-2 and when I now run a [codec] build with "maven
> clean site:generate", the build works once, but not twice. During the
> 2nd (last) invocation of:
> 
> java:jar-resources:
> Copying 264 files to
> C:\cvs-store\apache.org\jakarta\commons\codec\target\clover\classes
> 
> Some kind of loop or self reference takes place such that a deep nested
> and undeletable dir structure is created:
> 
> C:\cvs-store\apache.org\jakarta\commons\codec\target\clover\classes\src\
> classes
> C:\cvs-store\apache.org\jakarta\commons\codec\target\clover\classes\src\
> classes\target
> C:\cvs-store\apache.org\jakarta\commons\codec\target\clover\classes\src\

Somewhere in your resources or another definition, you're including ** in 
a list of files to be copied. This copies everything, including target/ 
into target/ which will eventually die horribly.
--
dIon Gillard, Multitask Consulting

Reply via email to