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 63631 - Cannot build JNLP for module (unreferenced files in nbm)
Summary: Cannot build JNLP for module (unreferenced files in nbm)
Status: VERIFIED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 63004
  Show dependency tree
 
Reported: 2005-09-05 10:25 UTC by Petr Adamek
Modified: 2005-09-13 07:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Possible fix of this bug (759 bytes, patch)
2005-09-05 11:06 UTC, Petr Adamek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Adamek 2005-09-05 10:25:15 UTC
I wanted to try build JNLP application from simple suite with one simple module,
but I got this error:

/usr/local/java/netbeans-platform-4_2-200509041800/harness/common.xml:230:
Cannot build JNLP for module
/home/petr/java/suite1/build/cluster/modules/cz-bilysklep-module3.jar as these
files are in module's NBM, but are not referenced from any path:
[update_tracking/cz-bilysklep-module3.xml]

I think that this problem is caused by change in
nbbuild/antsrc/org/netbeans/nbbuild/ModuleSelector.java. The method
readUpdateTracking has been changed in revision 1.7 to add the problem file
update_tracking/<module>.xml into the file list.
Comment 1 Petr Adamek 2005-09-05 11:06:30 UTC
Created attachment 24498 [details]
Possible fix of this bug
Comment 2 Jesse Glick 2005-09-08 22:51:32 UTC
Blocks JNLP creation of apps.
Comment 3 Jesse Glick 2005-09-08 22:56:50 UTC
Patch works; I will apply it (Yarda pls. review later).
Comment 4 Jesse Glick 2005-09-08 22:58:11 UTC
committed     Up-To-Date  1.5        
nbbuild/antsrc/org/netbeans/nbbuild/MakeJNLP.java
Comment 5 Jesse Glick 2005-09-08 22:59:01 UTC
Fix of issue #63004 introduced this regression, I guess.
Comment 6 Jaroslav Tulach 2005-09-13 07:20:21 UTC
Ok, if it works.