<tasks>
<nant>
<executable>C:\Program Files\Nant\nant-0.86-beta1\bin\nant.exe</
executable>
<!-- <baseDirectory>c:\CI Builds\Build Files</baseDirectory>
-->
<buildFile>c:\CI Builds\Build Files\Common.build</buildFile>
<buildArgs>-l:C:\CI Builds\Shamokin\Common\Artifacts\Buildlogs
\Common.xml</buildArgs>
<logger>NAnt.Core.XmlLogger</logger>
<targetList>
<target>Build</target>
</targetList>
<buildTimeoutSeconds>3600</buildTimeoutSeconds>
</nant>
</tasks>
On Feb 27, 2:08 am, Ruben Willems <[email protected]> wrote:
> Hi
>
> can you post the config file?
>
> is the path maybe a network drive?
> if so, the service may be unable to reach it (the errordescription is
> misleading in this way)
>
> with kind regards
> Ruben Willems
>
>
>
> On Thu, Feb 26, 2009 at 10:25 PM, Randy <[email protected]> wrote:
>
> > I'm trying to convert my straight cruise control builds to NAnt. I
> > have a nant script that builds find from the command line, but when I
> > attempt to invoke it from within cruise control (through the service),
> > I get the following error:
>
> > [Test NAnt Minitab Shamokin Common:ERROR] Publisher threw exception:
> > System.ArgumentException: Illegal characters in path.
> > at System.IO.Path.CheckInvalidPathChars(String path)
> > at System.IO.Path.IsPathRooted(String path)
> > at ThoughtWorks.CruiseControl.Core.Tasks.MergeFilesTask.Run
> > (IIntegrationResult result)
> > at ThoughtWorks.CruiseControl.Core.Project.PublishResults
> > (IIntegrationResult result)
>
> > I've tried with quoting the path in the task block and unquoting the
> > path and still get the same results.
>
> > Has anybody seen this before or might you have any ideas about what I
> > should try to resolve the problem.
>
> > Thank you,
>
> > Randy Neidigh- Hide quoted text -
>
> - Show quoted text -