Re: [PATCH] Ant pvcs task & Bug 3219

2001-09-07 Thread sp-ota
ilto:[EMAIL PROTECTED] > > > > oops - I just committed last patch ;/ > > > > I have no idea on PVCS so if someone who knows more could > > check out your > > patch ? > > > > On Thu, 6 Sep 2001 12:47, sp-ota wrote: > > > I also sent a patch to

Re: [PATCH] Ant pvcs task & Bug 3219

2001-09-06 Thread sp-ota
I also sent a patch to the list available from the following link. http://www.mail-archive.com/[EMAIL PROTECTED]/msg09475.html I believe this patch is better because it eliminates I/O and avoid unnecessary filtering. As a matter of fact, I've been very wondering why the previous author and every

[PATCH] pvcs

2001-09-03 Thread sp-ota
1. Bug fix the orignal version failed to create directories before fetching files. 2. IO bound process to CPU bound process the orignal used mkdirs() for each entry of returned file list. Instead, use Hashtable to eliminate possible path to create and reduce the number of mkd

defaultexclude - fileset

2001-08-24 Thread sp-ota
Hello. Can someone answer to my question? Why not are "**/RCS", "**/RCS/**", and "**/*,v" in DEFAULTEXCLUDES in DirectoryScanner.java? Since it ignores cvs and sccs files, is it more natual to ignore rcs files, too? And I think it will be nice to have a list of

PVCS : problem with non-exsiting sub-directories

2001-08-16 Thread sp-ota
Hello. I am sending this message to both ant-dev and ant-user. By the way, are the authors of Pvcs in this mailing list? I use ANT_14_BRANCH of Aug. 14th., Sun JDK 1.4-beta, Windows2000 Japanese edition, and PVCS 6.6. I have a project containing sub-directories and lo