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 62831 - Add system property to bypass license check
Summary: Add system property to bypass license check
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks: 62158
  Show dependency tree
 
Reported: 2005-08-23 09:36 UTC by mslama
Modified: 2008-12-22 20:00 UTC (History)
2 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 mslama 2005-08-23 09:36:47 UTC
When system property 'netbeans.skip_license_check' is non null do not perform
license check ie. user need not accept license - license dialog is not displayed.
-J-Dnetbeans.skip_license_check=true
Comment 1 mslama 2005-08-23 11:44:24 UTC
Fixed in main trunk.

Modified:
/cvs/core/arch/arch-core-launcher.xml
new revision: 1.33; previous revision: 1.32

/cvs/core/startup/src/org/netbeans/core/startup/Main.java
new revision: 1.5; previous revision: 1.4
Comment 2 mslama 2005-08-29 13:43:36 UTC
It was decided to remove this property so I am going to rollback this fix.
Comment 3 mslama 2005-08-29 13:47:48 UTC
Fix removed.

Modified:
/cvs/core/arch/arch-core-launcher.xml
new revision: 1.35; previous revision: 1.34

/cvs/core/startup/src/org/netbeans/core/startup/Main.java
new revision: 1.6; previous revision: 1.5
Comment 4 Jaromir Uhrik 2006-01-16 15:45:27 UTC
Marking this issue as VERIFIED since the issue reporter == issue owner.