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 100936 - Some problems with JNLP building
Summary: Some problems with JNLP building
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2007-04-13 10:59 UTC by pzajac
Modified: 2007-06-29 09: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 pzajac 2007-04-13 10:59:19 UTC
[200704121800]
1) Never ending problem with feedreader example building :
Enter Passphrase for keystore: 
/home/pzajac/builds/daily/netbeans/harness/suite.xml:270: The following error
occurred while executing this line:
/home/pzajac/builds/daily/netbeans/harness/jnlp.xml:129: Cannot build JNLP for
module
/home/pzajac/builds/daily/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.2-doc.zip, docs/swing-layout-1.0.2-src.zip]

2) Some tests started to fail
	
Test Name   	Age   
org.netbeans.modules.apisupport.project.BuildFeedreaderTest.testBuildJNLP	2
org.netbeans.modules.apisupport.project.jnlp.GenerateJNLPApplicationTest.testBuildTheJNLPAppWhenAppNamePropIsSet
2
org.netbeans.modules.apisupport.project.jnlp.GenerateJNLPApplicationTest.testItIsPossibleToGenerateStaticRepository

http://hrebejk-ws.czech.sun.com:8080/hudson/job/ApisupportAllUnitTests/lastSuccessfulBuild/testReport/
Comment 1 Jesse Glick 2007-04-13 16:21:48 UTC
Only applies to building against a plain platform, which is inherently
unreliable the way things are currently designed; would work when building
against a premade JNLPification of the platform, since jnlp.indirect.jars is
correct. But for now we need to hardcode this path.
Comment 2 pzajac 2007-04-26 15:53:32 UTC
I am not able to run any simple jnlp project on the NetBeans platform. 

Steps to reproduce:
1) Create a module suite:
2) Craete a module 
3) Add a topcomponent to a module
4) Select Build|Create standalone application in customizer of the module suite

Comment 3 Jaroslav Tulach 2007-06-29 09:56:25 UTC
IDE: [29.6.07 10:52] Committing "GenerateJNLPApplicationTest.java" started
Checking in GenerateJNLPApplicationTest.java;
/cvs/apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/jnlp/GenerateJNLPApplicationTest.java,v  
<--  GenerateJNLPApplicationTest.java
new revision: 1.21; previous revision: 1.20
done


Feedreader example seems to build and start.