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 158531

Summary: warning: [path] bad path element "C:\does\not\exist": no such file or directory
Product: java Reporter: swrowland <swrowland>
Component: ProjectAssignee: Jan Jancura <jjancura>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description swrowland 2009-02-13 14:36:45 UTC
I first noticed this warning after updating Netbeans with the latest versions of plug-ins.  It only happens during a 
clean compile and only on those projects compiled with -Xlint.  It appears to come from

<attribute default="/does/not/exist" name="sourcepath"/>

in the -init-macrodef-javac target of the build-impl.xml file.
Comment 1 Marian Mirilovic 2009-02-15 22:26:06 UTC

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