Files that configure the initial settings for some computer programs.

learn more… | top users | synonyms

2
votes
0answers
81 views

Use app.config from fsx file

Is it possible to use an app.config file from a F# script (fsx) file? If so, how? Where do I put the file and what will it be called?
2
votes
0answers
199 views

Config files transform stopped working after upgrade to .NET Framework 4.5

After upgrading our solution to .NET Framework 4.5 the transformation of our config files stopped working. I also asked a question that might be connected to this but still a separate question, After ...
2
votes
0answers
181 views

How to modify configuration file for another C# assembly?

I have a .NET assembly A with app.config settings file generated by framework. Actually, it is called A.dll.config. I want to access and modify this settings file from another .NET assembly B. The ...
2
votes
0answers
59 views

Creating YAML configuration files (parsed via as3yaml) instead of XML, in an Actionscript project

Has anyone used the as3yaml YAML parser for Actionscript? I have an Actionscript application (authored in the Flash IDE, not Flash Builder), which parses an XML configuration file on startup. I'd like ...
2
votes
0answers
94 views

Java(android) configuration files(scripts)

I have to be able to update my android application behavior using configuration files. The idea is as follows: There is a configuration file(any kind of semantic is allowed here) available on ...
2
votes
0answers
1k views

Adding deploy folders to the JBoss 5.1.0 classpath

In JBoss 5.1.0 there are the following files: <JBOSS_HOME>/<INSTANCE>/conf/jboss-service.xml <JBOSS_HOME>/<INSTANCE>/conf/bootstrap/profile.xml Folders into which ...
2
votes
0answers
365 views

IDE complains Config files referenced in ConfigSource attributes do not comply with DotNetConfig.xsd

I find configsource references in the .config-files to be very helpful. However, since these referenced config-files only contain fragments of the entire app.config hierarchy, the IDE complains. In ...
1
vote
0answers
100 views

Programmatically securing configuration sections

I've been trying to write a tool to use RsaProtectedConfigurationProvider to secure the connectionStrings settings of my application. While there are many tutorials on managing this using ...
1
vote
0answers
29 views

Include a separate config file in ~/.subversion/config file

I have a set of custom configs that I have defined in my ~/.subversion/config file. I want to use this across multiple machines, but don't want to share the entire config file. In ~/.bashrc I have ...
1
vote
0answers
81 views

How Enterprise Library loads hierarchy of external configuration files

Please, can someone clarify to me a loading process? Say, you have app.config file for your UI executable. You add Enterprise Library config sources in that file. Each config source refers to another ...
1
vote
0answers
81 views

Multiple environment configuration with android xml config on Eclipse

My android application could run on multiple environments - dev/test/live. I have few config values that are different between the environments (and a lot of values that are the same for all of them). ...
1
vote
0answers
89 views

nginx configuration root

Help me to configure nginx index file option, please. Any requests except the main page i want to redirect to some handler file and the main page request to index.html file. Something like this: ...
1
vote
0answers
185 views

How to deploy MessageBus in Liferay?

Written in Liferay Documentation 6.1 on using Message Bus, Configuration of Message Bus is done using the following files: WEB-INF/src/META-INF/messaging-spring.xml - Specifies your ...
1
vote
0answers
276 views

Printing Apache Commons XML Configuration pretty

I am trying to work with the Apache Commons Configuration XML class and I think I have a basic configuration writer working. Now I need to have the XML output indented correctly. I have tried ...
1
vote
0answers
146 views

Placing properties files in a web application

In a java web application using struts 2 and running in Jboss server I am asked to place the properties file outside the EAR and in the config file. What does this mean ? If it's outside the EAR how ...
1
vote
0answers
158 views

Config files for GAC assemblies using Wix

I know this has been asked a few times in the past. And I have read all the responses and answers and none of them seem appropriate. I've tried putting the .config in the same component and in a ...
1
vote
0answers
80 views

How to define a codeBase element depending on the platform (x86/x64)

