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 77844 - java.io.FileNotFoundException in output window
Summary: java.io.FileNotFoundException in output window
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
: 77868 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-13 17:11 UTC by Jaromir Uhrik
Modified: 2009-11-02 11:01 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 Jaromir Uhrik 2006-06-13 17:11:27 UTC
[5.5 build #200606120220]
Steps to reproduce:
1. Create j2se projects prjA, prjB
2. Let prjB depends on prjA
3. Delete prjA (also delete sources)
4. Delete prjB (also delete sources)
5. Following exception appears in output window

--------------------------------- %< ------------------------------------------
init:
deps-clean:
/space/prjB/nbproject/build-impl.xml:534: The following error occurred while
executing this line:
java.io.FileNotFoundException: /space/prjA/build.xml (No such file or directory)
BUILD FAILED (total time: 0 seconds)
--------------------------------- %< -------------------------------------------
Comment 1 Milan Kubec 2006-10-19 22:12:56 UTC
*** Issue 77868 has been marked as a duplicate of this issue. ***
Comment 2 Milan Kubec 2006-10-19 22:14:37 UTC
We should test if the build.xml file exists.
Comment 3 Tomas Zezula 2008-02-25 16:20:48 UTC
I don't see it as a big problem, the java.io.IOException: /space/prjA/build.xml (No such file or directory) is good enough message for broken projects layout. 
When there will be no other P3 we can create AntLogger eating the java.io.IOException and replacing it by: Missing build script ...
 
Comment 4 David Strupl 2009-03-31 15:55:57 UTC
Resolving all issues with milestone "future" as LATER. If you feel strongly that
it should be implemented please reopen and set the target milestone to "next".
Comment 5 Quality Engineering 2009-11-02 11:01:44 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX