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 71405 - [50cat] CVS window doesn't see changed files
Summary: [50cat] CVS window doesn't see changed files
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker with 1 vote (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-14 21:27 UTC by ieising
Modified: 2007-01-11 08:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot that shows what I mean (91.52 KB, image/jpeg)
2006-01-14 21:28 UTC, ieising
Details
CVS work directory structure (49.96 KB, text/plain)
2006-01-16 11:35 UTC, vnicolici
Details
NB messages.log (13.58 KB, text/plain)
2006-01-16 11:38 UTC, vnicolici
Details
The screenshot of Files-tab (21.48 KB, image/jpeg)
2006-01-19 10:10 UTC, ieising
Details
File 1 for the additional option (6.10 KB, text/plain)
2006-01-19 10:11 UTC, ieising
Details
File 2 for the additional option (18.03 KB, text/plain)
2006-01-19 10:11 UTC, ieising
Details
I think this is what you wanted? Should be the same as the console output, isn't it. (15.96 KB, text/plain)
2006-01-19 20:40 UTC, ieising
Details
Minimal version of the project that causes problems. Only the _files_ that were deleted are shown when rightclicking on the project (or root folder in Files view) and CVS|Show Changes (16.53 KB, application/x-compressed)
2006-01-20 17:05 UTC, ieising
Details
The userdir when running with the proposes commandline params (383.73 KB, application/x-compressed)
2006-01-22 20:21 UTC, ieising
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ieising 2006-01-14 21:27:49 UTC
[ BUILD # : RC1 ]
[ JDK VERSION : 1.6 ]

Hi,

Although I have changed files, they do not turn up in the CVS output window (CTRL-8). Look at my screenshot. This is the result of right-click on the project and select CVS|Show Changes. When I select one of the changed files and do right-click|CVS|Show Changes the file is being identified as being changed.

Iwan
Comment 1 ieising 2006-01-14 21:28:23 UTC
Created attachment 28389 [details]
Screen shot that shows what I mean
Comment 2 Peter Pis 2006-01-15 10:05:27 UTC
I can't reproduce it with standard project. Btw, do you use free-form project?
Comment 3 ieising 2006-01-15 22:27:54 UTC
No I use a standard j2me project.

I just started the RC1 again, with the same result. I'm not sure what I did that
caused this, but if I would have to attach a screenshot, it would be the same.

Iwan
Comment 4 _ pkuzel 2006-01-16 11:15:42 UTC
Please provide your project layout. Something like:

  My project/
     CVS/
     src/
       CVS/
     test/
       CVS/
     nbproject/
       CVS/

  -> external/src
       CVS/

Thank you
Comment 5 vnicolici 2006-01-16 11:35:18 UTC
Created attachment 28401 [details]
CVS work directory structure
Comment 6 vnicolici 2006-01-16 11:36:29 UTC
I also have this problem, with a freeform project. If I use show changes on 
the project root, it shows only a few changes. I activated the output window 
while the Versioning window was refreshing, and all the missing changes were 
reported correctly in the output window:

IDE:-------------------------------------------------
IDE: [16.01.2006 12:44] Refreshing CVS Status started
? JavaProjects/orca/WEB-
INF/classes/ro/zapp/collections/services/DebtLetterGenerator.java
? JavaProjects/sun/WEB-INF/lib/commons-dbcp-1.2.1.jar
? JavaProjects/sun/WEB-INF/lib/commons-pool-1.2.jar
U JavaProjects/portal/HTML/services/mail/tiles/inbox/zapp.folder.management.jsp
U 
JavaProjects/portal/HTML/services/mail/tiles/inbox/zapp.inbox.confirm.upgrade.j
sp
M JavaProjects/sun/WEB-INF/web.xml
R JavaProjects/sun/WEB-INF/lib/commons-dbcp.jar
R JavaProjects/sun/WEB-INF/lib/commons-pool.jar
M JavaProjects/sun/WEB-INF/src/com/zapp/nero/actions/SunPDFInvoice.java
M JavaProjects/sun/WEB-INF/src/com/zapp/nero/database/ConnectionPool.java
M JavaProjects/sun/WEB-INF/src/com/zapp/nero/database/ConnectionPool2.java
M JavaProjects/sun/WEB-INF/src/com/zapp/nero/helpers/Configuration.java
M JavaProjects/sun/WEB-INF/src/com/zapp/nero/helpers/ConfigurationFactory.java
M JavaProjects/sun/WEB-INF/src/com/zapp/nero/helpers/FileWatchdog.java
M JavaProjects/sun/WEB-INF/src/com/zapp/nero/run/StartupServlet.java
M JavaProjects/sun/WEB-INF/src/com/zapp/nero/run/SunAccountsUpdaterService.java
M JavaProjects/sun/WEB-INF/src/com/zapp/nero/utils/Configurator.java
M JavaProjects/sun/WEB-
INF/src/com/zapp/nero/utils/SunInvoicesLayoutXMLParser.java
IDE: [16.01.2006 12:46] Refreshing CVS Status finished

If I use show changes on the "Source Packages" node, instead of running it on 
the root node of the project, it shows all changes correctly.
Comment 7 vnicolici 2006-01-16 11:38:53 UTC
Created attachment 28402 [details]
NB messages.log
Comment 8 Peter Pis 2006-01-18 09:39:28 UTC
"ieising", can you still reproduce this? If you do, please start nb with switch
"-J-DcvsClientLog" (e.g. "-J-DcvsClientLog=/tmp/cvs-lib"). Also please attach
the output of "Output" window for your cvs connection. Thanks.
Comment 9 ieising 2006-01-18 09:47:10 UTC
Yes I can still reproduce it. I will start NetBeans with the given option, I'll
post the results sometime either tonight or tomorrow morning.

Iwan
Comment 10 Peter Pis 2006-01-18 09:50:35 UTC
Btw, can you attach expanded nodes screenshot but taken from "Files" view, please?
Comment 11 ieising 2006-01-18 09:57:25 UTC
Sure, I'll put that in as well.
Comment 12 Milan Kubec 2006-01-19 08:50:10 UTC
ieising, please attach the info, so far your are the only one who is able to
reproduce the issue and without your help we cannot do much about it. Thanks.
Comment 13 ieising 2006-01-19 10:10:38 UTC
Created attachment 28456 [details]
The screenshot of Files-tab
Comment 14 ieising 2006-01-19 10:11:22 UTC
Created attachment 28457 [details]
File 1 for the additional option
Comment 15 ieising 2006-01-19 10:11:40 UTC
Created attachment 28458 [details]
File 2 for the additional option
Comment 16 ieising 2006-01-19 10:12:27 UTC
All files attached, sorry for the delay, but I just got home, I've been working
all night on a deadline of one of my clients.

Iwan
Comment 17 ieising 2006-01-19 10:15:00 UTC
Please note that the scenario I just ran is like:

1) open NB RC1
2) select a package that has changed files in it
3) do right click|CVS|Show Changes -> Changes are shown
4) select a package that has changed files in one of the sub-packages
5) do right click|CVS|Show Changes -> Changes are shown
6) select project
7)do right click|CVS|Show Changes -> No changes are shown

All conducted on the project tab
Comment 18 Peter Pis 2006-01-19 10:49:02 UTC
Also please attach the output of "Output" (CTRL + 4) window for your cvs
connection. Thanks.
Comment 19 _ pkuzel 2006-01-19 12:52:19 UTC
Logs do not match screenshots. Looks like broken CVS metadata.


Could you please do fresh checkout into a brand new location? Does it fix the
problem? 
Comment 20 ieising 2006-01-19 12:56:44 UTC
Here's the CTRL-4 output:


IDE:-------------------------------------------------
IDE: [1/19/06 1:54 PM] Refreshing CVS Status started
? Mong/src/res
M Mong/nbproject/project.properties
M Mong/nbproject/project.xml
M Mong/src/com/stgames/mong/MongCanvas.java
M Mong/src/com/stgames/mong/MongMIDlet.java
M Mong/src/com/stgames/mong/MongMIDlet.mvd
M Mong/src/com/stgames/mong/MongSpace.java
IDE: [1/19/06 1:54 PM] Refreshing CVS Status finished

IDE:-------------------------------------------------
IDE: [1/19/06 1:54 PM] Refreshing CVS Status started
M 240x320/bat.png
IDE: [1/19/06 1:54 PM] Refreshing CVS Status finished

