Aaron Mulder wrote:
> 
>         I had that problem with my source build too, and when I did a
> "build clean" followed by a "build" it worked fine.  It may be that
> whoever is responsible for these daily builds needs to change the script
> to do a build clean first.
> 
> Aaron
> 

Hi, 

The "daily" is not a build. It is only the sources:

 cvs co jboss
 zip ..
 ncftpput website ..

I think the problem happens if you download the zip and unpack to the
same directory every time: unzip will not remove
 - removed files in cvs (zip is not cvs!)
 - the build and dist directories, so you will have to do "build clean;
build"

My advice: do a "rm -rf jboss" (or click drag drop) before the unzip.

Regards,

Sebastien

Reply via email to