You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/05/19 08:50:21 UTC

DO NOT REPLY [Bug 29077] New: - cvs checkout - no files checkout sometimes

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: dev@ant.apache.org
        ReportedBy: juraj.lenharcik@t-systems.com


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org