stromguo / js-builder

Automatically exported from code.google.com/p/js-builder
0 stars 0 forks source link

Null exception when building a target with unselected files #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If a build target contains files that become unselected in the tree view,
it causes a null exception when performing a build.

Original issue reported on code.google.com by bmoes...@gmail.com on 22 Nov 2006 at 12:59

GoogleCodeExporter commented 8 years ago
Added error handling for now so that it doees not blow up.  Handled on 
double-click,
Edit button click and Copy button click.

Long-term, we need better up-front handling so that the targets either get 
refreshed
or removed as soon as they become invalidated by changing the treeview 
selections.

Original comment by bmoes...@gmail.com on 29 Nov 2006 at 7:01