Issue #120 has been reported by Thomas Chemineau. ---------------------------------------- Feature #120: [Configuration] Allow user to define constants http://tools.lsc-project.org/issues/show/120
Author: Thomas Chemineau Status: New Priority: Normal Assigned to: Category: Core Target version: 1.2 branch It could be very useful to allow user defining constants. It could be implemented as properties that could be reuse in other LSC properties. For example, if I define: lsc.constants.ouToSync = "OU=CLIENTS" Then I would like to reuse it as the following: lsc.tasks.ldap2adUpdate.dn = \"cn=\" + srcBean.getAttributeValueById(\"cn\") + \",\" + lsc.constants.ouToSync -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lsc-project.org/pipermail/lsc-dev/attachments/20091007/80889bd3/attachment.htm>

