Hello,

First look at what is in CVS or the nightly-build. For example, in CVS
now:

SystemUtils.USER_COUNTRY : String
SystemUtils.USER_DIR : String
SystemUtils.USER_HOME : String
SystemUtils.USER_LANGUAGE : String
SystemUtils.USER_NAME : String
SystemUtils.USER_TIMEZONE : String

Then you should read:

http://jakarta.apache.org/commons/patches.html

Which will direct you on how to contribute.

For your suggestions, I would be careful not to add properties that are
vendor specific, those that start with "sun" for example.

Happy coding!

Gary

-----Original Message-----
From: Bala Paranj [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 05, 2005 12:50 PM
To: commons-dev@jakarta.apache.org
Subject: Commons Lang SystemUtil

Hi,

I was browsing the Commons Lang SystemUtil class and
noticed that we could add the following :

Time zone, User language, User country, User locale,
OS Patch Level, Unicode Encoding, Cpu Endian.

I also few more in my SystemProperties utility class.
How can I add these attributes?

Thanks,
Bala

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


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

Reply via email to