This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 2905 - VCS directory reader fails if the directory is empty.
Summary: VCS directory reader fails if the directory is empty.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: iformanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-29 01:30 UTC by Martin Entlicher
Modified: 2009-07-14 06:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 1999-07-29 01:30:14 UTC
CommandLineVcsFileSystem: getRootDirectory() ->C:/TEMP/New Folder
CommandLineVcsFileSystem: vcsFiles=[]
CommandLineVcsFileSystem: files=[]
DirReader: ec=cmd /X /C "set CVSROOT=c:/wrk/Repository && cd C:/TEMP/New Folder/ && java -DCVSROOT=c:/wrk/Repository -DROOTDIR=C:/TEMP/New Folder -DDIR=/"/" -classpath ./modules/ex
t/regexp.jar;./modules/vcsgen.jar com.netbeans.enterprise.modules.vcs.cmdline.CvsList "

DirReader: failed reading of dir=VcsDir[name=``,status=  files=0, subdir=0]
DirReader: root dir patch
CommandLineVcsFileSystem: children(``)
Comment 1 Marek Grummich 2000-07-25 09:26:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 14:57:48 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 15:19:31 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2009-07-14 06:26:02 UTC
Integrated into 'main-golden', will be available in build *200907140201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2e060aaa7e9e
User: Jesse Glick <jglick@netbeans.org>
Log: Diagnostics for ProjectClassPathImplementationTest random failure in NB-Core-Build #2905.