I just downloaded and installed the 10.1.3 preview. One of the problems i have with jdeveloper 9.0.5.2 is that the projects in the application navigator do not show the directory structure under the projects. Instead it categorizes all files and under the project category folders are displayed instead of directories. For example, all xml files are considered one category, and are usually displayed under one category, even if you put them in different directories. This is a pain if you have a lot of different xml files for different purposses in different directories, especially if some of these files have the same name.
Now, jdeveloper 10.1.3 doesn’t store a reference to every files in the project file. This makes it easier to put project files in cvs, you’ll have less conflicts. In the project properties you can specify which files need to be displayed as part of the project, you can filter on directories and on files. This is configured in so called working sets.
To test this I created a new workspace and a new project, and then i created one new file in this project: a file called config.cfg in a folder conf. The first thing i do in this new jdeveloper version, and immediately i seem to experience a bug or a misunderstanding on my part: the project doesn’t show config.cfg. I’ve edited the working set (which shows the conf directory), i added a *.cfg pattern to the working set. I’ve also added the extension .cfg under File Types in the preferences windows, but nothing helps. Config.cfg is not displayed as part of my project…