Skip to Content.
Sympa Menu

notify-dpml - r1530 - trunk/main/metro/tools/src/main/net/dpml/metro/tools

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: r1530 - trunk/main/metro/tools/src/main/net/dpml/metro/tools
  • Date: Fri, 23 Jun 2006 16:23:56 +0200

Author: mcconnell
Date: 2006-06-23 16:23:55 +0200 (Fri, 23 Jun 2006)
New Revision: 1530

Modified:
trunk/main/metro/tools/src/main/net/dpml/metro/tools/PartDataType.java
Log:
housekeeping

Modified:
trunk/main/metro/tools/src/main/net/dpml/metro/tools/PartDataType.java
===================================================================
--- trunk/main/metro/tools/src/main/net/dpml/metro/tools/PartDataType.java
2006-06-23 07:25:07 UTC (rev 1529)
+++ trunk/main/metro/tools/src/main/net/dpml/metro/tools/PartDataType.java
2006-06-23 14:23:55 UTC (rev 1530)
@@ -139,31 +139,9 @@
URI uri = getURI();
try
{
- //Logger logger = new AntAdapter( this );
- //CompositionController controller = new CompositionController(
logger );
- //return controller.loadDirective( uri );
ComponentDecoder decoder = new ComponentDecoder();
return decoder.loadComponentDirective( uri );
}
- //catch( PartNotFoundException pnfe )
- //{
- // final String error =
- // "Unable to include the part ["
- // + key
- // + "] because part reference ["
- // + uri
- // + "] could not be found.";
- // throw new BuildException( error );
- //}
- //catch( DelegationException de )
- //{
- // final String error =
- // "Delegation error while attempting to load part ["
- // + m_uri
- // + "] due to: "
- // + de.getMessage();
- // throw new BuildException( error, de );
- //}
catch( IOException ioe )
{
final String error =




  • r1530 - trunk/main/metro/tools/src/main/net/dpml/metro/tools, mcconnell at BerliOS, 06/23/2006

Archive powered by MHonArc 2.6.24.

Top of Page