I have an issue with building(*)/testing a web application where I reference an assembly available in c:\program files on my workstation but in c:\program files (x86) on the build server. This ...
1
vote
0answers
156 views

Visual Studio Custom Tool: File wrapper

What I want is typed access to the contents of a file within a VS.NET solution. I think a custom tool with corresponding custom tool namespace would be the easiest to do (do correct me if there is a ...
1
vote
0answers
128 views

can't cast to my custom ConfigurationSection

I'm trying to read a config file like this: var dllPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly. GetExecutingAssembly().GetName().CodeBase); dllPath = ...
1
vote
0answers
313 views

Android - config.gz

Why is my device missing the config.gz file ? I need it to complile some kernel code and need it for that. Any idea folks where i can find it ? I'm a newbie so please forgive me if its something ...
1
vote
0answers
270 views

conf/ini files indentation Emacs

so here is my problem: .conf files(like smb.conf and xorg.conf) should look something like this [some-header] somevar = someval othervar = otherval [other header] opt1 = pref1 opt2 = ...
1
vote
0answers
87 views

UI workbench to generates xml file

We have one custom ESB, which parses the config file to orchestrate different activities. I am thinking to create one UI workbench through which we can create or modify the existing config file to ...
1
vote
0answers
207 views

Is there a more robust way to integration test my persistance layer app.config?

I have my application broken into the following projects/assemblies Approot/UI AppDomain/business logic/layer Domain.Tests Persistance/db layer Persistance.Tests I'm integration testing the ...
0
votes
0answers
21 views

date variable not resolve in log4j2.xml when using log4j 2.0 in standalone java app under osx

I'm using log4j 2 in my standalone java app. However, I'm struggling with the date variable in the log4j2.xml configuration. It's not getting resolved. Here is my log4j2.xml configuration file: ...
0
votes
0answers
10 views

How do i resolve this “bad class file” error(trying to operate Log4J)?

I was having trouble getting my beginner's sample Log4J program to work because of classpath issues, so I decided to try putting the sample code in the Log4j directory itself. But it seems that's a ...
0
votes
0answers
23 views

How Parsley PropertiesFile can be reloded, avoiding the cached version is loaded?

In an old Flex 4.1 project I'm using Parsley 2.3.0 and it is configured by a PropertiesFile tag in my main mxml file, as follow: <parsley:ContextBuilder> <parsley:PropertiesFile ...
0
votes
0answers
38 views

Prevent IntelliJ IDEA from flagging bean reference as an error

Environment: IntelliJ IDEA 11, Tomcat 7, Spring MVC 3.1. I have several XML files that hold my Spring MVC configuration: spring-servlet.xml holds the main configuration, including all of the bean ...
0
votes
0answers
31 views

SaveAs Method for ApplicationSettingsBase

How can I do a SaveAs(string file) or a LoadFrom(string fileName) with ApplicationSettingsBase? Is there a convenient way to do this? Subclass of ApplicationSettings is generated by vs designer. ...
0
votes
0answers
29 views

Which property of the ConfigurationElement class maps to the <element>text between</element>?

Which property of the System.Configuration.ConfigurationElement class will get me the text inside the element tags? <hello> <youAlright comeOnSpitItOut = "I know how to get ...
0
votes
0answers
140 views

Loading file on network in c#

The Programm: I have to load an file from the local Network. It´s not an domain computer. The file is on another Computer, where i placed an Network Share. I don´t want to integrate a network drive on ...
0
votes
0answers
42 views

Deploy configuration file to the iPhone device while installing app

Having configuration files that needs to deploy into device is a common topic. each platform have mechanism to do this. for example in android (i use monodroid) you can use Assets for this purpose. ...
0
votes
0answers
147 views

How to make the application read keys from app.config file of class library dynamically

My requirement is as follows. 1)I want to use the application settings to read a location path and use it in my project to read the files in that folder. --- I achieved this by creating a setting ...
0
votes
0answers
49 views

IPython ipy_user_conf.py file is not adding imports or functions to console

