Gavin wrote:
> 
> Possibly, don't know how to explain that it doesn't see all the other
> file types as having been changed. This is a first deploy.
> 
> I changed the settings in forrestbots deploy.xml file to read
> 
>     <scp todir="${deploy.scp.dest}" password="${deploy.scp.password}"
> trust="true">
>       <fileset dir="${build.site-dir}">
>               <!--<modified/>-->
>               <include name="**/*.*"/>
>       </fileset>
> 
> and it now works fine.

Great. Actually i was going to suggest that. It was the
only difference when i compared our config.

> So, definitely something to do with modified times - and combined with
> lack of datestamps on Windows files may have an effect also.

I use the "checksums" facility of Cocoon.
It is fantastic.

> So, need to work out a better way, shouldn't really have to mess with
> forrestbots files at all I guess.

Not sure what you mean by that. One needs
to get the confiuration right.

-David