[EMAIL PROTECTED] wrote:
Hi

Could anybody tell me where I could download the commons-configuration 1.3
snapshot?

Cheers
Rishi

The nightly builds of all commons components do not work ATM. We are in the process of setting up a new build process. I am afraid, you will have to check the new sources out from subversion. [1] contains a description how this is done. [2] has instructions about building Commons Configuration from its source code.

Oliver

[1] http://www.apache.org/dev/version-control.html
[2] http://jakarta.apache.org/commons/configuration/building.html


-----Original Message-----
From: Mallesh Rishikesh GB Sent: 29 June 2006 09:54
To: commons-user@jakarta.apache.org
Subject: RE: [commons configuration] Using aliases in configuration factor y

Thanks! Useful update to the package.

-----Original Message-----
From: Oliver Heger [mailto:[EMAIL PROTECTED] Sent: 28 June 2006 21:09
To: Jakarta Commons Users List
Subject: Re: [commons configuration] Using aliases in configuration factory

[EMAIL PROTECTED] wrote:
All,

Question regarding configuration factory.

Is it possible to define aliases in a configuration factory as shown below
-

<configuration>
  <properties alias="test1" fileName="test1.properties"/>
  <xml alias="testX" fileName="test.xml"/>
  <properties alias="test2" fileName="test2.properties "/>
</configuration>
I basically want to load data from specific named configuration files
using
the aliases.
Cheers

Rishi

ConfigurationFactory does not support alias names, but in subversion there is a new class DefaultConfigurationBuilder, which allows to assign names to configuration sources. Documentation for this class can be found in the updated user's guide [1].

Oliver

[1] http://jakarta.apache.org/commons/configuration/howto_configurationbuilder.h
tml#Using%20DefaultConfigurationBuilder

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


----------------------------------------------------------------------------
--------------------------------
This message is intended for the addressee or its representative only. Any form of unauthorized use, publication, reproduction, copying or disclosure of the content of this e-mail is not permitted. If you are not the intended recipient of this e-mail message and its contents, please notify the sender immediately and delete this message and all its attachments subsequently.


---------------------------------------------------------------------
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]



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

Reply via email to