IDE:-------------------------------------------------
IDE: [1/19/06 1:55 PM] Refreshing CVS Status started
M stgames/mong/MongCanvas.java
M stgames/mong/MongMIDlet.java
M stgames/mong/MongMIDlet.mvd
M stgames/mong/MongSpace.java
IDE: [1/19/06 1:55 PM] Refreshing CVS Status finished
Comment 21 ieising 2006-01-19 13:05:20 UTC
Brand new checkout, but the same problem still exists.

Iwan
Comment 22 _ pkuzel 2006-01-19 13:14:43 UTC
Iwan, I'll send you offline module binary with additional diagnostics...
Comment 23 _ pkuzel 2006-01-19 13:32:25 UTC
... sent.
Comment 24 ieising 2006-01-19 20:40:18 UTC
Created attachment 28479 [details]
I think this is what you wanted? Should be the same as the console output, isn't it.
Comment 25 ieising 2006-01-20 10:31:06 UTC
It also happens in RC2
Comment 26 Peter Pis 2006-01-20 16:28:44 UTC
Iwan, could you please try to check out your project to different location, eg
different logical drive? Btw, with other projects from your repository did you
encounter similar behaviour? Thanks.
Comment 27 ieising 2006-01-20 16:44:04 UTC
Hi Peter,

I just checked and it is not with my other projects. I'll checkout to a
different drive in a sec. Will keep you posted.

Iwan
Comment 28 ieising 2006-01-20 17:05:09 UTC
Created attachment 28495 [details]
Minimal version of the project that causes problems. Only the _files_ that were deleted are shown when rightclicking on the project (or root folder in Files view) and CVS|Show Changes
Comment 29 Peter Pis 2006-01-20 19:42:59 UTC
> I just checked and it is not with my other projects.

Iwan, I don't fully understand. What do you mean? Do your other projects from
that repository face the same problem? Can you see changes in "Versioning" view
if "Show Changes" action is performed on project root?
Comment 30 Peter Pis 2006-01-20 19:51:11 UTC
Btw, could you please try to start NB with new user dir and perform check out
again. (open command line, change directory to "bin" folder NetBeans location
and type "nb.exe -userdir ..\user"). Thanks.
Comment 31 ieising 2006-01-20 22:46:04 UTC
I mean that this only happens with the attached project, my other projects seem
to work just fine.
Comment 32 Peter Pis 2006-01-21 09:46:38 UTC
There should be something strange with your "Mong" project, if CVS support works
fine with other ones from the same repository. But it would be good to solve
this mystery. Could you please attach "Mong" project hierarchy with CVS folder
contents? Thanks. 
Comment 33 ieising 2006-01-21 11:35:03 UTC
Hi Peter,

I did as you asked me and started NB from the commandline with the new userdir.
I'll attach a zip of that directory in a second.
I already did attach a zip with a minimal set of files of my Mong project that
shows the problem (attachment 28495 [details]). NB here only sees the files in the root
that have been deleted, the changed build.xml file is not shown in the CTRL-8
window, nor are any deleted directories.

This is the output from the console:


C:\Programs\netbeans\5.0rc1\bin>nb.exe -userdir ..\user
-------------------------------------------------------------------------------
>Log Session: Friday, January 20, 2006 11:47:05 PM CET
>System Info:
  Product Version         = NetBeans IDE 5.0 RC1 (Build 200601101900)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor; Home  = 1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b60;
Sun Microsystems Inc.; C:\Program Files\Java\jdk1
.6.0\jre
  System Locale; Encoding = en_US (nb); Cp1252
  Home Dir.; Current Dir. = C:\Documents and Settings\iwan;
C:\Programs\netbeans\5.0rc1\bin
  Installation; User Dir. =
C:\Programs\netbeans\5.0rc1\nb5.0;C:\Programs\netbeans\5.0rc1\ide6;C:\Programs\netbeans\5.0rc1\enter
prise2;C:\Programs\netbeans\5.0rc1\harness;C:\Programs\netbeans\5.0rc1\mobility7.2;C:\Programs\netbeans\5.0rc1\platform6;
C:\Pro
grams\netbeans\5.0rc1\user
  Boot & Ext. Classpath   = C:\Program
Files\Java\jdk1.6.0\jre\lib\resources.jar;C:\Program
Files\Java\jdk1.6.0\jre\lib\rt.jar;C
:\Program Files\Java\jdk1.6.0\jre\lib\sunrsasign.jar;C:\Program
Files\Java\jdk1.6.0\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.
6.0\jre\lib\jce.jar;C:\Program
Files\Java\jdk1.6.0\jre\lib\charsets.jar;C:\Program
Files\Java\jdk1.6.0\jre\classes;C:\Program Fi
les\Java\jdk1.6.0\jre\lib\ext\dnsns.jar;C:\Program
Files\Java\jdk1.6.0\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.6.0
\jre\lib\ext\sunjce_provider.jar;C:\Program
Files\Java\jdk1.6.0\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.6.0\jre\lib
\ext\sunpkcs11.jar
  Application Classpath   =
C:\Programs\netbeans\5.0rc1\platform6\lib\boot.jar;C:\Programs\netbeans\5.0rc1\platform6\lib\org-ope
nide-modules.jar;C:\Programs\netbeans\5.0rc1\platform6\lib\org-openide-util.jar;C:\Program
Files\Java\jdk1.6.0\lib\dt.jar;C:\Pro
gram Files\Java\jdk1.6.0\lib\tools.jar
  Startup Classpath       =
