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 83609 - Launching "Standalone application" as JNLP fails
Summary: Launching "Standalone application" as JNLP fails
Status: VERIFIED DUPLICATE of bug 81216
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-28 17:37 UTC by maw_starwood
Modified: 2006-09-27 14:56 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 maw_starwood 2006-08-28 17:37:52 UTC
I created a new "Standalone Application" Module Suite and immediately selected
"Run as JNLP" from the context menu.  The Suite build failed with the following
error.

C:\Program Files\netbeans-5.5beta2\harness\suite.xml:198: The following error
occurred while executing this line:
C:\Program Files\netbeans-5.5beta2\harness\jnlp.xml:122: The file C:\Program
Files\netbeans-5.5beta2\enterprise3\update_tracking\org-netbeans-modules-schema2beans.xml
for module org.netbeans.modules.schema2beans cannot be found
BUILD FAILED (total time: 2 seconds)

This only occurs when launching as JNLP.  If launched from the "Run" command,
the build succeeds and the launc completes.

Steps to reproduce:

Open Netbeans 5.5 (Close any open projects after opened)
Open the new Project wizard
Select "NetBeans Plug-in Modules" from the "Categories" list
Select "Module Suite Project" in the "Projects" list
Click "Next" fill in project name and location as desired.   ("Suite 1" in my case)
Click "Finish"
Right-click on the suite project in the "Projects" tree, select "Properties"
Select "Application" from the "Categories" list in the "Project Properties" dialog.
Select the "Create Standalone Application" radio button.
*IMPORTANT* A dialog will appear with the title, "Exclude IDE Modules", click "Skip"
click "OK" to close the properties dialog.
Right-click on the suite project in the "Projects" tree, select "Run JNLP
Application"

Expected Results:

The NetBeans IDE launches using Java Web Start.

Actual Results:

The Suite build process fails with the error quoted above.


I'm testing with Netbeans 5.5 Beta 2 using Sun JDK 1.6.0-rc-b96 one one system
and Netbeans 5.5 Beta 2 using Sun JDK 1.5.0_07-b03 on another system.
Comment 1 Jesse Glick 2006-08-28 23:14:31 UTC
Already fixed in post-5.5 builds.

*** This issue has been marked as a duplicate of 81216 ***
Comment 2 Tomas Danek 2006-09-27 14:56:20 UTC
fixed now in trunk and also 5.5, verified duplicate