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 84224 - Build JNLP fails if target platform is switched 5.5->DEV
Summary: Build JNLP fails if target platform is switched 5.5->DEV
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 15:04 UTC by Tomas Danek
Modified: 2007-09-10 14: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 Tomas Danek 2006-09-05 15:04:32 UTC
Netbeans 5.5 200609040000, jdk 1.6.0 b96

1) create feedreader
2) invoke build jnlp
3) jnlp is built fine
4) invoke clean
5) now switch target platform to trunk (i used dev 20060822) + check unchecked
platform7 cluster
6) invoke build jnlp
7) build fails - 

nlp-init:
jnlp-generate-keystore:
jnlp-generate-platform-repository:
C:\Sw\qbuild55\netbeans\harness\suite.xml:194: The following error occurred
while executing this line:
C:\Sw\qbuild55\netbeans\harness\jnlp.xml:122: Cannot build JNLP for module
C:\Sw\trunk\netbeans\platform7\modules\org-jdesktop-layout.jar as these files
are in module's NBM, but are not referenced from any path:
[docs/swing-layout-1.0.1-doc.zip]
BUILD FAILED (total time: 5 seconds)
Comment 1 Jaroslav Tulach 2007-09-10 13:23:58 UTC
#1: the fact that you have problems developing using 5.5 IDE against 6.0 platform is imho ok, you need harness from 
6.0 in order to make things work

#2: So I tried to open the feedreader project created by 5.5 with 6.0 and the build failed again. Right now on code 
added by David Štrupl. So reassigning to him.


Your JNLP file is generated at /home/jarda/NetBeansProjects/feedreader-suite/build/jnlp/master.jnlp
/usr/local/lib/netbeans/harness/suite.xml:274: The following error occurred while executing this line:
/usr/local/lib/netbeans/harness/jnlp.xml:310: Warning: Could not find 
file /home/jarda/NetBeansProjects/feedreader-suite/branding.jnlp to copy.

Comment 2 David Strupl 2007-09-10 14:22:00 UTC
Looking at it ...
Comment 3 David Strupl 2007-09-10 14:31:55 UTC
IDE: [10.9.07 15:29] Committing "jnlp.xml" started
Checking in jnlp.xml;
/cvs/apisupport/harness/release/jnlp.xml,v  <--  jnlp.xml
new revision: 1.44; previous revision: 1.43
done
IDE: [10.9.07 15:29] Committing "jnlp.xml" finished

If there are some more problems please reopen with the error messages. Thanks.