#121242 Fixing the exception popping, breaking the flow.
authorPeter Zavadsky <pzavadsky@netbeans.org>
Mon, 11 Feb 2008 14:31:56 -0800
changeset 2130bdec01d66395
parent 2129 68024545671b
child 2135 525fc9a2ffb8
child 2142 74b061b165ca
child 2992 5fed0638425f
#121242 Fixing the exception popping, breaking the flow.
visualweb.designer.jsf/src/org/netbeans/modules/visualweb/designer/jsf/ui/ErrorPanelImpl.java
visualweb.libs.batik/library/nbproject/build-impl.xml
visualweb.libs.batik/library/nbproject/genfiles.properties
     1.1 --- a/visualweb.designer.jsf/src/org/netbeans/modules/visualweb/designer/jsf/ui/ErrorPanelImpl.java	Mon Feb 11 10:11:12 2008 -0800
     1.2 +++ b/visualweb.designer.jsf/src/org/netbeans/modules/visualweb/designer/jsf/ui/ErrorPanelImpl.java	Mon Feb 11 14:31:56 2008 -0800
     1.3 @@ -475,15 +475,15 @@
     1.4  
     1.5                  xercesDom = parser.parse(is2);
     1.6              } catch (java.io.IOException e) {
     1.7 -                ErrorManager.getDefault().notify(e);
     1.8 +                ErrorManager.getDefault().notify(ErrorManager.INFORMATIONAL, e);
     1.9  
    1.10                  return null;
    1.11              } catch (org.xml.sax.SAXException e) {
    1.12 -                ErrorManager.getDefault().notify(e);
    1.13 +                ErrorManager.getDefault().notify(ErrorManager.INFORMATIONAL, e);
    1.14  
    1.15                  return null;
    1.16              } catch (javax.xml.parsers.ParserConfigurationException e) {
    1.17 -                ErrorManager.getDefault().notify(e);
    1.18 +                ErrorManager.getDefault().notify(ErrorManager.INFORMATIONAL, e);
    1.19  
    1.20                  return null;
    1.21              }
     2.1 --- a/visualweb.libs.batik/library/nbproject/build-impl.xml	Mon Feb 11 10:11:12 2008 -0800
     2.2 +++ b/visualweb.libs.batik/library/nbproject/build-impl.xml	Mon Feb 11 14:31:56 2008 -0800
     2.3 @@ -235,7 +235,9 @@
     2.4              <attribute default="${build.classes.dir}" name="dir"/>
     2.5              <sequential>
     2.6                  <nbjpdareload>
     2.7 -                    <fileset dir="@{dir}" includes="${fix.includes}*.class"/>
     2.8 +                    <fileset dir="@{dir}" includes="${fix.classes}">
     2.9 +                        <include name="${fix.includes}*.class"/>
    2.10 +                    </fileset>
    2.11                  </nbjpdareload>
    2.12              </sequential>
    2.13          </macrodef>
     3.1 --- a/visualweb.libs.batik/library/nbproject/genfiles.properties	Mon Feb 11 10:11:12 2008 -0800
     3.2 +++ b/visualweb.libs.batik/library/nbproject/genfiles.properties	Mon Feb 11 14:31:56 2008 -0800
     3.3 @@ -4,5 +4,5 @@
     3.4  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
     3.5  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
     3.6  nbproject/build-impl.xml.data.CRC32=dea49383
     3.7 -nbproject/build-impl.xml.script.CRC32=3d273fd9
     3.8 -nbproject/build-impl.xml.stylesheet.CRC32=e327d66c
     3.9 +nbproject/build-impl.xml.script.CRC32=b4a2f275
    3.10 +nbproject/build-impl.xml.stylesheet.CRC32=487672f9