Skip to Content.
Sympa Menu

notify-dpml - r1967 - trunk/main/depot/build/src/main/dpml/build

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: r1967 - trunk/main/depot/build/src/main/dpml/build
  • Date: Mon, 16 Apr 2007 17:30:19 +0200

Author: mcconnell
Date: 2007-04-16 17:30:18 +0200 (Mon, 16 Apr 2007)
New Revision: 1967

Modified:
trunk/main/depot/build/src/main/dpml/build/Main.java
Log:
woops

Modified: trunk/main/depot/build/src/main/dpml/build/Main.java
===================================================================
--- trunk/main/depot/build/src/main/dpml/build/Main.java 2007-04-16
15:15:10 UTC (rev 1966)
+++ trunk/main/depot/build/src/main/dpml/build/Main.java 2007-04-16
15:30:18 UTC (rev 1967)
@@ -145,7 +145,7 @@
{
final String error =
"Unable to load library index.";
- m_logger.error( message, e );
+ m_logger.error( error, e );
return -1;
}

@@ -159,7 +159,7 @@
{
final String error =
"Build error.";
- m_logger.error( message, e );
+ m_logger.error( error, e );
return -1;
}
}




  • r1967 - trunk/main/depot/build/src/main/dpml/build, mcconnell at BerliOS, 04/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page