Hi, On Wed, 17 Oct 2001 10:21, Jar Lyons wrote: > Any suggested convention for getting to command line arguments from > within a Block?
Theres no real way of doing this as Phoenix assumes that all configuration data for applications is stored in config.xml. You may be able to hack something together by setting system properties and then retrieveing from your blocks by something like set PHOENIX_JVM_OPTS=-Dmy.arg.1=Arg1 -Dmy.arg.2=Arg2 run.sh -- Cheers, Pete ----------------------------------------------- "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." -Albert Einstein ----------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
