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

Summary: IllegalArgumentException: URI is not hierarchical
Product: projects Reporter: mlvdv <mlvdv>
Component: AntAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226102
Attachments: stacktrace

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