i will do this. But what to prefer:

a) user  apache cli  http://jakarta.apache.org/commons/cli/ ?
or b) parse the []args ?

I think apache cli is nicer and cleaner to use. But it will add a new dependency.

Let's do the easy thing, first: use commons-cli if it helps.
We can remove the dependency later if we don't want to depend on commons-cli.
commons-cli really helps :).
It's very simple, clean, and reduces the required code allot. About potential 
errors in the code not
to mention.
Regarding it's dimension: IMHO it's small enough and it's better to have a few 
KB more to download
than to have a few more bugs to fix :).

Ahmed.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to