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 217255

Summary: Folder copy/pasted into project "web" folder doesn't show in tree
Product: javaee Reporter: hte <hte>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description hte 2012-08-22 21:58:41 UTC
In a Java web application project I copy/pasted a "css" folder into the projects "web" folder. Copy/paste was done with desktops file manager (on Linux).

The css folder does not show up in project tree although it is included in build output folder structure and deploys nicely along with rest of project.

I checked folder permission and they are fine (same as rest of project).

I've tried deleting stuff in ./netbeans/7.2/var/ and restarting IDE.

Project is under svn version control so I've tried "Cleanup working copy".

I've tried "Refresh folder" many times.

None of the above has made the web/css folder appear.
Comment 1 Marian Mirilovic 2012-08-23 16:33:19 UTC
Could you please provide IDE version/build number & JDK version/build number and reopen this bug ? Thanks in advance.
Comment 2 hte 2012-08-23 16:38:51 UTC
IDE version/build:
NetBeans IDE 7.2 (Build 201207171143)

Output from "java -version":
java version "1.7.0_04"
Java(TM) SE Runtime Environment (build 1.7.0_04-b20)
Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)
Comment 3 Jaroslav Tulach 2012-08-24 12:20:20 UTC
Web project inquiry.
Comment 4 David Konecny 2012-08-26 20:58:29 UTC
re. "I've tried deleting stuff in ./netbeans/7.2/var/ and restarting IDE." - you are saying the "css" folder is permanently hidden? Could you check your Include/Exclude settings in the project properties in Source panel at the bottom? Could you try to create a different folder and see if it shows or not? eg. css2 or c2ss or someCOmpletelyOtherFOlder? This must be some problem in your concrete environment.
Comment 5 David Konecny 2012-09-11 20:09:04 UTC

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