Re: How do I run a bat file as a build

2007-08-29 Thread Joakim Zetterberg
, but I still get errors: Exception: Cannot checkout sources. The module isn't a directory. I guess I have missed something in the configuration, but I don't really know what to change. -- View this message in context: http://www.nabble.com/How-do-I-run-a-bat-file-as-a-build

Re: How do I run a bat file as a build

2007-08-29 Thread Emmanuel Venisse
the latest parameter must be a module name so if you want to checkout the bat directory, the scm url must be: scm:local|c:/|bat Emmanuel Joakim Zetterberg a écrit : Currently it's scm:local|c:/bat|foo.bat Emmanuel Venisse wrote: what is your scm url? Joakim Zetterberg a écrit : How

How do I run a bat file as a build

2007-08-28 Thread Joakim Zetterberg
in the configuration, but I don't really know what to change. -- View this message in context: http://www.nabble.com/How-do-I-run-a-bat-file-as-a-build-tf4342442.html#a12370237 Sent from the Continuum - Users mailing list archive at Nabble.com.

Re: How do I run a bat file as a build

2007-08-28 Thread Emmanuel Venisse
what is your scm url? Joakim Zetterberg a écrit : How would I set up a project if I would like a bat file to run? Let's say I have the bat file in c:\bat and its called foo.bat. I have tried to enter a local scm url, but I still get errors: Exception: Cannot checkout sources. The module