C:\Programs\netbeans\5.0rc1\platform6\core\core.jar;C:\Programs\netbeans\5.0rc1\platform6\core\org-o
penide-filesystems.jar;C:\Programs\netbeans\5.0rc1\nb5.0\core\org-netbeans-upgrader.jar;C:\Programs\netbeans\5.0rc1\nb5.0\core\l
ocale\core_nb.jar;C:\Programs\netbeans\5.0rc1\ide6\core\org-netbeans-modules-utilities-cli.jar
-------------------------------------------------------------------------------
Turning on modules:
        org.openide.util [6.8.1 200601101900]
        org.openide.modules [6.5.1 200601101900]
        org.openide.filesystems [6.4.1 200601101900]
        org.netbeans.api.debugger/1 [1.7.1 200601101900]
        org.netbeans.modules.kjava [7.2 060112_1]
        org.openide.awt [6.7.1 200601101900]
        org.netbeans.modules.editor.util/1 [1.8.1 200601101900]
        org.openide.dialogs [6.5.1 200601101900]
        org.openide.nodes [6.7.1 200601101900]
        org.openide.windows [6.5.1 200601101900]
        org.openide.options [6.4.1 200601101900]
        org.openide.text [6.9.1 200601101900]
        org.openide.explorer [6.5.1 1 200601101900]
        org.openide.actions [6.5.1 200601101900]
        org.openide.loaders [5.9.1 200601101900]
        org.netbeans.modules.editor.mimelookup/1 [1.3.1 200601101900]
        org.netbeans.modules.editor.fold/1 [1.5.1 200601101900]
        org.netbeans.modules.editor.lib/1 [1.9.1.1 1 200601101900]
        org.openide.io [1.9.1 200601101900]
        org.openide.execution [1.8.1 200601101900]
        org.netbeans.api.java/1 [1.10.1 200601101900]
        org.openide.src [1.8.1 200601101900]
        org.netbeans.modules.servletapi/1 [1.9.1 200601101900]
        org.netbeans.modules.queries/1 [1.7.1 200601101900]
        org.netbeans.modules.projectapi/1 [1.9.1 200601101900]
        org.netbeans.api.progress/1 [1.5.1 200601101900]
        org.netbeans.modules.java.platform/1 [1.7.1 200601101900]
        org.netbeans.modules.projectuiapi/1 [1.13.1.5 5 200601101900]
        org.netbeans.modules.project.ant/1 [1.12.1 200601101900]
        org.netbeans.modules.project.libraries/1 [1.13.1 200601101900]
        org.netbeans.modules.kjava.j2meplatform [1.1.5 060112_1]
        org.netbeans.modules.classfile/1 [1.18.1 200601101900]
        javax.jmi.reflect/1 [1.7.1 200601101900]
        org.netbeans.jmi.javamodel/2 [1.21.1 200601101900]
        org.netbeans.api.mdr/1 [1.4.1 200601101900]
        javax.jmi.model/1 [1.7.1 200601101900]
        org.netbeans.modules.jmiutils/1 [1.5.1.2 2 200601101900]
        org.netbeans.modules.mdr/1 [1.5.1.2.2 2 200601101900]
        org.netbeans.modules.javacore/1 [1.18.1.2.2 200601101900]
        org.jdesktop.layout/1 [1.3.1 1.0 200601101900]
        org.netbeans.api.xml/1 [1.12.1 200601101900]
        org.netbeans.spi.navigator/1 [1.2.1 200601101900]
        org.netbeans.core.output2/1 [1.7.1.1 1 200601101900]
        org.netbeans.libs.formlayout/1 [1.2.1 1 200601101900]
        org.netbeans.modules.options.api/0 [1.3.1 200601101900]
        org.netbeans.bootstrap/1 [2.3.1 200601101900]
        org.netbeans.core.startup/1 [1.5.1 200601101900]
        org.netbeans.swing.plaf [1.5.1 200601101900]
        org.netbeans.core/2 [3.2.1.1 200601101900]
        org.netbeans.core.execution/1 [1.9.1 200601101900]
        org.apache.tools.ant.module/3 [3.24.1.1 1 200601101900]
        org.openidex.util/3 [3.9.1 200601101900]
        org.netbeans.modules.favorites/1 [1.11.1 200601101900]
        org.netbeans.core.ui/1 [1.9.1 200601101900]
        org.netbeans.modules.xml.core/2 [1.11.1.4 4 200601101900]
        org.netbeans.modules.xml.catalog/2 [1.10.1.4.4 4 200601101900]
        org.netbeans.modules.masterfs/1 [1.7.1 200601101900]
        org.netbeans.modules.projectui [1.7.1.5 200601101900]
        org.netbeans.modules.editor.errorstripe.api/1 [2.2.1.1 1 200601101900]
        org.netbeans.modules.java/1 [1.25.1.2.2.2 2 200601101900]
        org.netbeans.modules.java.project/1 [1.8.1 200601101900]
        org.netbeans.modules.kjava.antext [1.1.6 060112_1]
        org.netbeans.spi.viewmodel/2 [1.9.1 200601101900]
        org.netbeans.api.debugger.jpda/2 [2.4.1 200601101900]
        org.netbeans.modules.editor.settings/1 [1.4.1 200601101900]
        org.netbeans.modules.editor/3 [1.26.1.1 200601101900]
        org.netbeans.modules.kjava.j2meproject [1.1.6 060112_1]
        org.netbeans.modules.kjava.examples/1 [1.1.5 060112_1]
        org.netbeans.modules.extbrowser/1 [1.9.1 200601101900]
        org.netbeans.modules.j2eeapis/1 [1.6.1 200601101900]
        org.netbeans.modules.settings/1 [1.10.1 200601101900]
        org.netbeans.modules.schema2beans/1 [1.14.1 200601101900]
        org.netbeans.modules.j2eeserver/4 [1.13.1 200601101900]
        org.netbeans.modules.jmxri/1 [1.2.1 1 200601101900]
        org.netbeans.modules.javahelp/1 [2.8.1 200601101900]
        org.netbeans.modules.db/0 [1.16.1.3 3 200601101900]
        org.netbeans.libs.xerces/1 [1.8.1 2.6.2 200601101900]
        org.netbeans.modules.j2ee.sun.dd/1 [1.5.1 200601101900]
        org.netbeans.modules.j2ee.sun.appsrv/1 [1.3.1 1 200601101900]
        org.netbeans.modules.j2ee.dd/1 [1.7.1.2 2 200601101900]
        org.netbeans.modules.dbschema/1 [1.7.1.3.3 3 200601101900]
        org.netbeans.modules.j2ee.sun.ddui/1 [1.6.1 1 200601101900]
        org.netbeans.modules.derby [1.3.1 200601101900]
        org.netbeans.modules.j2ee.sun.appsrv81/1 [1.1.1.1.1 1 200601101900]
        org.netbeans.modules.ant.browsetask [1.11.1 200601101900]
        org.netbeans.modules.httpserver/2 [2.5.1.42 42 200601101900]
        org.netbeans.core.multiview/1 [1.8.1 200601101900]
        org.netbeans.modules.xml.multiview/1 [1.4.1.2 2 200601101900]
        org.netbeans.modules.refactoring/1 [1.15.1.3.2 3 200601101900]
        org.netbeans.modules.apisupport.ant [2.29.1 200601101900]
        org.netbeans.modules.debugger.jpda/2 [1.16.1 200601101900]
        org.netbeans.spi.debugger.ui/1 [2.8.1 200601101900]
        org.netbeans.modules.debugger.jpda.ui/1 [1.5.1 200601101900]
        org.netbeans.modules.debugger.jpda.ant [1.7.1 200601101900]
        org.netbeans.modules.xml.tax/2 [1.11.1.4.4 4 200601101900]
        org.netbeans.modules.junit/2 [2.19.1 200601101900]
        org.netbeans.modules.apisupport.project [1.11.1.5.4 5 200601101900]
        org.netbeans.modules.apisupport.refactoring [1.2.1.5 200601101900]
        org.netbeans.modules.autoupdate/1 [2.16.1 200601101900]
        org.netbeans.spi.palette/0 [1.5.1 200601101900]
        org.netbeans.modules.properties/1 [1.17.1 200601101900]
        org.netbeans.modules.i18n/1 [1.20.1 200601101900]
        org.netbeans.modules.editor.completion/1 [1.6.1 200601101900]
        org.netbeans.modules.editor.hints/1 [1.9.1.1 1 200601101900]
        org.netbeans.modules.java.editor.lib/1 [1.4.1 200601101900]
        org.netbeans.modules.editor.codetemplates/1 [1.2.1 200601101900]
        org.netbeans.modules.java.editor/1 [1.4.1 200601101900]
        org.netbeans.modules.kjava.editor [1.1.5 060112_1]
        org.netbeans.modules.mvd [1.0.5 060112_1]
        org.netbeans.modules.editor.settings.storage/1 [1.4.1 200601101900]
        org.netbeans.modules.options.editor/1 [1.2.1 200601101900]
        org.netbeans.modules.servletapi24/1 [2.6.1 2.4 200601101900]
        org.netbeans.libs.commons_logging/1 [1.3.1 1.0.4 200601101900]
        org.netbeans.modules.web.jspparser/2 [2.5.1 200601101900]
        org.netbeans.modules.editor.structure/1 [1.11.1.1 1 200601101900]
        org.netbeans.modules.xml.text/2 [1.11.1.4.4 4 200601101900]
        org.netbeans.modules.editor.plain.lib/1 [1.3.1 200601101900]
        org.netbeans.modules.html.editor.lib/1 [1.4.1 200601101900]
        org.netbeans.modules.html.editor/1 [1.4.1 200601101900]
        org.netbeans.modules.web.core.syntax/1 [1.22.1 200601101900]
        org.netbeans.modules.websvc.clientapi [1.4.1 200601101900]
        org.netbeans.modules.j2ee.dd.webservice [1.3.1 200601101900]
        org.netbeans.modules.websvc.websvcapi [1.4.1 200601101900]
        org.netbeans.modules.j2ee.common/1 [1.4.1 200601101900]
        org.netbeans.api.web.webmodule [1.6.1 200601101900]
        org.netbeans.modules.j2ee.api.ejbmodule [1.4.1 200601101900]
        org.netbeans.modules.j2ee.ejbcore [1.4.1 200601101900]
        org.netbeans.modules.usersguide/1 [1.19.1 200601101900]
        org.netbeans.modules.utilities/1 [1.21.1 200601101900]
        org.netbeans.modules.utilities.project/1 [1.5.1 200601101900]
        org.netbeans.modules.vmd.components.nbmidp [1.0.3 060112_1]
        org.netbeans.modules.kjava.j2meunit [1.1.5 060112_1]
        org.netbeans.modules.j2ee.debug/1 [1.3.1 200601101900]
        org.netbeans.modules.websvc.registry [1.3.1 200601101900]
        org.netbeans.modules.websvc.core [1.5.1.1.4 1 200601101900]
        org.netbeans.swing.tabcontrol [1.6.1 200601101900]
        org.netbeans.core.windows/2 [2.7.1.1 200601101900]
        org.netbeans.modules.e2e.end2end/1 [1.0.3 060112_1]
        org.netbeans.modules.j2ee.platform/1 [1.3.1 200601101900]
        org.netbeans.modules.xsl/1 [1.11.1.4 200601101900]
        org.netbeans.modules.properties.syntax/1 [1.17.1 200601101900]
        org.netbeans.modules.web.core/1 [1.25.1.42.2 42 200601101900]
        org.netbeans.modules.j2ee.refactoring/1 [1.5.1.42.1 200601101900]
        org.netbeans.libs.jsch/1 [1.4.1 0.1.24 200601101900]
        org.netbeans.modules.deployment.ftpscp [1.0.4 060112_1]
        org.netbeans.modules.ant.freeform/1 [1.10.1 200601101900]
        org.netbeans.modules.java.freeform/1 [1.5.1 200601101900]
        org.netbeans.modules.web.freeform [1.4.1 200601101900]
        org.netbeans.modules.css/2 [1.11.1 200601101900]
        org.netbeans.modules.e2e.jsr172 [1.0.3 060112_1]
        org.netbeans.modules.tomcat5/1 [1.7.1 200601101900]
        org.netbeans.modules.j2ee.blueprints/1 [1.9.1 200601101900]
        org.netbeans.modules.java.j2seproject [1.6.1.42 42 200601101900]
        org.netbeans.modules.websvc.dev/1 [1.5.1.1 200601101900]
        org.netbeans.modules.ant.grammar/1 [1.14.1 200601101900]
        org.netbeans.modules.editor.bookmarks/1 [1.3.1 200601101900]
        org.netbeans.modules.j2ee.ejbjarproject [1.4.1 200601101900]
        org.netbeans.modules.web.project [1.4.1 200601101900]
        org.netbeans.modules.web.jstl11/1 [2.6.1 1.1.2 200601101900]
        org.netbeans.modules.form/2 [1.19.1 1 200601101900]
        org.netbeans.modules.j2ee.ejbfreeform [1.6.1 200601101900]
        org.netbeans.modules.image/1 [1.17.1 200601101900]
        org.netbeans.modules.clazz/1 [1.19.1 200601101900]
        org.netbeans.upgrader [4.5.1 200601101900]
        org.netbeans.tasklistapi/1 [1.20.1.7 7 200601101900]
        org.netbeans.modules.tasklist.core/2 [1.37.1.16.7 16 200601101900]
        org.netbeans.modules.suggestions_framework/2 [1.15.1.9.16.7 9 200601101900]
        org.netbeans.modules.tomcat5.bundled/1 [1.6.1 200601101900]
        org.netbeans.modules.j2ee.ddloaders/1 [1.6.1.2.2 200601101900]
        org.netbeans.modules.javadoc/1 [1.18.1 200601101900]
        org.netbeans.modules.j2ee.ant [1.7.1 200601101900]
        org.netbeans.modules.diff/1 [1.15.1.42 42 200601101900]
        org.netbeans.modules.editor.errorstripe/2 [2.2.1.1.1 1 200601101900]
        org.netbeans.modules.versioning/1 [1.3.1.1 1 200601101900]
        org.netbeans.lib.cvsclient/1 [1.14.1 200601101900]
        org.netbeans.modules.versioning.system.cvss/1 [1.7.1.1.42.1 1 060119]
        org.netbeans.modules.deployment.webdav [1.0.4 060112_1]
        org.netbeans.modules.j2ee.earproject [1.5.1 200601101900]
        org.netbeans.modules.kjava.j2mejavahelp/1 [1.1.6 060112_1]
        org.netbeans.modules.kjava.emulators [1.1.5 060112_1]
        org.netbeans.core.ide/1 [1.9.1 200601101900]
        org.netbeans.modules.xml.schema/1 [1.11.1.4 200601101900]
        org.netbeans.modules.web.struts/1 [1.2.1.1 1 200601101900]
        org.netbeans.modules.web.debug/1 [2.8.1 200601101900]
        org.netbeans.modules.ant.debugger/1 [1.7.1.1 200601101900]
        org.netbeans.modules.java.examples/1 [1.5.1 200601101900]
        org.netbeans.modules.j2ee.weblogic9/1 [1.4.1 200601101900]
        org.netbeans.modules.beans/1 [1.17.1 200601101900]
        org.netbeans.modules.html/1 [1.19.1 200601101900]
        org.netbeans.modules.updatecenters/1 [1.6.1 200601101900]
        org.netbeans.modules.java.hints/1 [1.10.1.1 1 200601101900]
        org.netbeans.modules.web.monitor/1 [1.15.1 200601101900]
        org.netbeans.modules.kjava.j2meplatform.catalog/1 [1.0.1 060112_1]
        org.netbeans.modules.kjava.obfuscators.proguard [1.1.5 060112_1]
        org.netbeans.modules.db.core [1.2.1 200601101900]
        org.netbeans.modules.db.sql.editor [1.2.1.3 200601101900]
        org.netbeans.modules.defaults/1 [1.2.1 200601101900]
        org.netbeans.modules.welcome/1 [1.10.1 200601101900]
        org.netbeans.modules.web.examples/1 [1.5.1 200601101900]
        org.netbeans.modules.apisupport.feedreader/1 [1.2.1 200601101900]
        org.netbeans.modules.xml.tools/2 [1.11.1.4.4.4 4 200601101900]
        org.netbeans.modules.deployment.sonyericsson [1.0.3 060112_1]
        org.netbeans.modules.tasklist.docscan/2 [1.23.1.9.16.7 200601101900]
        org.netbeans.modules.web.jsf/1 [1.2.1.1 1 200601101900]
        org.netbeans.modules.editor.plain/1 [1.3.1 200601101900]
        org.netbeans.modules.i18n.form/2 [1.18.1 200601101900]
        org.netbeans.modules.java.navigation/1 [1.2.1 200601101900]
        org.netbeans.modules.j2ee.genericserver [1.4.1 200601101900]
        org.netbeans.modules.websvc.jaxrpc16/1 [1.2.1 200601101900]
        org.netbeans.modules.j2ee.jboss4/1 [1.4.1 200601101900]
        org.netbeans.modules.java.j2seplatform/1 [1.6.1.2 2 200601101900]
