Mon, 26 Mar 2007 23:49:08 +0000Removing now unused method. versionability_89629_base_1
pzavadsky@netbeans.org [Mon, 26 Mar 2007 23:49:08 +0000] rev 379
Removing now unused method.

Mon, 26 Mar 2007 23:42:59 +0000Removing now unused field.
pzavadsky@netbeans.org [Mon, 26 Mar 2007 23:42:59 +0000] rev 378
Removing now unused field.

Mon, 26 Mar 2007 23:35:36 +0000Fix a long known issue with VW (and Creator) about requiring closing and reopening of projects
sandipchitale@netbeans.org [Mon, 26 Mar 2007 23:35:36 +0000] rev 377
Fix a long known issue with VW (and Creator) about requiring closing and reopening of projects
after making changes to and compiling non life cycle bean classes in the project.

The implementation works like this:

I have implemented a ProjectBuiltQuery which is anlogue of FileBuiltQuery at the project level.
The basic idea is that the project is considered built if all the files are built (i.e. compiled).
When the project's built state changes an event is fired. Insync reacts to the transition of the
project state from non-built to built state and recreates the internal Project Class Loader.
Subsequently the user needs to only hit Refresh button in the designer toolbar to pick up the
changes made to the compiled file. No need to close project.

I will look into getting rid of the need to hit the Refresh button also.

Mon, 26 Mar 2007 23:31:59 +0000Moving context page storage from the designer.
pzavadsky@netbeans.org [Mon, 26 Mar 2007 23:31:59 +0000] rev 376
Moving context page storage from the designer.

Mon, 26 Mar 2007 21:58:04 +0000Moving caching of the external forms from the designer.
pzavadsky@netbeans.org [Mon, 26 Mar 2007 21:58:04 +0000] rev 375
Moving caching of the external forms from the designer.

Mon, 26 Mar 2007 21:51:27 +0000#98979 Fix for NPE
jbaker@netbeans.org [Mon, 26 Mar 2007 21:51:27 +0000] rev 374
#98979 Fix for NPE

File was unintentionally checked in - code was commented out to investigate another error.

sanity test was run and failed with the known error - java.io.IOException: javax.xml.transform.TransformerConfigurationException: Could not load the translet class 'build_impl'.

Mon, 26 Mar 2007 18:44:07 +0000Merging from branch, moving of the modification of source outside of designer. events_91763_020407 release60-m8_base
pzavadsky@netbeans.org [Mon, 26 Mar 2007 18:44:07 +0000] rev 373
Merging from branch, moving of the modification of source outside of designer.

Mon, 26 Mar 2007 04:06:26 +0000#98877, #98407 fixes and cleanup
jbaker@netbeans.org [Mon, 26 Mar 2007 04:06:26 +0000] rev 372
#98877, #98407 fixes and cleanup

Sat, 24 Mar 2007 01:16:17 +0000Clean up - remove code only and context.xml
jbaker@netbeans.org [Sat, 24 Mar 2007 01:16:17 +0000] rev 371
Clean up - remove code only and context.xml

Sat, 24 Mar 2007 00:40:36 +0000Support customized JSF Servlet URL Mapping in the form of "/...*".
potingwu@netbeans.org [Sat, 24 Mar 2007 00:40:36 +0000] rev 370
Support customized JSF Servlet URL Mapping in the form of "/...*".