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 158617

Summary: IllegalArgumentException: D:\projects\subversion\www\com\mysubversion\NewSubversionFile.java is not inside D:\projects\subversion\www
Product: projects Reporter: adam_myatt <adam_myatt>
Component: Ant ProjectAssignee: Milan Kubec <mkubec>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: RANDOM
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=146373
Issue Type: DEFECT Exception Reporter: 146373
Attachments: stacktrace

Description adam_myatt 2009-02-16 15:22:58 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b05, Java(TM) SE Runtime Environment, 1.6.0_02-b05
OS: Windows XP, 5.1, x86

User Comments:
adam_myatt: had an open javase project, clicked to delete it and delete source as well. delete took place but after project disappeared from listing in projects window the error occurred, though delete seemed to function as normal.



Stacktrace: 
java.lang.IllegalArgumentException: D:\projects\subversion\www\com\mysubversion\NewSubversionFile.java is not inside D:\projects\subversion\www
        at org.netbeans.spi.project.support.ant.SourcesHelper$SourceRoot$Group.contains(SourcesHelper.java:180)
        at org.netbeans.spi.java.project.support.ui.PackageViewChildren$NoFoldersDataFilter.acceptFileObject(PackageViewChildren.java:1160)
        at org.openide.loaders.FolderChildren$1R.run(FolderChildren.java:157)
        at org.openide.util.Mutex$1Exec.run(Mutex.java:1239)
        at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1796)
        at org.openide.util.Mutex.postRequest(Mutex.java:1245)
Comment 1 adam_myatt 2009-02-16 15:23:15 UTC
Created attachment 77025 [details]
stacktrace
Comment 2 Milan Kubec 2009-05-13 12:50:29 UTC

*** This issue has been marked as a duplicate of 157361 ***