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 44885 - Warning: use of system property netbeans.home in Autoupdate client
Summary: Warning: use of system property netbeans.home in Autoupdate client
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 44886 (view as bug list)
Depends on:
Blocks: 44282
  Show dependency tree
 
Reported: 2004-06-15 16:12 UTC by Lukas Hasik
Modified: 2006-03-24 10:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch (29.88 KB, patch)
2004-06-28 16:47 UTC, Jiri Rechtacek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2004-06-15 16:12:43 UTC
[200406141800]

warning in console after 'Restart the IDE'
Comment 1 Lukas Hasik 2004-06-22 14:47:35 UTC
fix-in-40
Comment 2 Jiri Rechtacek 2004-06-28 16:47:34 UTC
Created attachment 16046 [details]
proposed patch
Comment 3 Jiri Rechtacek 2004-06-28 16:50:34 UTC
I have attached the patch which removes the using {netbeans.home} from
Autoupdate client and also removes some useless methods. I'm going to
integrate it next week after J1.
Comment 4 Jiri Rechtacek 2004-06-28 17:02:07 UTC
Jardo, please review if interested. Thnaks
Comment 5 Jiri Rechtacek 2004-06-29 09:54:58 UTC
*** Issue 44886 has been marked as a duplicate of this issue. ***
Comment 6 Jiri Rechtacek 2004-07-02 10:32:09 UTC
Checking in
autoupdate/src/org/netbeans/modules/autoupdate/AutoUpdateModule.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/AutoUpdateModule.java,v
 <--  AutoUpdateModule.java
new revision: 1.31; previous revision: 1.30
done
Checking in
autoupdate/src/org/netbeans/modules/autoupdate/Autoupdater.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/Autoupdater.java,v
 <--  Autoupdater.java
new revision: 1.50; previous revision: 1.49
done
Checking in
autoupdate/src/org/netbeans/modules/autoupdate/Downloader.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/Downloader.java,v
 <--  Downloader.java
new revision: 1.36; previous revision: 1.35
done
Checking in
autoupdate/src/org/netbeans/modules/autoupdate/ModuleUpdate.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/ModuleUpdate.java,v
 <--  ModuleUpdate.java
new revision: 1.54; previous revision: 1.53
done
Checking in
autoupdate/src/org/netbeans/modules/autoupdate/PatchChecker.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/PatchChecker.java,v
 <--  PatchChecker.java
new revision: 1.11; previous revision: 1.10
done
Checking in
autoupdate/src/org/netbeans/modules/autoupdate/PreparedModules.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/PreparedModules.java,v
 <--  PreparedModules.java
new revision: 1.8; previous revision: 1.7
done
Checking in
autoupdate/src/org/netbeans/modules/autoupdate/SignVerifier.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/SignVerifier.java,v
 <--  SignVerifier.java
new revision: 1.27; previous revision: 1.26
done
Processing log script arguments...
More commits to come...
Checking in core/bootstrap/src/org/netbeans/TopSecurityManager.java;
/cvs/core/bootstrap/src/org/netbeans/TopSecurityManager.java,v  <-- 
TopSecurityManager.java
new revision: 1.14; previous revision: 1.13
done
Comment 7 Lukas Hasik 2004-07-08 11:11:36 UTC
[200407071800] - verified