Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2531 - development/main/depot/console

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2531 - development/main/depot/console
  • Date: Fri, 13 May 2005 10:34:04 +0000

Author: mcconnell AT dpml.net
Date: Fri May 13 10:33:53 2005
New Revision: 2531

Modified:
development/main/depot/console/README.TXT
Log:
bring the README uptodate

Modified: development/main/depot/console/README.TXT
==============================================================================
--- development/main/depot/console/README.TXT (original)
+++ development/main/depot/console/README.TXT Fri May 13 10:33:53 2005
@@ -1,7 +1,23 @@

A commandline handler that will read a classpath from preferences, create
the initial classloader, and deloy. The cli handler will be 100% standalone
(no dependencies). Preference node selection will be based on a profile name.

-Example usage:
+Example usage that default to launching the preferences editor:

- $ java -Djava.system.class.loader=net.dpml.depot.console.DepotClassLoader
-jar target\deliverables\jars\*.jar -profile=prefs
+ $ depot
+
+Alternative target application launching:
+
+ $ depot -profile [name]
+
+The profile [name] is a user preferences node under the path
net/dpml/depot/console/profiles.
+
+Application preferences node atributes:
+
+ title -- a human readable title of the profile
+ classname -- the classname of a class implemeting a static main method
+
+Children nodes:
+
+ classpath -- the value of each named attribute is a classpath url
+ properties -- each attribute is a system property name and value




  • svn commit: r2531 - development/main/depot/console, mcconnell, 05/13/2005

Archive powered by MHonArc 2.6.24.

Top of Page