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 267910 - IllegalArgumentException: URI is not hierarchical
Summary: IllegalArgumentException: URI is not hierarchical
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-07 00:49 UTC by mlvdv
Modified: 2016-09-07 00:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226102


Attachments
stacktrace (3.23 KB, text/plain)
2016-09-07 00:49 UTC, mlvdv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mlvdv 2016-09-07 00:49:00 UTC
Build: NetBeans IDE Dev (Build 201609060002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.71-b01-internal-jvmci-0.20, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Mac OS X

User Comments:
mlvdv: Creating a new project




Stacktrace: 
java.lang.IllegalArgumentException: URI is not hierarchical
   at java.io.File.<init>(File.java:418)
   at org.openide.util.BaseUtilities.toFile(BaseUtilities.java:1682)
   at org.netbeans.modules.project.ant.StandardAntArtifactQueryImpl.findArtifact(StandardAntArtifactQueryImpl.java:80)
   at org.netbeans.api.project.ant.AntArtifactQuery.findArtifactFromFile(AntArtifactQuery.java:78)
   at org.netbeans.spi.project.support.ant.ReferenceHelper$9.run(ReferenceHelper.java:985)
   at org.netbeans.spi.project.support.ant.ReferenceHelper$9.run(ReferenceHelper.java:983)
Comment 1 mlvdv 2016-09-07 00:49:02 UTC
Created attachment 161936 [details]
stacktrace