Skip to Content.
Sympa Menu

notify-dpml - r1054 - trunk/main/depot/core/console/src/main/net/dpml/depot

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: r1054 - trunk/main/depot/core/console/src/main/net/dpml/depot
  • Date: Wed, 8 Feb 2006 09:12:13 +0100

Author: mcconnell
Date: 2006-02-08 09:12:10 +0100 (Wed, 08 Feb 2006)
New Revision: 1054

Modified:
trunk/main/depot/core/console/src/main/net/dpml/depot/Main.java
Log:
update depot to set debug enabled state

Modified: trunk/main/depot/core/console/src/main/net/dpml/depot/Main.java
===================================================================
--- trunk/main/depot/core/console/src/main/net/dpml/depot/Main.java
2006-02-08 08:09:12 UTC (rev 1053)
+++ trunk/main/depot/core/console/src/main/net/dpml/depot/Main.java
2006-02-08 08:12:10 UTC (rev 1054)
@@ -92,8 +92,7 @@
{
System.setProperty( "dpml.logging.config",
"local:properties:dpml/transit/debug" );
args = CLIHelper.consolidate( args, "-debug" );
- //System.setProperty( "dpml.logging.level",
- // System.getProperty( "dpml.logging.level", "FINE" ) );
+ System.setProperty( "dpml.debug", "true" );
m_debug = true;
for( int i=0; i<arguments.length; i++ )
{




  • r1054 - trunk/main/depot/core/console/src/main/net/dpml/depot, mcconnell at BerliOS, 02/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page