There is not much documentation on the web about the ipy_user_conf.py file other than at: (http://ipython.org/ipython-doc/rel-0.10.2/html/config/customization.html#ipythonrc). For some reason my ...
0
votes
0answers
82 views

Custom config file, Configuration.Save() throwing error

I'm currently developing a WPF application where I use my own config-file with custom config sections. This is my ConfigurationElementCollection-class: public class ...
0
votes
0answers
20 views

How to load environment-specific config into a WSGI based webapp?

I have a zope app (Grok-based actually) that has a zope.conf file which is used by some zope apps for paths etc on startup. I have similar info I need to pass (basically a bunch of strings) into my ...
0
votes
0answers
37 views

How to get syntax highlighting for .cfg files in Aptana 3?

Now it doesn't highlights the buildout.cfg file that is commonly used when writing python apps.
0
votes
0answers
71 views

Is there a way to load nested properties from a property file in java?

The scenario what I am looking for is like. //contents of props file prop1 [prop1.1=val1 prop1.2=val2] prop2 [ prop2.1 [prop2.1.1=val3 prop2.1.2=val4 ] prop2.2=val5 ] ...
0
votes
0answers
88 views

.NET custom config file encryption permission issue

I am trying to encrypt a custom config file in my .net mvc web application. Let's call the config file myConfig.config. I cannot use aspnet_regiis because it is not web.config and I do not want to use ...
0
votes
0answers
103 views

Can't read a config section from configuration file

I am reading a config file to get the value of the baseAddress that is located as below: <?xml version="1.0" encoding="utf-8" ?> <configuration>... <system.serviceModel> ...
0
votes
0answers
101 views

Attributes in custom configuration element collection

I have custom configuration section and configuration element collection inside it in my Windows Forms application: Imports System.Configuration Namespace Configuration Friend Class ...
0
votes
0answers
95 views

ASP.NET Url rewrite maps

I'm trying to get my head around url rewriting in ASP.NET. I have two rewritemaps.config files (rewritemaps1.config and rewritemaps2.config) I had to split these up in two since the config file size ...
0
votes
0answers
62 views

Writing common code for settings.settings

I have the need to save user options&settings for several applications. I understand that the best way to save user settings is to use "Settings" in the form of Settings.Default["SomeProperty"] = ...
0
votes
0answers
38 views

Eclipse Workspace Configuration Save Directory

I'm trying to make a shared copy of Eclipse be used by several users but I can't get the Eclipse installation to use separate workspace definitions for different users: Instead this configuration is ...
0
votes
0answers
50 views

Using the config values within the same app.config

Is there any way to use a config value within the same app.config file itself? Something like this: <?xml version="1.0"?> <configuration> <appSettings> <add ...
0
votes
0answers
13 views

Can we maintain centralized configuration files for load balanced apps?

Is it ok to maintain configuration files like spring context and log4j properties in a centralized location for the load balanced apps to access ? is it a good practice ? If so how can that be ...
0
votes
0answers
90 views

Syntax Highlight Sublime 2 IDOL AUTONOMY

I am creating a Syntax file for Autonomy IDOL CFG files for Sublime Text 2 I am following the syntax from here: http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html My file is as ...
0
votes
0answers
31 views

checking for modifications in configuration file when starting a program

How to check for changes in the configuration file each time when the time software starts? How to check for modifications?
0
votes
0answers
56 views

VS 2010 test project configuration from another file

Here's the run down. I have a solution that is a small piece of a much larger system. We share app settings through linked configuration files with a post build event to copy the file to the build ...
0
votes
0answers
69 views

Coherence multiple cache configuration deployment descriptors

Is it possible to use multiple cache configuration deployment descriptor configuration files. So what we are trying to achieve. An existing application has a coherence cluster deployed. We want to ...
0
votes
0answers
84 views

Mod_ruid2 is no more in httpd.include file when plesk last updated

I have Plesk installed on a server and everything was working fine. But since the last update which was done automatically, there were many problems which came up and websites were having permission ...

1 2 3 4