Project

General

Profile

Improvement #2049

Updated by Henning Blohm about 5 years ago

The current command line should be unified and extended. 

 h2. Acceptance Criteria 

 * drop z_embedded.jar and instead enhance the z.jar command line to: 
 ** by default act like z_embedded.jar, that is load the named component: Either as IDependencyComponent or as Main class 
 ** optionally: 
 *** compute (as of today) 
 *** run (Main) 
 *** prepare (IDependencyComponent) 
 ** sync jmxsync <url> (sync and return log until completed) 
 ** showlog jmxlog <url> (stream log) 

Back