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 63095 - Cannot launch JNLP; master.jnlp contains @RESOURCES@
Summary: Cannot launch JNLP; master.jnlp contains @RESOURCES@
Status: CLOSED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-08-25 19:09 UTC by Jesse Glick
Modified: 2005-12-12 14:22 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 Jesse Glick 2005-08-25 19:09:57 UTC
After recent changes, when I do ant clean run-jnlp, javaws just fails.
dist/jnlp/local/master.jnlp looks like

<?xml version='1.0' encoding='UTF-8'?>
<jnlp spec='1.0+' codebase='file:/tmp/suite3/dist/jnlp/local'>
  <information>
      <title>Your Application</title>
      <vendor>You</vendor>
      <description>Your Application</description>
  </information>
  <security><all-permissions/></security>
  <resources>
@RESOURCES@
  </resources>
  <application-desc/>
</jnlp>  

i.e. nothing substituted at all.

Was working yesterday.
Comment 1 Jesse Glick 2005-08-25 19:13:32 UTC
Seems I needed to delete the old ${suite.dir}/master.jnlp.
Comment 2 Jaroslav Tulach 2005-08-26 06:25:57 UTC
Right, I changed to format of substitution properties. 
Comment 3 Tomas Danek 2005-12-12 14:22:24 UTC
co can close this one.