DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29077>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29077 cvs checkout - no files checkout sometimes Summary: cvs checkout - no files checkout sometimes Product: Ant Version: 1.6.0 Platform: PC OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] My application consists of some Modules. Each module also has dependencies to other modules. So my structure looks like this (example): App: M1 M2 M3 M1: M2 M3 M2: M3 and so on.... If I build the whole application I checkout M1-3 to my dist-folder and run the build of each module. Each module also checks out the own dependencies into the own dist-folders a.s.o. For example: M1: |------------- dist | ----------- M2 |----------- dist |---------------M3 With 2 hierarchies everythink is workin fine. But on my 3'rd hierarchy I get the exception: [null] cvs checkout: cannot write Modules/Commons/src/app/com/tsystems/ik/ejb/transformer/service/MessageTransform erFactoryService.java: No such file or directory and the file is not checked out. On other above hierachies this file is checked out. Also if I update the folder (via my CVSclient) on the failed hierarchy, the file is checked out. I looked on the number of tokens I have in my path (with the file name) and the count is 252. I think it is a problem with the number of tokens within the path + filename. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]