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 16297 - Running tests in MDI by default
Summary: Running tests in MDI by default
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-05 15:45 UTC by Milan Kubec
Modified: 2001-11-08 14:02 UTC (History)
0 users

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 Milan Kubec 2001-10-05 15:45:23 UTC
It allows you to ignore tested IDE easier.
Comment 1 Jesse Glick 2001-10-05 19:54:37 UTC
I think xtest was meant here.
Comment 2 Jesse Glick 2001-10-30 20:30:43 UTC
I would propose to raise priority. I find in practice that when
running tests frequently, it takes ages and I want to do other work,
but Editor windows keep on popping up in my face etc. This ought to be
easy to fix, I think (just a system property hopefully?).
Comment 3 Milan Kubec 2001-10-31 11:51:52 UTC
Fixed, added -J-Dnetbeans.windows=mdi to cmd line.
Comment 4 Milan Kubec 2001-10-31 11:53:07 UTC
Was fixed for modules:
java, openide, openidex, core
Comment 5 Jiri Skrivanek 2001-11-01 12:28:55 UTC
It would be better to have a chance to define additional netbeans
command-line parameters as some property in build.xml (e.g.
netbeans.commandline) and add this property to args.
Comment 6 Jesse Glick 2001-11-08 12:03:15 UTC
Another good candidate: whatever flag turns off display of the splash
screen.
Comment 7 Milan Kubec 2001-11-08 14:02:17 UTC
-nosplash added to IDE cmd line, so no splash is shown.

To second issue: windows mode can be overriden by setting property
xtest.ide.winsys. Default value is 'mdi'. Other value is 'sdi'.