Hi

are you sure you are running CCNet?, the .Net CruiseControl,
and not the Java one : CruiseCrontrol?

judging from the version numbers, it looks like you're running the Java
variant


with kind regards
Ruben Willems


On Thu, Jul 30, 2009 at 6:52 PM, nisamom <[email protected]> wrote:

>
> Hi
>
> Recently I upgraded cruisecontrol to version 2.8.2 from 1.1.0. I am
> having trouble running nant from config.xml.
>
> my previous version of ccnet.config has following code
>
>  <tasks>
>       <nant>
>          <executable>c:\Program Files\nant-0.85\bin\nant.exe</
> executable>
>          <baseDirectory>c:\test</baseDirectory>
>          <targetList>
>             <target>ccnet.init</target>
>          </targetList>
>
>          <buildArgs>-buildfile:testme.build -verbose -
> D:build.configuration=local -D:set.version.number=true ccnet.build</
> buildArgs>
>          <buildTimeoutSeconds>3600</buildTimeoutSeconds>
>       </nant>
>
> the new config.xml has
>
>  <nant>
>  <baseDirectory>c:\test</baseDirectory>
>  <buildArgs>-buildfile:testme.build -verbose -
> D:build.configuration=local-D:set.version.number=true ccnet.build</
> buildArgs>
>  <nologo>false</nologo>
>  <targetList>
>    <target>ccnet.init</target>
>  </targetList>
>  <buildTimeoutSeconds>1200</buildTimeoutSeconds>
> </nant>
>
> getting error Caused by:
> net.sourceforge.cruisecontrol.CruiseControlException: Unknown plugin
> for: <baseDirectory>
>
> is there any easy way to make previous config file work with new
> version of cruisecontrol?
>

Reply via email to