CVS listeners: org.netbeans.modules.versioning.util.ListenersSupport@1c40e95
====
initialized
running
finished running
CVS Firing: K:\stgames\Mong\.cvsignore
CVS Firing: K:\stgames\Mong\build.xml
CVS Firing: K:\stgames\Mong\MongTasks.ics
CVS Firing: K:\stgames\Mong\doc
CVS Firing: K:\stgames\Mong\src
CVS Firing: K:\stgames\Mong\nbproject\.cvsignore
CVS Firing: K:\stgames\Mong\nbproject\genfiles.properties
K:/stgames/Mong
CVS Firing: K:\stgames\71405-project.zip
CVS Firing: K:\stgames\Sticktail Games - Business Proposition.pdf
CVS Firing: K:\stgames\index.xhtml
CVS listeners: org.netbeans.modules.versioning.util.ListenersSupport@1c40e95
====
CVS Firing: K:\stgames\Mong\.cvsignore
CVS VV Event:K:\stgames\Mong\.cvsignore
CVS Firing: K:\stgames\Mong\MongTasks.ics
CVS VV Event:K:\stgames\Mong\MongTasks.ics


I hope this is of any help.

Iwan
Comment 34 ieising 2006-01-22 20:21:10 UTC
Created attachment 28519 [details]
The userdir when running with the proposes commandline params
Comment 35 ieising 2006-01-22 20:33:24 UTC
I removed the WTK22 directories from the userdir zip I just uploaded.
Comment 36 _ pkuzel 2006-01-23 10:41:45 UTC
For me it looks like issue #68727.

Adam could it be the case?
Comment 37 _ pkuzel 2006-01-23 11:20:20 UTC
The intrumented output:

----------***-----------
CVS Firing: C:\Iwan\stgames\Mong\src\com\stgames\mong\MongSpace.java
CVS Firing: C:\Iwan\stgames\Mong\src\com\stgames\mong\MongMIDlet.java
CVS Firing: C:\Iwan\stgames\Mong\src\com\stgames\mong\MongCanvas.java
CVS Firing: C:\Iwan\stgames\Mong\src\com\stgames\mong\MongMIDlet.mvd
CVS listeners: org.netbeans.modules.versioning.util.ListenersSupport@1d90a6e
====
CVS listeners: org.netbeans.modules.versioning.util.ListenersSupport@1d90a6e
====
CVS Firing: C:\Iwan\stgames\Mong\src\res
CVS VV Event:C:\Iwan\stgames\Mong\src\res
CVS	rejected!
CVS Firing: C:\Iwan\stgames\Mong\src\res\208x208\batClassic.jpg
CVS VV Event:C:\Iwan\stgames\Mong\src\res\208x208\batClassic.jpg
CVS	rejected!
CVS Firing: C:\Iwan\stgames\Mong\src\res\208x208\sticktail-logo-color.jpg
CVS VV Event:C:\Iwan\stgames\Mong\src\res\208x208\sticktail-logo-color.jpg
CVS	rejected!
CVS Firing: C:\Iwan\stgames\Mong\src\res\208x208\ballClassic.jpg
CVS VV Event:C:\Iwan\stgames\Mong\src\res\208x208\ballClassic.jpg
CVS	rejected!
CVS listeners: org.netbeans.modules.versioning.util.ListenersSupport@1d90a6e
====
----------***-----------

