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 120860 - FileNotFoundException in console during Maven project deletion
Summary: FileNotFoundException in console during Maven project deletion
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-11-01 17:56 UTC by Jaromir Uhrik
Modified: 2008-06-26 11:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log attached... (35.26 KB, text/plain)
2007-11-01 17:57 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2007-11-01 17:56:06 UTC
Product Version: NetBeans IDE Dev (Build 200711010000)
Java: 1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-87
System: Mac OS X version 10.4.10 running on i386; MacRoman; en_US (nb)

1.Start IDE with clean userdir
2.Go to Tools|Plugins and install Maven plugin [version 3.0.8 is available]
3.Go to main menu File|New Project...
4.Select Maven|Maven Project and push Next button
5.Select Maven Quickstart Archetype and push Next button
6.Push Finish button
7.Select the project node in the Projects view and invoke Delete from popup menu
8.Set checkbox enabled and push Yes button
->the java.io.FileNotFoundException appears in console
Comment 1 Jaromir Uhrik 2007-11-01 17:57:21 UTC
Created attachment 52290 [details]
messages.log attached...
Comment 2 Milos Kleint 2007-11-01 22:56:05 UTC
fixed.checking for file existence before reading the raw model.
http://fisheye.codehaus.org/changelog/mevenide/?cs=4659