Issue #108 has been updated by Jonathan Clarke. Status changed from New to Feedback
Cl?ment Oudot wrote: > I try to use an alternate configuration directory with this command: <pre> ant -Dsynchronize.parameters="-s all -c all -f src/test/resources-test/" lsc::synchronize </pre> > > This does not seems to work. After investigating this, it turns out the parameter to -f cannot be a relative path. It must be an absolute path, or a relative path from target/classes. This is for backwards compatibility with existing installations that don't have a configuration directory. This should probably be indicated more clearly in the documentation, but is not a bug but a feature ;-) ---------------------------------------- Bug #108: Cannot change configuration directory http://tools.lsc-project.org/issues/show/108 Author: Cl?ment Oudot Status: Feedback Priority: Normal Assigned to: Jonathan Clarke Category: Core Target version: 1.1.0 I try to use an alternate configuration directory with this command: <pre> ant -Dsynchronize.parameters="-s all -c all -f src/test/resources-test/" lsc::synchronize </pre> This does not seems to work. -- 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/20090717/9fab2b96/attachment.htm>