"CVS	rejected!" shows that versioning view got illegal context and thinks that
changes under res/ does not apply? What's special about res/?
Comment 38 _ pkuzel 2006-01-23 11:25:24 UTC
Also:

CVS Firing: K:\stgames\Mong\.cvsignore
CVS Firing: K:\stgames\Mong\build.xml

are not consumed by VV at all!


Unfortynatelly it does not help to uncover wrong code. I try add more
diagnostics messages and send you the build.
Comment 39 ieising 2006-01-23 12:28:02 UTC
res is a directory which holds resources like JPG's, PNG's and some MIDI files,
nothing special there.

What I attached later was the project (ZIP) that is rather minimal and shows the
same problems. In that ZIP the build.xml was changed, but NB didn't see this. It
did see the files that are in the root, but where deleted, it didn't see any
files from other directories that were deleted, nor did it see the dirs that
were deleted.

Iwan
Comment 40 _ pkuzel 2006-01-23 12:30:56 UTC
Verbose module sent. Waiting for reply...
Comment 41 ieising 2006-01-24 22:14:49 UTC
Here's the output with the new debug modules... loads of stacktraces.
I did a Show Changes on the project twice and then one on a package. All in
project view.


C:\Programs\netbeans\5.0rc1\bin>nb.exe -userdir ..\user
-------------------------------------------------------------------------------
>Log Session: Tuesday, January 24, 2006 10:56:44 PM CET
>System Info:
  Product Version         = NetBeans IDE 5.0 RC1 (Build 200601101900)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor; Home  = 1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b60;
Sun Microsystems Inc.; C:\Program Files\Java\jdk1
.6.0\jre
  System Locale; Encoding = en_US (nb); Cp1252
  Home Dir.; Current Dir. = C:\Documents and Settings\iwan;
C:\Programs\netbeans\5.0rc1\bin
  Installation; User Dir. =
C:\Programs\netbeans\5.0rc1\nb5.0;C:\Programs\netbeans\5.0rc1\ide6;C:\Programs\netbeans\5.0rc1\enter
prise2;C:\Programs\netbeans\5.0rc1\harness;C:\Programs\netbeans\5.0rc1\mobility7.2;C:\Programs\netbeans\5.0rc1\platform6;
C:\Pro
grams\netbeans\5.0rc1\user
  Boot & Ext. Classpath   = C:\Program
Files\Java\jdk1.6.0\jre\lib\resources.jar;C:\Program
Files\Java\jdk1.6.0\jre\lib\rt.jar;C
:\Program Files\Java\jdk1.6.0\jre\lib\sunrsasign.jar;C:\Program
Files\Java\jdk1.6.0\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.
6.0\jre\lib\jce.jar;C:\Program
Files\Java\jdk1.6.0\jre\lib\charsets.jar;C:\Program
Files\Java\jdk1.6.0\jre\classes;C:\Program Fi
les\Java\jdk1.6.0\jre\lib\ext\dnsns.jar;C:\Program
Files\Java\jdk1.6.0\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.6.0
\jre\lib\ext\sunjce_provider.jar;C:\Program
Files\Java\jdk1.6.0\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.6.0\jre\lib
\ext\sunpkcs11.jar
  Application Classpath   =
C:\Programs\netbeans\5.0rc1\platform6\lib\boot.jar;C:\Programs\netbeans\5.0rc1\platform6\lib\org-ope
nide-modules.jar;C:\Programs\netbeans\5.0rc1\platform6\lib\org-openide-util.jar;C:\Program
Files\Java\jdk1.6.0\lib\dt.jar;C:\Pro
gram Files\Java\jdk1.6.0\lib\tools.jar
  Startup Classpath       =
