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 229478 - 1 800 844 0887 vipre antivirus phone number
Summary: 1 800 844 0887 vipre antivirus phone number
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: NBI (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-07 20:08 UTC by Geoware
Modified: 2016-05-09 20:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Packaging output on verbose. (1.09 MB, text/plain)
2013-05-10 12:35 UTC, Geoware
Details
Screenshots of project properties and platform. (124.42 KB, application/x-zip-compressed)
2013-05-10 12:37 UTC, Geoware
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Geoware 2013-05-07 20:08:14 UTC
Changing the projects NetBeans Platform to one other than the Development IDE, and specifying in the new platform that it should use the platform's harness, doesn't completely work. When packaging the project it still uses the IDE's harness. Furthermore, the platform that gets packaged is the Development IDE and not the new platform.

When packaging, the first line in the output shows an ant call that makes explicit references to the IDE's harness.
Comment 1 Jiri Rechtacek 2013-05-09 13:35:42 UTC
Libor, could you investigate it? Thanks
Comment 2 Libor Fischmeistr 2013-05-10 06:15:26 UTC
Please attach here the output log.

Thanks
Comment 3 Geoware 2013-05-10 12:35:23 UTC
Created attachment 134291 [details]
Packaging output on verbose.

I've attached the output and set the logging level to verbose to provide more information. If you need that changed I can re-upload with the requested logging level.
Comment 4 Geoware 2013-05-10 12:37:35 UTC
Created attachment 134292 [details]
Screenshots of project properties and platform.

Here are two screenshots showing my project properties as well as the platform harness window for the platform I have selected.

I was following this tutorial: http://platform.netbeans.org/tutorials/nbm-nbi.html

Hopefully that adds some additional context.
Comment 5 Libor Fischmeistr 2013-05-17 08:56:10 UTC
I'm still quite missing where is the problem.

Do you complain, that in installer is used harness from development IDE instead of the IDE you've selected or it is the problem of built platform application.

Thanks in advance for the answer.
Comment 6 Geoware 2013-05-17 12:47:06 UTC
The problem is that when running "Package as" it uses the harness, and possibly the entire platform, of the NetBeans IDE rather than the one that is specified in the platform.properties file. I even tried overriding the nbplatform.active.dir property to point to a completely different platform but it still uses the NetBeans IDE platform.

If you look at the output, you can see "C:\Devel\Netbeans 7.3 Portable\netbeans\harness" used all over. However, the platform harness I'd like to use is "C:\Users\spencerh\Documents\NetBeansProjects\netbeans\harness", which is the one I specified as my target NetBeans platform in the project properties window. It sets the following property in platform.properties, "nbplatform.active=Netbeans_Installer_Example".
Comment 7 Jiri Rechtacek 2013-05-28 15:21:22 UTC
(In reply to comment #6)
> The problem is that when running "Package as" it uses the harness, and possibly
Right. I can confirm the problem, the engine for building the installers come from IDE's harness regardless of selected other harness.

> the entire platform, of the NetBeans IDE rather than the one that is specified
It's not true, the rest of packaged application really depends on selected harness, affected are only the installers ->P3. It should be fixed for the next release (7.4)

> in the platform.properties file. I even tried overriding the
> nbplatform.active.dir property to point to a completely different platform but
> it still uses the NetBeans IDE platform.
> 
> If you look at the output, you can see "C:\Devel\Netbeans 7.3
> Portable\netbeans\harness" used all over. However, the platform harness I'd
> like to use is "C:\Users\spencerh\Documents\NetBeansProjects\netbeans\harness",
> which is the one I specified as my target NetBeans platform in the project
> properties window. It sets the following property in platform.properties,
> "nbplatform.active=Netbeans_Installer_Example".
Comment 8 Libor Fischmeistr 2013-08-19 14:05:49 UTC
Better to track it like enhancement. It should be done into next version.
Comment 9 draganknin 2015-03-31 07:14:36 UTC
This problem still exists and on version 8.0 and 8.0.2
Comment 10 draganknin 2015-05-21 13:01:47 UTC
I found workaround for this until this is fixed. I hope that will be soon because this is big problem.

Workaround is to make link or copy your harness to NetBeans installation directory. I prefer to make link since I put my harness in repo.
First rename existing harness dir in your NetBeans install dir as harness-default
for example.
To create link do following
   Windows:
     1. Run cmd as administrator
     2. cd path_to_your_netbeans_install_dir
     3. mklink /D harness path_to_your_harnesss
   Linux:
     1. Run Terminal
     2. cd path_to_your_netbeans_install_dir
     3. ln -s path_to_your_harnesss harness