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 104071 - java.net.MalformedURLException: unknown protocol: nbres
Summary: java.net.MalformedURLException: unknown protocol: nbres
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2007-05-16 14:52 UTC by Andrei Badea
Modified: 2008-12-22 13:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (6.70 KB, text/plain)
2007-05-16 14:53 UTC, Andrei Badea
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Badea 2007-05-16 14:52:31 UTC
... in unit tests after the change in ExternalUtil.java rev 1.12, see the
attached stack trace. Does this mean I need to have whichever module registers
nbres on the test classpath? The exception is thrown when parsing the layer of
xml/core -- is there something wrong in the layer?
Comment 1 Andrei Badea 2007-05-16 14:53:33 UTC
Created attachment 42469 [details]
Stack trace
Comment 2 Jesse Glick 2007-05-16 19:01:58 UTC
See if this works for you:

Checking in schema/src/org/netbeans/modules/xml/schema/resources/mf-layer.xml;
/shared/data/ccvs/repository/xml/schema/src/org/netbeans/modules/xml/schema/resources/mf-layer.xml,v
 <--  mf-layer.xml
new revision: 1.10; previous revision: 1.9
done
Removing schema/src/org/netbeans/modules/xml/xsd/resources/mf-plugins.ent;
/shared/data/ccvs/repository/xml/schema/src/org/netbeans/modules/xml/xsd/resources/mf-plugins.ent,v
 <--  mf-plugins.ent
new revision: delete; previous revision: 1.2
done
Removing core/src/org/netbeans/modules/xml/dtd/resources/mf-plugins.ent;
/shared/data/ccvs/repository/xml/core/src/org/netbeans/modules/xml/dtd/resources/mf-plugins.ent,v
 <--  mf-plugins.ent
new revision: delete; previous revision: 1.2
done
Checking in core/src/org/netbeans/modules/xml/core/resources/mf-layer.xml;
/shared/data/ccvs/repository/xml/core/src/org/netbeans/modules/xml/core/resources/mf-layer.xml,v
 <--  mf-layer.xml
new revision: 1.58; previous revision: 1.57
done

(I don't have your unit test to check against.)
Comment 3 Andrei Badea 2007-05-17 11:58:48 UTC
It helped, thanks.