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 270222 - Cannot run project after clean
Summary: Cannot run project after clean
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: Dev
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-28 08:43 UTC by Jiri Prox
Modified: 2017-03-28 08:43 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 Jiri Prox 2017-03-28 08:43:47 UTC
The project does not start after clean action

Steps to reproduce:
1) create new project
2) clean it
3) run it
->

C:\Users\jprox\AppData\Local\NetBeans\Cache\dev\executor-snippets\run.xml:48: 
java.lang.AssertionError
	at org.openide.filesystems.FileUtil.urlForArchiveOrDir(FileUtil.java:2003)
	at org.netbeans.modules.java.source.ant.TranslateClassPath.translateEntry(TranslateClassPath.java:146)
	at org.netbeans.modules.java.source.ant.TranslateClassPath.translate(TranslateClassPath.java:107)
	at org.netbeans.modules.java.source.ant.TranslateClassPath.execute(TranslateClassPath.java:96)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
	at jdk.internal.reflect.GeneratedMethodAccessor618.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:547)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)



Product Version: NetBeans IDE Dev (Build 201703270002)
Java: 9-ea; Java HotSpot(TM) 64-Bit Server VM 9-ea+162
Runtime: Java(TM) SE Runtime Environment 9-ea+162
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\dev