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 171809 - Address SS registration and AU counting issues in NB6.8
Summary: Address SS registration and AU counting issues in NB6.8
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 12:08 UTC by Leonid Lenyashin
Modified: 2009-11-09 08:38 UTC (History)
2 users (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 Leonid Lenyashin 2009-09-09 12:08:30 UTC
NB6.8 is becoming Sun Studio IDE of choice. So we need to have no regressions in:
- registration
- AU counting
The 1st looks simple - we can just ignore it. As it is only important to register SS as a product if any of tools like
compilers or dmake are used the registration process will be triggered.
AU counting is trickier. 'sunstudio' script used to be an originator of AUC request. But since user can simply download
NB6.8 and use it as Sun Studio IDE this way does not work anymore. In the time we can not count all CND users as SS IDE
users. So I'd suggest to count only CND users who uses SS toolchain. It does make good sense to me since if we see SS
toolchain being used ten we can find the binary utility that does AU notification and just invoke it with an appropriate
token.
More specifics to come from Igor.
Comment 1 Quality Engineering 2009-11-03 15:04:00 UTC
Integrated into 'main-golden', will be available in build *200911031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6cf5df7ab651
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing IZ#171809: Address SS registration and AU counting issues in NB6.8
- some preparation
Comment 2 Quality Engineering 2009-11-06 10:02:41 UTC
Integrated into 'main-golden', will be available in build *200911060201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c2ce4c8ab39b
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing IZ#171809: Address SS registration and AU counting issues in NB6.8
Comment 3 Vladimir Voskresensky 2009-11-09 08:38:21 UTC
Fixed IZ#171809 - Address SS registration and AU counting issues in NB6.8
fixed
Changeset: f0c35c568a51