|
|
|
|||||
|
IceGrid app descriptor: reopen unnamed sets
not sure if it's a bug or a feature but I was surprised by it.
The IceGrid descriptor parser allows re-opening of unnamed property sets but this leads to duplication of all the properties which were already loaded. The documentation does not seem to address this. Code:
...
<server ...>
...
<properties>
<property name="Prop1" value="1"/>
</properties>
<properties>
<property name="Prop2" value="2"/>
</properties>
</server>
...
Code:
properties
{
Prop1 = `1'
Prop1 = `1'
Prop2 = `2'
}
![]() cheers, alex
__________________
Alex Makarenko Australian Centre for Field Robotics The University of Sydney www.cas.edu.au project: orca-robotics.sf.net |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Does icegrid app remove, stop the servers of the app? | Wilko | Help Center | 6 | 06-16-2007 12:03 PM |
| Icebox descriptor | xdm | Help Center | 1 | 01-24-2006 12:21 PM |
| IceBox/ C# and App.config | stephan | Help Center | 0 | 01-12-2006 05:56 AM |
| Patch for escaping deployment descriptor variables | benoit | Patches | 0 | 04-04-2005 05:26 PM |
| IceStorm service descriptor | istvan | Help Center | 4 | 10-31-2003 10:55 AM |