Sat, 02 Aug 2008 08:20:45 +0200#135547 - Mapping "C:\Documents and Settings" to "C:\Users" under Windows Vista. It is because it is only link to C:\Users but java.io canoot detect it. It should be fixed in JDK1.7. release65_beta_base
Jiri Skrivanek <jskrivanek@netbeans.org> [Sat, 02 Aug 2008 08:20:45 +0200] rev 432
#135547 - Mapping "C:\Documents and Settings" to "C:\Users" under Windows Vista. It is because it is only link to C:\Users but java.io canoot detect it. It should be fixed in JDK1.7.

Fri, 01 Aug 2008 13:06:54 -0400Unchecked warning.
Jesse Glick <jglick@netbeans.org> [Fri, 01 Aug 2008 13:06:54 -0400] rev 431
Unchecked warning.

Tue, 22 Jul 2008 10:16:11 +0200#137240 - To prevent ClassNotFoundException while loading *.settings where intentionally removed class is either in instance class="..." or serialdata class="..." it is possible to declare such class in META-INF/netbeans/translate.names. If class name maps to empty string, it is ignored. E.g.: "org.mypackage.OldClass=".
Jiri Skrivanek <jskrivanek@netbeans.org> [Tue, 22 Jul 2008 10:16:11 +0200] rev 430
#137240 - To prevent ClassNotFoundException while loading *.settings where intentionally removed class is either in instance class="..." or serialdata class="..." it is possible to declare such class in META-INF/netbeans/translate.names. If class name maps to empty string, it is ignored. E.g.: "org.mypackage.OldClass=".

Mon, 14 Jul 2008 17:06:33 +0200Merge: laziness, all know tests, including those in favorites, are passing now
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 14 Jul 2008 17:06:33 +0200] rev 429
Merge: laziness, all know tests, including those in favorites, are passing now

Sat, 12 Jul 2008 08:51:35 +0200Integrating laziness clone to core-main, as there are no test failures and IDE seems to work in default/eager mode
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 12 Jul 2008 08:51:35 +0200] rev 428
Integrating laziness clone to core-main, as there are no test failures and IDE seems to work in default/eager mode

Fri, 11 Jul 2008 16:22:53 -0400Issue #42686: consistent validation of project metadata according to schema.
Jesse Glick <jglick@netbeans.org> [Fri, 11 Jul 2008 16:22:53 -0400] rev 427
Issue #42686: consistent validation of project metadata according to schema.
1. XMLUtil.validate utility method added.
2. XML catalog for project metadata now read from ProjectXMLCatalog in the system filesystem, not the web.
Register http://www.netbeans.org/ns/foo/1 as ProjectXMLCatalog/foo/1.xsd to be found.
3. Validate project.xml/private.xml according to schemas found in ProjectXMLCatalog:
a. When loading a project, if project.xml is invalid then make the load fail.
(Effectively preventing older IDEs from trying to load newer IDEs' projects, if schemas changed.)
b. Validate before saving project.xml/private.xml, to guard against buggy module code.
c. Validate before loading project.xml/private.xml, to guard against e.g. bad user edits or VCS conflict markers.
Note that e.g. <configuration> uses lax subelement processing, so children with no matching schemas will be skipped.
4. Remove logic to display validation errors of freeform project.xml in Output Window.
Users can anyway use A-S-F9 to use the regular Validate action before saving.
5. ant.freeform.ProjectNature.getSchemas removed (natures need no longer implement it).

Mon, 14 Jul 2008 15:35:21 +0200Introducing 'visibleEntries', all ChildrenLazyKeysTest tests are OK
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 14 Jul 2008 15:35:21 +0200] rev 426
Introducing 'visibleEntries', all ChildrenLazyKeysTest tests are OK

Mon, 07 Jul 2008 11:55:04 +0200Merge with trunk as of Jul 6, 2008 laziness_integration_to_core_main
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 07 Jul 2008 11:55:04 +0200] rev 425
Merge with trunk as of Jul 6, 2008

Wed, 02 Jul 2008 18:44:50 -0400Do not include bundled Xerces in openide.util unit tests, as it makes XMLUtilTest pass even when an impl which does not work well with rt.jar is used. dbdataview_before_merge_with_main
Jesse Glick <jglick@netbeans.org> [Wed, 02 Jul 2008 18:44:50 -0400] rev 424
Do not include bundled Xerces in openide.util unit tests, as it makes XMLUtilTest pass even when an impl which does not work well with rt.jar is used.

Wed, 02 Jul 2008 11:03:05 -0400Typos and grammar fixes in apichanges.
Jesse Glick <jglick@netbeans.org> [Wed, 02 Jul 2008 11:03:05 -0400] rev 423
Typos and grammar fixes in apichanges.