Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 44377 invoked from network); 21 May 2003 15:19:00 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 21 May 2003 15:19:00 -0000 Received: (qmail 3573 invoked by uid 50); 21 May 2003 15:21:09 -0000 Date: 21 May 2003 15:21:09 -0000 Message-ID: <20030521152109.3572.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 20119] New: - stcheckout - CStDBException Data too long for field X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20119 stcheckout - CStDBException Data too long for field Summary: stcheckout - CStDBException Data too long for field Product: Ant Version: 1.5.3 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: dev@ant.apache.org ReportedBy: brian.brooks@metavante.com I have two PCs with this problem Windows 2000 and Windows NT4. But I can't reproduce the problem on my Windows 2000 PC. We're all running the latest Ant 1.5.3-1. One the the persons with the problem is diagnosing it like... tried with a small sample checkout build. The problem I came across was it is appending the local directory to every file like this, which may be forming the long file name error. ---------------------------------------- [stcheckout] Checking out: ps\charterone\com\brokatfs\charterone\host\C1HostServ let.java --> C:\Projects\ps\charterone\C:\projects\ps\C:\projects\ps\brokatfs\C: \projects\ps\brokatfs\charterone\C:\projects\ps\brokatfs\charterone\host\C1HostS ervlet.java --------------------------------------------- I tried after removing the "rootlocalfolder=" attribute and it checkedout all the files. But I would like to use "rootlocalfolder" attribute for better. The files involved are build.xml and project.resources.xml. The .resources.xml file is in the parent directory and is included with DTD mechanism &varname; at the top of build.xml. P:\C1\SCRIPTS | build.xml | build_Library.xml | project.resources.xml +---app | build.xml | +---emgr | build.xml | \---web build.xml