C:\Programs\netbeans\5.0rc1\platform6\core\core.jar;C:\Programs\netbeans\5.0rc1\platform6\core\org-o
penide-filesystems.jar;C:\Programs\netbeans\5.0rc1\nb5.0\core\org-netbeans-upgrader.jar;C:\Programs\netbeans\5.0rc1\nb5.0\core\l
ocale\core_nb.jar;C:\Programs\netbeans\5.0rc1\ide6\core\org-netbeans-modules-utilities-cli.jar
-------------------------------------------------------------------------------
Turning on modules:
        org.openide.util [6.8.1 200601101900]
        org.openide.modules [6.5.1 200601101900]
        org.openide.filesystems [6.4.1 200601101900]
        org.netbeans.api.debugger/1 [1.7.1 200601101900]
        org.netbeans.modules.queries/1 [1.7.1 200601101900]
        org.netbeans.modules.projectapi/1 [1.9.1 200601101900]
        org.openide.awt [6.7.1 200601101900]
        org.openide.dialogs [6.5.1 200601101900]
        org.openide.nodes [6.7.1 200601101900]
        org.openide.windows [6.5.1 200601101900]
        org.openide.options [6.4.1 200601101900]
        org.openide.text [6.9.1 200601101900]
        org.openide.explorer [6.5.1 1 200601101900]
        org.openide.actions [6.5.1 200601101900]
        org.openide.loaders [5.9.1 200601101900]
        org.netbeans.api.progress/1 [1.5.1 200601101900]
        org.netbeans.modules.projectuiapi/1 [1.13.1.5 5 200601101900]
        org.netbeans.modules.project.ant/1 [1.12.1 200601101900]
        org.netbeans.modules.websvc.jaxrpc16/1 [1.2.1 200601101900]
        org.netbeans.api.xml/1 [1.12.1 200601101900]
        org.netbeans.spi.navigator/1 [1.2.1 200601101900]
        org.openide.io [1.9.1 200601101900]
        org.netbeans.core.output2/1 [1.7.1.1 1 200601101900]
        org.netbeans.modules.xml.core/2 [1.11.1.4 4 200601101900]
        org.netbeans.modules.j2eeapis/1 [1.6.1 200601101900]
        org.netbeans.modules.xml.catalog/2 [1.10.1.4.4 4 200601101900]
        org.openide.execution [1.8.1 200601101900]
        org.netbeans.api.java/1 [1.10.1 200601101900]
        org.openide.src [1.8.1 200601101900]
        org.netbeans.bootstrap/1 [2.3.1 200601101900]
        org.netbeans.core.startup/1 [1.5.1 200601101900]
        org.netbeans.swing.plaf [1.5.1 200601101900]
        org.netbeans.core/2 [3.2.1.1 200601101900]
        org.netbeans.modules.settings/1 [1.10.1 200601101900]
        org.netbeans.spi.viewmodel/2 [1.9.1 200601101900]
        org.netbeans.api.debugger.jpda/2 [2.4.1 200601101900]
        org.netbeans.modules.java.platform/1 [1.7.1 200601101900]
        org.netbeans.modules.schema2beans/1 [1.14.1 200601101900]
        org.netbeans.modules.project.libraries/1 [1.13.1 200601101900]
        org.netbeans.modules.j2eeserver/4 [1.13.1 200601101900]
        org.jdesktop.layout/1 [1.3.1 1.0 200601101900]
        org.netbeans.modules.jmxri/1 [1.2.1 1 200601101900]
        org.netbeans.modules.javahelp/1 [2.8.1 200601101900]
        org.netbeans.modules.db/0 [1.16.1.3 3 200601101900]
        org.netbeans.libs.xerces/1 [1.8.1 2.6.2 200601101900]
        org.netbeans.modules.j2ee.sun.dd/1 [1.5.1 200601101900]
        org.netbeans.modules.j2ee.sun.appsrv/1 [1.3.1 1 200601101900]
        org.netbeans.modules.j2ee.dd/1 [1.7.1.2 2 200601101900]
        org.netbeans.modules.dbschema/1 [1.7.1.3.3 3 200601101900]
        org.netbeans.modules.j2ee.sun.ddui/1 [1.6.1 1 200601101900]
        org.netbeans.modules.derby [1.3.1 200601101900]
        org.netbeans.modules.j2ee.sun.appsrv81/1 [1.1.1.1.1 1 200601101900]
        org.netbeans.libs.formlayout/1 [1.2.1 1 200601101900]
        org.netbeans.modules.options.api/0 [1.3.1 200601101900]
        org.netbeans.core.execution/1 [1.9.1 200601101900]
        org.apache.tools.ant.module/3 [3.24.1.1 1 200601101900]
        org.netbeans.modules.ant.browsetask [1.11.1 200601101900]
        org.netbeans.swing.tabcontrol [1.6.1 200601101900]
        org.netbeans.core.windows/2 [2.7.1.1 200601101900]
        org.netbeans.modules.kjava [7.2 060112_1]
        javax.jmi.reflect/1 [1.7.1 200601101900]
        org.netbeans.jmi.javamodel/2 [1.21.1 200601101900]
        org.netbeans.api.mdr/1 [1.4.1 200601101900]
        org.netbeans.modules.classfile/1 [1.18.1 200601101900]
        javax.jmi.model/1 [1.7.1 200601101900]
        org.netbeans.modules.jmiutils/1 [1.5.1.2 2 200601101900]
        org.netbeans.modules.mdr/1 [1.5.1.2.2 2 200601101900]
        org.netbeans.modules.javacore/1 [1.18.1.2.2 200601101900]
        org.netbeans.modules.editor.errorstripe.api/1 [2.2.1.1 1 200601101900]
        org.netbeans.modules.java/1 [1.25.1.2.2.2 2 200601101900]
        org.netbeans.modules.java.navigation/1 [1.2.1 200601101900]
        org.openidex.util/3 [3.9.1 200601101900]
        org.netbeans.modules.favorites/1 [1.11.1 200601101900]
        org.netbeans.core.ui/1 [1.9.1 200601101900]
        org.netbeans.modules.masterfs/1 [1.7.1 200601101900]
        org.netbeans.modules.projectui [1.7.1.5 200601101900]
        org.netbeans.modules.java.project/1 [1.8.1 200601101900]
        org.netbeans.modules.refactoring/1 [1.15.1.3.2 3 200601101900]
        org.netbeans.modules.apisupport.ant [2.29.1 200601101900]
        org.netbeans.modules.editor.util/1 [1.8.1 200601101900]
        org.netbeans.modules.editor.mimelookup/1 [1.3.1 200601101900]
        org.netbeans.modules.editor.fold/1 [1.5.1 200601101900]
        org.netbeans.modules.editor.lib/1 [1.9.1.1 1 200601101900]
        org.netbeans.modules.debugger.jpda/2 [1.16.1 200601101900]
        org.netbeans.spi.debugger.ui/1 [2.8.1 200601101900]
        org.netbeans.modules.debugger.jpda.ui/1 [1.5.1 200601101900]
        org.netbeans.modules.debugger.jpda.ant [1.7.1 200601101900]
        org.netbeans.modules.xml.tax/2 [1.11.1.4.4 4 200601101900]
        org.netbeans.core.multiview/1 [1.8.1 200601101900]
        org.netbeans.modules.junit/2 [2.19.1 200601101900]
        org.netbeans.modules.apisupport.project [1.11.1.5.4 5 200601101900]
        org.netbeans.modules.apisupport.refactoring [1.2.1.5 200601101900]
        org.netbeans.api.web.webmodule [1.6.1 200601101900]
        org.netbeans.modules.j2ee.api.ejbmodule [1.4.1 200601101900]
        org.netbeans.modules.editor.settings/1 [1.4.1 200601101900]
        org.netbeans.modules.editor.settings.storage/1 [1.4.1 200601101900]
        org.netbeans.modules.autoupdate/1 [2.16.1 200601101900]
        org.netbeans.modules.kjava.j2meunit [1.1.5 060112_1]
        org.netbeans.libs.commons_logging/1 [1.3.1 1.0.4 200601101900]
        org.netbeans.modules.servletapi24/1 [2.6.1 2.4 200601101900]
        org.netbeans.modules.web.jspparser/2 [2.5.1 200601101900]
        org.netbeans.spi.palette/0 [1.5.1 200601101900]
        org.netbeans.modules.xml.multiview/1 [1.4.1.2 2 200601101900]
        org.netbeans.modules.editor/3 [1.26.1.1 200601101900]
        org.netbeans.modules.editor.completion/1 [1.6.1 200601101900]
        org.netbeans.modules.editor.structure/1 [1.11.1.1 1 200601101900]
        org.netbeans.modules.xml.text/2 [1.11.1.4.4 4 200601101900]
        org.netbeans.modules.editor.plain.lib/1 [1.3.1 200601101900]
        org.netbeans.modules.java.editor.lib/1 [1.4.1 200601101900]
        org.netbeans.modules.html.editor.lib/1 [1.4.1 200601101900]
        org.netbeans.modules.html.editor/1 [1.4.1 200601101900]
        org.netbeans.modules.editor.codetemplates/1 [1.2.1 200601101900]
        org.netbeans.modules.java.editor/1 [1.4.1 200601101900]
        org.netbeans.modules.web.core.syntax/1 [1.22.1 200601101900]
        org.netbeans.modules.web.core/1 [1.25.1.42.2 42 200601101900]
        org.netbeans.modules.j2ee.common/1 [1.4.1 200601101900]
        org.netbeans.modules.web.struts/1 [1.2.1.1 1 200601101900]
        org.netbeans.tasklistapi/1 [1.20.1.7 7 200601101900]
        org.netbeans.modules.tasklist.core/2 [1.37.1.16.7 16 200601101900]
        org.netbeans.modules.suggestions_framework/2 [1.15.1.9.16.7 9 200601101900]
        org.netbeans.modules.tasklist.docscan/2 [1.23.1.9.16.7 200601101900]
        org.netbeans.modules.extbrowser/1 [1.9.1 200601101900]
        org.netbeans.modules.websvc.clientapi [1.4.1 200601101900]
        org.netbeans.modules.java.j2seproject [1.6.1.42 42 200601101900]
        org.netbeans.modules.servletapi/1 [1.9.1 200601101900]
        org.netbeans.modules.kjava.j2meplatform [1.1.5 060112_1]
        org.netbeans.modules.kjava.antext [1.1.6 060112_1]
        org.netbeans.modules.kjava.j2meproject [1.1.6 060112_1]
        org.netbeans.modules.kjava.examples/1 [1.1.5 060112_1]
        org.netbeans.modules.websvc.registry [1.3.1 200601101900]
        org.netbeans.modules.j2ee.dd.webservice [1.3.1 200601101900]
        org.netbeans.modules.websvc.websvcapi [1.4.1 200601101900]
        org.netbeans.modules.web.project [1.4.1 200601101900]
        org.netbeans.modules.web.jstl11/1 [2.6.1 1.1.2 200601101900]
        org.netbeans.modules.db.core [1.2.1 200601101900]
        org.netbeans.modules.db.sql.editor [1.2.1.3 200601101900]
        org.netbeans.modules.j2ee.platform/1 [1.3.1 200601101900]
        org.netbeans.modules.websvc.core [1.5.1.1.4 1 200601101900]
        org.netbeans.modules.j2ee.refactoring/1 [1.5.1.42.1 200601101900]
        org.netbeans.modules.deployment.webdav [1.0.4 060112_1]
        org.netbeans.modules.deployment.sonyericsson [1.0.3 060112_1]
        org.netbeans.modules.kjava.emulators [1.1.5 060112_1]
        org.netbeans.modules.editor.plain/1 [1.3.1 200601101900]
        org.netbeans.modules.kjava.j2meplatform.catalog/1 [1.0.1 060112_1]
        org.netbeans.modules.web.jsf/1 [1.2.1.1 1 200601101900]
        org.netbeans.modules.utilities/1 [1.21.1 200601101900]
        org.netbeans.modules.utilities.project/1 [1.5.1 200601101900]
        org.netbeans.modules.ant.freeform/1 [1.10.1 200601101900]
        org.netbeans.modules.java.freeform/1 [1.5.1 200601101900]
        org.netbeans.modules.versioning/1 [1.3.1.1 1 060123]
        org.netbeans.modules.ant.grammar/1 [1.14.1 200601101900]
        org.netbeans.modules.editor.bookmarks/1 [1.3.1 200601101900]
        org.netbeans.modules.form/2 [1.19.1 1 200601101900]
        org.netbeans.modules.properties/1 [1.17.1 200601101900]
        org.netbeans.modules.i18n/1 [1.20.1 200601101900]
        org.netbeans.modules.i18n.form/2 [1.18.1 200601101900]
        org.netbeans.modules.j2ee.jboss4/1 [1.4.1 200601101900]
        org.netbeans.modules.j2ee.ant [1.7.1 200601101900]
        org.netbeans.modules.editor.hints/1 [1.9.1.1 1 200601101900]
        org.netbeans.modules.java.hints/1 [1.10.1.1 1 200601101900]
        org.netbeans.modules.clazz/1 [1.19.1 200601101900]
        org.netbeans.modules.kjava.editor [1.1.5 060112_1]
        org.netbeans.modules.mvd [1.0.5 060112_1]
        org.netbeans.modules.vmd.components.nbmidp [1.0.3 060112_1]
        org.netbeans.modules.e2e.end2end/1 [1.0.3 060112_1]
        org.netbeans.modules.updatecenters/1 [1.6.1 200601101900]
        org.netbeans.modules.defaults/1 [1.2.1 200601101900]
        org.netbeans.modules.tomcat5/1 [1.7.1 200601101900]
        org.netbeans.modules.j2ee.ejbcore [1.4.1 200601101900]
        org.netbeans.modules.j2ee.ddloaders/1 [1.6.1.2.2 200601101900]
        org.netbeans.modules.j2ee.ejbjarproject [1.4.1 200601101900]
        org.netbeans.modules.j2ee.earproject [1.5.1 200601101900]
        org.netbeans.modules.editor.errorstripe/2 [2.2.1.1.1 1 200601101900]
        org.netbeans.modules.httpserver/2 [2.5.1.42 42 200601101900]
        org.netbeans.modules.kjava.j2mejavahelp/1 [1.1.6 060112_1]
        org.netbeans.core.ide/1 [1.9.1 200601101900]
        org.netbeans.modules.options.editor/1 [1.2.1 200601101900]
        org.netbeans.modules.j2ee.debug/1 [1.3.1 200601101900]
        org.netbeans.modules.web.examples/1 [1.5.1 200601101900]
        org.netbeans.modules.j2ee.blueprints/1 [1.9.1 200601101900]
        org.netbeans.modules.javadoc/1 [1.18.1 200601101900]
        org.netbeans.modules.usersguide/1 [1.19.1 200601101900]
        org.netbeans.modules.ant.debugger/1 [1.7.1.1 200601101900]
        org.netbeans.libs.jsch/1 [1.4.1 0.1.24 200601101900]
        org.netbeans.modules.deployment.ftpscp [1.0.4 060112_1]
        org.netbeans.modules.e2e.jsr172 [1.0.3 060112_1]
        org.netbeans.modules.j2ee.weblogic9/1 [1.4.1 200601101900]
        org.netbeans.lib.cvsclient/1 [1.14.1 200601101900]
        org.netbeans.modules.beans/1 [1.17.1 200601101900]
        org.netbeans.modules.xml.schema/1 [1.11.1.4 200601101900]
        org.netbeans.modules.xml.tools/2 [1.11.1.4.4.4 4 200601101900]
        org.netbeans.modules.websvc.dev/1 [1.5.1.1 200601101900]
        org.netbeans.modules.java.examples/1 [1.5.1 200601101900]
        org.netbeans.modules.welcome/1 [1.10.1 200601101900]
        org.netbeans.modules.web.freeform [1.4.1 200601101900]
        org.netbeans.modules.css/2 [1.11.1 200601101900]
        org.netbeans.modules.apisupport.feedreader/1 [1.2.1 200601101900]
        org.netbeans.modules.xsl/1 [1.11.1.4 200601101900]
        org.netbeans.modules.j2ee.genericserver [1.4.1 200601101900]
        org.netbeans.modules.diff/1 [1.15.1.42 42 200601101900]
        org.netbeans.modules.web.debug/1 [2.8.1 200601101900]
        org.netbeans.modules.j2ee.ejbfreeform [1.6.1 200601101900]
        org.netbeans.upgrader [4.5.1 200601101900]
        org.netbeans.modules.web.monitor/1 [1.15.1 200601101900]
        org.netbeans.modules.html/1 [1.19.1 200601101900]
        org.netbeans.modules.properties.syntax/1 [1.17.1 200601101900]
        org.netbeans.modules.tomcat5.bundled/1 [1.6.1 200601101900]
        org.netbeans.modules.java.j2seplatform/1 [1.6.1.2 2 200601101900]
        org.netbeans.modules.image/1 [1.17.1 200601101900]
        org.netbeans.modules.versioning.system.cvss/1 [1.7.1.1.42.1 1 060123]
        org.netbeans.modules.kjava.obfuscators.proguard [1.1.5 060112_1]
