Skip to Content.
Sympa Menu

notify-dpml - r1272 - trunk/main/depot/core/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: r1272 - trunk/main/depot/core/src/main/net/dpml/depot
  • Date: Mon, 27 Mar 2006 10:15:57 +0200

Author: mcconnell
Date: 2006-03-27 10:15:53 +0200 (Mon, 27 Mar 2006)
New Revision: 1272

Modified:
trunk/main/depot/core/src/main/net/dpml/depot/Main.java
Log:
located and resolved(?) bug concerning *-D option on station invocations

Modified: trunk/main/depot/core/src/main/net/dpml/depot/Main.java
===================================================================
--- trunk/main/depot/core/src/main/net/dpml/depot/Main.java 2006-03-27
07:28:04 UTC (rev 1271)
+++ trunk/main/depot/core/src/main/net/dpml/depot/Main.java 2006-03-27
08:15:53 UTC (rev 1272)
@@ -159,11 +159,11 @@
private void handleStation( String[] arguments )
{
new File( Transit.DPML_DATA, "logs/station" ).mkdirs();
+ String[] args = processSystemProperties( arguments );
if( CLIHelper.isOptionPresent( arguments, "-server" ) )
{
String name = "station";
- String[] args = CLIHelper.consolidate( arguments, "-server" );
- args = processSystemProperties( args );
+ args = CLIHelper.consolidate( arguments, "-server" );
String spec = "@DEPOT-STATION-SERVER-URI@";
handlePlugin( name, spec, args, true );
}




  • r1272 - trunk/main/depot/core/src/main/net/dpml/depot, mcconnell at BerliOS, 03/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page