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 60177 - Install/Reload in Target Platform doesn't work in Windows 2003
Summary: Install/Reload in Target Platform doesn't work in Windows 2003
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: PC Other
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-17 06:28 UTC by hongweid
Modified: 2006-01-16 13:14 UTC (History)
0 users

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 hongweid 2005-06-17 06:28:55 UTC
On a Netbeans plug-in modules project, when do task:
'Install/Reload in Target Platform'

'run' task won't go because of:
---
...

Current OS is Windows 2003
This OS, Windows 2003 was not found in the specified list of valid OSes: Windows
NT Windows 95 Windows 98 Windows 2000 Windows XP
Current OS is Windows 2003
This OS, Windows 2003 was not found in the specified list of valid OSes: Linux
SunOS Solaris
Current OS is Windows 2003
This OS, Windows 2003 was not found in the specified list of valid OSes: Mac OS X
Exiting D:\my-project\gannroc\build.xml. 
----

Resolve:

add 'Windows 2003'supporting to $NB_HOME\harness\build.xml

 <target name="run" depends="netbeans">
...
        <exec os="Windows NT Windows 95 Windows 98 Windows 2000 Windows XP
Windows 2003" executable="${install}\${run.app.exe}" failonerror="yes">
 ...
Comment 1 Jesse Glick 2005-06-17 12:23:22 UTC
OK, can fix.
Comment 2 Jesse Glick 2005-06-20 20:27:48 UTC
committed   * Up-To-Date  1.8         apisupport/harness/harness-build.xml
committed   * Up-To-Date  1.689       nbbuild/build.xml
Comment 3 Tomas Danek 2006-01-13 15:33:03 UTC
hongweid, could you verify the fix please?? we are not able to test on Win 2003
Comment 4 Tomas Danek 2006-01-16 13:14:14 UTC
reporter tested on rc1, fix works -> marking as verified.