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 46883

Summary: CVS update problems after commit of #42628
Product: xml Reporter: Jesse Glick <jglick>
Component: CodeAssignee: _ pkuzel <pkuzel>
Status: CLOSED FIXED    
Severity: blocker CC: jtulach, mzlamal, rbalada
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 42628    

Description Jesse Glick 2004-08-04 00:48:32 UTC
By continuing to compile into the src directory
(rather than just projectizing these modules or
otherwise compiling into build/classes) there is a
CVS update warning, observable on my machine and
on nbbuilder:

? xml/core/src/org/w3c
? xml/tax/lib/src/org/w3c

These dirs are created by the compilation step and
not deleted, but they confuse CVS.

Please fix ASAP.
Comment 1 _ pkuzel 2004-08-04 10:02:44 UTC
ant clean; will delete them.
Comment 2 dmladek 2004-08-04 16:14:52 UTC
Petre,
would you mind resolve this issue again, please?
It somehow lost the resolved state so I don't know wheather it is
fixed or what...

thanks in advance
Comment 3 Petr Jiricka 2004-08-04 18:01:20 UTC
Well, looking at the continuous build page, it really is fixed.
Marking as fixed.
Comment 4 dmladek 2004-08-20 14:50:07 UTC
using `ant` in root folder of "xml" module doesn't left mentioned dirs
on my machine, so I guess it's fixed.

If not, please reopen it Jesse,
thanks
Comment 5 Jesse Glick 2004-08-20 17:05:01 UTC
Seems to not produce these dirs any more.