[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: -Dants.debugFlags=ANTS_DANTE (etc.) is Evil (tm)
> >I don't have a problem with it... How about:
> >
> > -janos.debugFlags=NODEOS_BLAH for edu.utah.janos.nodeos.Main
> >
> > and
> >
> > -ants.debugFlags=ANTS_BLAH for ants.core.ConfigurationManager
>
> Er, so if I wanted to set both, the ABoneShell command would
> be something like this?
>
> pload J=http://bro.isi.edu/ANTS/ants2.0/~edu.utah.janos.nodeos.Main \
> T=${TYPE} D=T${TYPE} C=ANTS_2 R=err O=out V=${jdk} \
> S=-janos.debugFlags=NODEOS_BLAH \
> S=ants.core.ConfigurationManager \
> S=-ants.debugFlags=ANTS_BLAH \
> S=core.config S=${vaddr}
yep
> That's OK by me, although on second thought maybe:
>
> pload J=http://bro.isi.edu/ANTS/ants2.0/~edu.utah.janos.nodeos.Main \
> T=${TYPE} D=T${TYPE} C=ANTS_2 R=err O=out V=${jdk} \
> S=--debug=NODEOS_BLAH \
> S=ants.core.ConfigurationManager \
> S=--debug=ANTS_BLAH \
> S=core.config S=${vaddr}
>
> would look a little more "normal" to the Unix hoi polloi. Note also
> that I used double-dashes for the Gnu-at-heart (in this case, also
> known as the POSIXly enhanced). Comments?
Double dashes are better. I'm a little hesitant to make them both
`--debug' though since its harder to tell them apart, but, I'll get over
it.
> Craig Milo Rogers
tim stack
[ Janos ] [ OSKit ] [ Network Testbed ] [ Flick ] [ Fluke ]
Flux Research Group / Department of Computer Science / University of Utah