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 130417 - let the user specify which ct errors should be ignored...
Summary: let the user specify which ct errors should be ignored...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: ClearCase (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-18 15:51 UTC by Tomas Stupka
Modified: 2015-11-13 10:18 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2008-03-18 15:51:07 UTC
it might happen that harmless output from the cleartools error stream will generate a lot of annoying popups. As it is
impossible to find oput which to ignore and which not we should consider a way how a user could specify which errors
should be ingored.

taken from issue #130393

...
As a temporary fix I've just been told that this is the result of a bad trigger somewhere and to ignore it...

Perhaps the ability to suppress cleartool errors as an option somewhere?  Or a "Ignore this error from now on" type of
dialog as my files are being checked in with no problems, it's just an annoyance with that window popping up at every
check in.
...
Comment 1 Tomas Stupka 2008-03-20 21:40:00 UTC
no more time to do this properly in the options dialog for 6.1

i added a cmd line switch "org.netbeans.modules.clearcase=suppressMessages=[file]"
pointing to a file with regexp patterns for which should be the error popups suppressed 

each pattern should specified on a new line


Comment 2 asavis 2015-11-13 09:52:52 UTC
How do I specify the command line switch?

I need to suppress the below warnings during uncheckout 

cleartool: Warning: This uncheckout left only version zero on branch ...


Thanks
Comment 3 Tomas Stupka 2015-11-13 10:18:58 UTC
(In reply to asavis from comment #2)
> How do I specify the command line switch?
oops, there is a typo in the previous comment ...

you have to start netbeans from the command line and add as an argument
-J-Dorg.netbeans.modules.clearcase.suppressMessages=[file_path]
(see also http://wiki.netbeans.org/FaqStartupParameters)

file_path should then contain in each a line a pattern matching with the message to be suppressed