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 - CVS update problems after commit of #42628
Summary: CVS update problems after commit of #42628
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: _ pkuzel
URL:
Keywords:
Depends on:
Blocks: 42628
  Show dependency tree
 
Reported: 2004-08-04 00:48 UTC by Jesse Glick
Modified: 2006-03-24 10:22 UTC (History)
3 users (show)

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 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.