DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20119>.
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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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

Reply via email to