CVS listeners: listeners:
[org.netbeans.modules.versioning.system.cvss.FileStatusProvider@6dfd4d]
====
initialized
running
finished running
C:/Iwan/stgames/Mong
CVS Firing: C:\Iwan\stgames\Thumbs.db
CVS Firing: C:\Iwan\stgames\.cvsignore
CVS Firing: C:\Iwan\stgames\Sticktail Games - Business Proposition.pdf
CVS Firing: C:\Iwan\stgames\Sticktail Games - Business Proposition.doc
CVS Firing: C:\Iwan\stgames\Issues van Mong.doc
CVS listeners: listeners:
[org.netbeans.modules.versioning.system.cvss.FileStatusProvider@6dfd4d,
org.netbeans.modules.versionin
g.system.cvss.ui.syncview.SynchronizePanel[,0,0,0x0,invalid,layout=java.awt.GridBagLayout,alignmentX=0.0,alignmentY=0.0,border=,
flags=265,maximumSize=,minimumSize=,preferredSize=]]
====
CVS VV ctx: null
CVS VV ctx: CVS Context
Root files:
C:\Iwan\stgames\Mong
Filtered files:
C:\Iwan\stgames\Mong\.cvsignore
Excluded files: C:\Iwan\stgames\Mong\src
C:\Iwan\stgames\Mong\build.xml
C:\Iwan\stgames\Mong\doc
C:\Iwan\stgames\Mong\nbproject
C:\Iwan\stgames\Mong\MongTasks.ics
Allocated at: java.lang.RuntimeException
        at
org.netbeans.modules.versioning.system.cvss.util.Context.<init>(Context.java:39)
        at
org.netbeans.modules.versioning.system.cvss.util.Utils.getProjectsContext(Utils.java:241)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.status.StatusProjectsAction.async(StatusProjectsAction.java:87
)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.status.StatusProjectsAction.access$000(StatusProjectsAction.ja
va:35)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.status.StatusProjectsAction$1.run(StatusProjectsAction.java:69
)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
/CVS Context

CVS VV ctx: CVS Context
Root files:
C:\Iwan\stgames\Mong
Filtered files:
C:\Iwan\stgames\Mong\.cvsignore
Excluded files: C:\Iwan\stgames\Mong\src
C:\Iwan\stgames\Mong\build.xml
C:\Iwan\stgames\Mong\doc
C:\Iwan\stgames\Mong\nbproject
C:\Iwan\stgames\Mong\MongTasks.ics
Allocated at: java.lang.RuntimeException
        at
org.netbeans.modules.versioning.system.cvss.util.Context.<init>(Context.java:39)
        at
org.netbeans.modules.versioning.system.cvss.util.Utils.getCurrentContext(Utils.java:82)
        at
org.netbeans.modules.versioning.system.cvss.util.Utils.getCurrentContext(Utils.java:100)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.AbstractSystemAction.getContext(AbstractSystemAction.java:244)

        at
org.netbeans.modules.versioning.system.cvss.ui.actions.AbstractSystemAction.enable(AbstractSystemAction.java:64)
        at org.openide.util.actions.NodeAction.isEnabled(NodeAction.java:170)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.AbstractSystemAction.isEnabled(AbstractSystemAction.java:71)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.SystemActionBridge.isEnabled(SystemActionBridge.java:54)
        at javax.swing.AbstractAction.setEnabledFromAction(AbstractAction.java:85)
        at
javax.swing.AbstractButton.configurePropertiesFromAction(AbstractButton.java:1130)
        at javax.swing.JMenuItem.configurePropertiesFromAction(JMenuItem.java:344)
        at javax.swing.AbstractButton.setAction(AbstractButton.java:1072)
        at javax.swing.JMenuItem.<init>(JMenuItem.java:117)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.ProjectCvsMenuItem$CvsProjectMenuItems.setSelected(ProjectCvsM
enuItem.java:154)
        at javax.swing.JMenu.menuSelectionChanged(JMenu.java:1170)
        at
javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:89)
        at
javax.swing.plaf.basic.BasicMenuUI$Handler.mouseEntered(BasicMenuUI.java:496)
        at
javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseEntered(BasicMenuUI.java:348)
        at
com.sun.java.swing.plaf.windows.WindowsMenuUI$WindowsMouseInputHandler.mouseEntered(WindowsMenuUI.java:170)
        at java.awt.Component.processMouseEvent(Component.java:5964)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3282)
        at java.awt.Component.processEvent(Component.java:5720)
        at java.awt.Container.processEvent(Container.java:1960)
        at java.awt.Component.dispatchEventImpl(Component.java:4365)
        at java.awt.Container.dispatchEventImpl(Container.java:2018)
        at java.awt.Component.dispatchEvent(Component.java:4195)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4222)
        at java.awt.LightweightDispatcher.trackMouseEnterExit(Container.java:4011)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3868)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3816)
        at java.awt.Container.dispatchEventImpl(Container.java:2004)
        at java.awt.Window.dispatchEventImpl(Window.java:2210)
        at java.awt.Component.dispatchEvent(Component.java:4195)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
        at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
