Skip to Content.
Sympa Menu

notify-dpml - r1489 - trunk/main/depot/library/src/main/net/dpml/library/info

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1489 - trunk/main/depot/library/src/main/net/dpml/library/info
  • Date: Fri, 2 Jun 2006 11:12:10 +0200

Author: mcconnell
Date: 2006-06-02 11:12:09 +0200 (Fri, 02 Jun 2006)
New Revision: 1489

Modified:
trunk/main/depot/library/src/main/net/dpml/library/info/LibraryDecoder.java
Log:
improvements to error messages

Modified:
trunk/main/depot/library/src/main/net/dpml/library/info/LibraryDecoder.java
===================================================================
---
trunk/main/depot/library/src/main/net/dpml/library/info/LibraryDecoder.java
2006-06-02 07:54:38 UTC (rev 1488)
+++
trunk/main/depot/library/src/main/net/dpml/library/info/LibraryDecoder.java
2006-06-02 09:12:09 UTC (rev 1489)
@@ -83,10 +83,6 @@
File base = source.getParentFile();
return buildLibraryDirective( base, root );
}
- catch( IOException e )
- {
- throw e;
- }
catch( Exception e )
{
final String error =
@@ -112,10 +108,6 @@
Element root = document.getDocumentElement();
return buildResourceDirectiveFromElement( null, root, null );
}
- catch( IOException e )
- {
- throw e;
- }
catch( Exception e )
{
final String error =
@@ -244,10 +236,10 @@
{
return buildResourceDirectiveFromElement( parent, root,
basedir );
}
- catch( DecodingException e )
- {
- throw e;
- }
+ //catch( DecodingException e )
+ //{
+ // throw e;
+ //}
catch( Throwable e )
{
final String error =
@@ -278,7 +270,6 @@
{
final String elementName = element.getTagName();
final String path = ElementHelper.getAttribute( element, "file" );
- //if( "import".equals( elementName ) )
if( null != path )
{
try




  • r1489 - trunk/main/depot/library/src/main/net/dpml/library/info, mcconnell at BerliOS, 06/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page