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 182334 - [69cat] java.io.FileNotFoundException: C:\Users\Administrador\Documents\NetBeansProjects\SH3D_NB\SweetHome3D\src\com\eteks\sweethome3d\com-eteks-sweethome3d-netbeansplatform-actions-LOCK_BASE_PLAN.shadow (El
Summary: [69cat] java.io.FileNotFoundException: C:\Users\Administrador\Documents\NetBe...
Status: RESOLVED DUPLICATE of bug 72541
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-18 19:27 UTC by alied
Modified: 2010-03-19 20:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166655


Attachments
stacktrace (2.31 KB, text/plain)
2010-03-18 19:28 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2010-03-18 19:27:56 UTC
This bug was originally marked as duplicate of bug 127322, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201003180200)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows Vista

User Comments:
alied: After copying a menu item from the project's layer.xml, and paste it in a folder I created




Stacktrace: 
java.io.FileNotFoundException: C:\Users\Administrador\Documents\NetBeansProjects\SH3D_NB\SweetHome3D\src\com\eteks\sweethome3d\com-eteks-sweethome3d-netbeansplatform-actions-LOCK_BASE_PLAN.shadow (El sistema no puede encontrar el archivo especificado)
   at org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem.getContentsOf(WritableXMLFileSystem.java:304)
   at org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem.inputStream(WritableXMLFileSystem.java:332)
   at org.openide.filesystems.StreamPool.createInputStream(StreamPool.java:102)
   at org.openide.filesystems.AbstractFileObject.getInputStream(AbstractFileObject.java:212)
   at org.openide.filesystems.FileUtil.copyFileImpl(FileUtil.java:687)
   at org.openide.filesystems.FileObject.copy(FileObject.java:128)
Comment 1 alied 2010-03-18 19:28:01 UTC
Created attachment 95401 [details]
stacktrace
Comment 2 Jesse Glick 2010-03-19 20:43:59 UTC
Copy-paste operations using the XML layer view are not reliable. Use the text editor unless and until this view is rewritten.

*** This bug has been marked as a duplicate of bug 72541 ***