/CVS Context

CVS VV ctx: CVS Context
Root files:
C:\Iwan\stgames\Mong
Filtered files:
C:\Iwan\stgames\Mong\.cvsignore
Excluded files: C:\Iwan\stgames\Mong\src
C:\Iwan\stgames\Mong\build.xml
C:\Iwan\stgames\Mong\doc
C:\Iwan\stgames\Mong\nbproject
C:\Iwan\stgames\Mong\MongTasks.ics
Allocated at: java.lang.RuntimeException
        at
org.netbeans.modules.versioning.system.cvss.util.Context.<init>(Context.java:39)
        at
org.netbeans.modules.versioning.system.cvss.util.Utils.getCurrentContext(Utils.java:82)
        at
org.netbeans.modules.versioning.system.cvss.util.Utils.getCurrentContext(Utils.java:100)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.AbstractSystemAction.getContext(AbstractSystemAction.java:244)

        at
org.netbeans.modules.versioning.system.cvss.ui.actions.AbstractSystemAction.enable(AbstractSystemAction.java:64)
        at org.openide.util.actions.NodeAction.isEnabled(NodeAction.java:170)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.AbstractSystemAction.isEnabled(AbstractSystemAction.java:71)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.SystemActionBridge.isEnabled(SystemActionBridge.java:54)
        at javax.swing.AbstractAction.setEnabledFromAction(AbstractAction.java:85)
        at
javax.swing.AbstractButton.configurePropertiesFromAction(AbstractButton.java:1130)
        at javax.swing.JMenuItem.configurePropertiesFromAction(JMenuItem.java:344)
        at javax.swing.AbstractButton.setAction(AbstractButton.java:1072)
        at javax.swing.JMenuItem.<init>(JMenuItem.java:117)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.ProjectCvsMenuItem$CvsProjectMenuItems.setSelected(ProjectCvsM
enuItem.java:154)
        at javax.swing.JMenu.menuSelectionChanged(JMenu.java:1170)
        at
javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:89)
        at
javax.swing.plaf.basic.BasicMenuUI$Handler.mouseEntered(BasicMenuUI.java:496)
        at
javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseEntered(BasicMenuUI.java:348)
        at
com.sun.java.swing.plaf.windows.WindowsMenuUI$WindowsMouseInputHandler.mouseEntered(WindowsMenuUI.java:170)
        at java.awt.Component.processMouseEvent(Component.java:5964)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3282)
        at java.awt.Component.processEvent(Component.java:5720)
        at java.awt.Container.processEvent(Container.java:1960)
        at java.awt.Component.dispatchEventImpl(Component.java:4365)
        at java.awt.Container.dispatchEventImpl(Container.java:2018)
        at java.awt.Component.dispatchEvent(Component.java:4195)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4222)
        at java.awt.LightweightDispatcher.trackMouseEnterExit(Container.java:4011)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3868)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3816)
        at java.awt.Container.dispatchEventImpl(Container.java:2004)
        at java.awt.Window.dispatchEventImpl(Window.java:2210)
        at java.awt.Component.dispatchEvent(Component.java:4195)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
        at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
/CVS Context

C:/Iwan/stgames/Mong
CVS Firing: C:\Iwan\stgames\Mong\src\com\stgames\mong\MongSpace.java
CVS VV Event:C:\Iwan\stgames\Mong\src\com\stgames\mong\MongSpace.java
CVS     rejected!
CVS Firing: C:\Iwan\stgames\Mong\src\com\stgames\mong\MongMIDlet.java
CVS VV Event:C:\Iwan\stgames\Mong\src\com\stgames\mong\MongMIDlet.java
CVS     rejected!
CVS Firing: C:\Iwan\stgames\Mong\src\com\stgames\mong\MongCanvas.java
CVS VV Event:C:\Iwan\stgames\Mong\src\com\stgames\mong\MongCanvas.java
CVS     rejected!
CVS Firing: C:\Iwan\stgames\Mong\src\com\stgames\mong\MongMIDlet.mvd
CVS VV Event:C:\Iwan\stgames\Mong\src\com\stgames\mong\MongMIDlet.mvd
CVS     rejected!
CVS Firing: C:\Iwan\stgames\Mong\src\res
CVS VV Event:C:\Iwan\stgames\Mong\src\res
CVS     rejected!
CVS VV ctx: CVS Context
Root files:
C:\Iwan\stgames\Mong\src\com\stgames\mong
Filtered files:
C:\Iwan\stgames\Mong\src\com\stgames\mong
Excluded files: Allocated at: java.lang.RuntimeException
        at
org.netbeans.modules.versioning.system.cvss.util.Context.<init>(Context.java:39)
        at
org.netbeans.modules.versioning.system.cvss.util.Utils.getCurrentContext(Utils.java:82)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.ignore.IgnoreAction.getActionStatus(IgnoreAction.java:50)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.ignore.IgnoreAction.enable(IgnoreAction.java:79)
        at
org.openide.util.actions.NodeAction$DelegateAction.resultChanged(NodeAction.java:560)
        at
org.openide.util.actions.NodeAction$DelegateAction.<init>(NodeAction.java:506)
        at
org.openide.util.actions.NodeAction.createContextAwareInstance(NodeAction.java:306)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.SystemActionBridge.createAction(SystemActionBridge.java:38)
        at
org.netbeans.modules.versioning.system.cvss.Annotator.getActions(Annotator.java:417)
        at
org.netbeans.modules.versioning.system.cvss.ui.actions.CvsCommandsMenuItem$CvsContextCommandsMenuItem$CvsMenuItem.set
Selected(CvsCommandsMenuItem.java:84)
        at javax.swing.JMenu.menuSelectionChanged(JMenu.java:1170)
        at
javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:89)
        at
javax.swing.plaf.basic.BasicMenuUI$Handler.mouseEntered(BasicMenuUI.java:496)
        at
javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseEntered(BasicMenuUI.java:348)
        at
com.sun.java.swing.plaf.windows.WindowsMenuUI$WindowsMouseInputHandler.mouseEntered(WindowsMenuUI.java:170)
        at java.awt.Component.processMouseEvent(Component.java:5964)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3282)
        at java.awt.Component.processEvent(Component.java:5720)
        at java.awt.Container.processEvent(Container.java:1960)
        at java.awt.Component.dispatchEventImpl(Component.java:4365)
        at java.awt.Container.dispatchEventImpl(Container.java:2018)
        at java.awt.Component.dispatchEvent(Component.java:4195)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4222)
        at java.awt.LightweightDispatcher.trackMouseEnterExit(Container.java:4011)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3868)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3816)
        at java.awt.Container.dispatchEventImpl(Container.java:2004)
        at java.awt.Window.dispatchEventImpl(Window.java:2210)
        at java.awt.Component.dispatchEvent(Component.java:4195)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
        at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
/CVS Context

Iwan
Comment 42 _ pkuzel 2006-01-25 11:11:11 UTC
Look at the action context:
> CVS VV ctx: CVS Context
> Root files:
> C:\Iwan\stgames\Mong
> Filtered files:
> C:\Iwan\stgames\Mong\.cvsignore
> Excluded files: C:\Iwan\stgames\Mong\src
> C:\Iwan\stgames\Mong\build.xml
> C:\Iwan\stgames\Mong\doc
> C:\Iwan\stgames\Mong\nbproject
> C:\Iwan\stgames\Mong\MongTasks.ics

It covers "C:\Iwan\stgames\Mong\.cvsignore" only. 

It probably does not matter but what's in your .cvsignore?
Comment 43 _ pkuzel 2006-01-25 16:02:52 UTC
Yet another verbose build send.

For me it looks like broken project metadata, project do not recognize it's own
files (even build.xml).
Comment 44 ieising 2006-01-26 13:04:28 UTC
The contents of my .cvsignore is just one line:

.nbintdb

That's all there is in it.

Iwan
Comment 45 _ pkuzel 2006-01-26 13:16:23 UTC
It's OK.
Comment 46 Maros Sandor 2007-01-10 13:55:11 UTC
Quite obsolete data here. Guys, if you can still reproduce it *IN 6.0 or 5.5
BUILDS* please reopen and we will track and fix this to 6.0, closing for now.
Comment 47 ieising 2007-01-11 08:04:10 UTC
I haven't been able to reproduce it, so from my part it is fixed.

Iwan