Issue #119 has been updated by Jonathan Clarke.
Applied in changeset r342. ---------------------------------------- Bug #119: SQLMap url in example sql-map-config.xml is wrong http://tools.lsc-project.org/issues/show/119 Author: Jonathan Clarke Status: Feedback Priority: Normal Assigned to: Jonathan Clarke Category: Sample Target version: 1.1.1 Since 1.1.0, the etc/sql-map-config.xml-sample contains a sample URL to read in an SQLMap, using a variable that defines the configuration directory. This is slightly wrong, as shown in this patch: <pre> - <sqlMap url="file://${lsc.config.sqlmapdir}/Activity.xml"/> + <sqlMap url="file://${lsc.config}/sql-map-config.d/Activity.xml"/> </pre> Fix coming in trunk and 1.1 branch. -- 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/20090928/95d16efa/attachment.htm>

