The following forum message was posted by hyshyshys at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4046987:

Hi,
 
I'm developing an RCP application and using Pydev 1.6.3. 
 
Since we migrated to Pydev 1.6.3, we had some problems to delete Eclipse 
workspace
folder after Pydev created some file with very long filename.
 
Example of created file by Pydev:
 
%myFolder% \workspace\.metadata\.plugins\com.python.pydev.analysis\python_WTpcQn
VpbGRzXHJ0bGFiXFJULUxBQlxidWlsZFxyZWxlYXNlXHdpbjMyXHB5dGhvblxweXRob24uZXhl\index
cache\wx.lib.analogclock.lib_setup.buttontreectrlpanel.indexcache
 
As you can see this file+path contains more than 180 caracters. Note that on
windows there are many problem with files that have more that 256 caracters.
 
Depending how the user deletes its workspace, it happens that the application
refuse to perform the delete operation. For example, if I'm using the window
Explorer on Windows XP, it refuse to delete the file. We have to use the dos
shell command, go to the directory and use the del command from that directory.
 
So I'm wondering if PyDev can limits the length of the path/name created 
internally
in the metadata directory.
 
Is there any other workaround?
 
Thanks
 
Vincent


------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to