Wow I can really tell that we no longer have day to day windows developers.

Build is stuck on doc/ apparently it is navigating into the .svn folders.

> [exec] Exception occurred:
>  [exec]  File "CPython27\lib\shutil.py", line 247, in rmtree
>  [exec]  os.remove(fullname)
>  [exec] WindowsError: [Error 5] Access is denied: 
> 'C:\\java\\geotools\\trunk\\docs\\target\\user\\html\\_static\\img\\.svn\\all-wcprops'
> 

A couple quick sanity checks...

common.py includes the following:

> # exclude
> exclude_patterns = ['**/.svn']


That should be enough to avoid .svn folders; however if I read the above error 
message correctly it is trying to *remove* a .svn folder that has been copied 
into the target directory already? Do you think it is crazy enough to copy 
everything and then remove the "excludes"? that would kind of defeat the 
purpose.

Doing some research shows that we are doing it right .. for sphinx v1.0.x
Developers guide has people using 0.6.6 - and that requires an exclude_dirnames 
entry.

I would like to update the instructions to not specify a version of sphinx....

-- 
Jody Garnett

Attachment: slant.tif
Description: Binary data

------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to