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 59400 - java.net.MalformedURLException: no protocol: ${client.url}
Summary: java.net.MalformedURLException: no protocol: ${client.url}
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 08:43 UTC by Petr Blaha
Modified: 2006-03-24 12:48 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 Petr Blaha 2005-05-31 08:43:14 UTC
[netbeans41 + JBoss plugin 050510]
Steps to reproduce:
1) create new J2EE application
2) select JBoss as target server
3) Run application
->ERROR: 
Browsing: ${client.url}
/home.local/blaha/testing/jboss/EnterpriseApplication/nbproject/build-impl.xml:225:
java.net.MalformedURLException: no protocol: ${client.url}
Comment 1 Ivan Sidorkin 2005-06-01 15:22:45 UTC
fixed
Comment 2 Petr Blaha 2005-06-02 10:55:21 UTC
[netebans42 + plugin build 050602]