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 120433 - Cannot include extbrowser module for JNLP-based apps
Summary: Cannot include extbrowser module for JNLP-based apps
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-30 05:46 UTC by kiyut
Modified: 2007-10-30 11:31 UTC (History)
1 user (show)

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 kiyut 2007-10-30 05:46:42 UTC
Hi,

on Netbeans 6-beta2 build jnlp target failed for application build on top of Netbeans Platform 

error:
...
Generating information for Auto Update...
Hidden modules: [.bat Files Editor, .diff File Editor Support, .manifest file Editor Support, .sh files Editor Support,
Abstract XML Instance Object Model (AXIOM), Advanced Templating, Ant-Based Project Support, Apache Resolver Library 1.2,
CSS Editor Support, CSS Visual Editor Support, CVS, CVS Client Library, Classfile Reader, Common Palette, Commons
Logging Integration, Compatibility APIs, Core - IDE, Database, Database APIs, Database Core, Database Drivers, Database
Explorer, Debugger Core - UI, Debugger Core API, Diff, Directory Chooser, Editing Files, Editor, Editor Bookmarks,
Editor Braces Matching, Editor Code Completion, Editor Code Folding, Editor Code Templates, Editor Guarded Sections,
Editor Indentation, Editor Library, Editor Library 2, Editor Settings, Editor Settings Storage, Editor Utilities, Error
Stripe API, Error Stripe Core, Experimental Editor Highlights, Experimental Editor Hints SPI, Extensible Abstract Model
(XAM), External Libraries, Favorites, Flying Saucer XHTML Renderer, Freemarker Integration, General Online Help, General
Options Dialog Panels, Generic Languages Framework, HTML, HTML Editor, HTML Editor Library, HTML Lexer, HTTP Server, IDE
Defaults, IDE Platform, INSANE library wrapper, Image, Java Secure Channel integration, JavaScript Editor Support, Jump
To, Keymap Options, Lexer, Lexer to Editor Bridge, Lexer to NetBeans Bridge, Local History, Lucene Integration,
MultiView Windows, Navigate To Test, Navigator API, Old Enumeration API, Output Window, Plain Editor, Plain Editor
Library, Platform, Project API, Project UI, Project UI API, Projects Searching, Query Editor, Refactoring API, Resource
Bundle Syntax Coloring, Resource Bundles, SQL Editor, Schema Aware Code Completion, Schema-to-Beans Library, Scripting
API Integration, Search API, Servlet 2.2 API, Subversion, Subversion Client Library, TAX Library, Tags Based Editors
Library, Task List, Task List - Project Integration, Task List API, Task List UI, Timers API, ToDo Task Scanner,
TreeTableView Model, User Utilities, Versioning, Versioning Support Utilities, Visual Library API, XML Core, XML
Document Model (XDM), XML Entity Catalog, XML Lexer, XML Multiview Editor, XML Productivity Tools, XML Retriever, XML
Schema API, XML Text Editor, XML Tools API, XML WSDL API, XSL Support, Xerces Integration, ini4j]
build:
suite.build-jnlp:
jnlp-init-generate-master:
jnlp-init:
jnlp-generate-keystore:
check-signjars:
set-all-permissions:
set-empty-permissions:
jnlp-generate-platform-repository:
/home/tonny/netbeans-6.0beta2/harness/suite.xml:342: The following error occurred while executing this line:
/home/tonny/netbeans-6.0beta2/harness/jnlp.xml:172: Cannot build JNLP for module
/home/tonny/netbeans-6.0beta2/ide8/modules/org-netbeans-modules-extbrowser.jar as these files are in module's NBM, but
are not referenced from any path:
[modules/lib/extbrowser.dll, modules/lib/extbrowser64.dll]
BUILD FAILED (total time: 5 seconds)
Comment 1 Jesse Glick 2007-10-30 11:31:01 UTC
Right, some modules outside of the platform cluster cannot be included in a JNLP-based app if you use the default build
method. It should work if you refer to an external set of JNLP descriptors using jnlp.platform.codebase (see
harness/README for details). In particular, for NB 6.0 the platform and ide clusters are supported in this mode, and
parts of the java cluster may work (not well tested); the ant and extbrowser modules require use of j.p.c.