If you can start a program (with <java> or <exec>) that will export these information to a property file, you can import this file.
Jan Mat�rne -----Urspr�ngliche Nachricht----- Von: Will Hartung [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 24. Januar 2003 20:02 An: [EMAIL PROTECTED] Betreff: Setting a property to the value of a class? Hi all, We're working on our system and have come to the need of being able to set a property to a value that is determined programatically. In our case, it's a version number, which is obtained through external means. In most cases, this would be fine as a property, but there doesn't seem to be an obvious way to set this up. I'm clearly missing something pretty obvious, but does anyone have any suggestions? Something akin to being able to do this: <property name="myValue" class="com.pkg.CalcMyValue"> <parm name="firstArg" value="xyz"/> <parm name="secondArg" value="123"/> </property> Any ideas? Anything close? Thanx! Regards, Will Hartung ([EMAIL PROTECTED]) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
