Hi Maddy,

Your config looks pretty straight-forward, nothing obviously wrong
there. I notice you're using a Nant task to build your project, so
there is a possibility the problem lies there, but I'm not enough of a
Nant expert to help in that area.

Are you able to send us your log file? This is a file called ccnet.log
in your application directory. If you don't want to send us your
entire log, you could rename your current log, replicate your issue
and then send us the log with just that information in it. This log
will provide a better picture of what is happening in CC.Net.


Craig

On Apr 20, 10:45 pm, madhu nambiar <[email protected]> wrote:
> Hi craig,
>          can u please update the status on the issue posted here below link:
>
> http://jira.public.thoughtworks.org/browse/CCNET-1449
>
> My whole ccnet.config file is pasted below
>
> <cruisecontrol>
>  <project name="VSAT">
>  <sourcecontrol type="filtered">
>    <sourceControlProvider type="filesystem">
>     <repositoryRoot>C:\ThreePartition</repositoryRoot>
>     <autoGetSource>true</autoGetSource>
>     <ignoreMissingRoot>false</ignoreMissingRoot>
> </sourceControlProvider>
>  <exclusionFilters>
>   <pathFilter>
>           <pattern>C:\ThreePartition\wrSbc750gx_ThreePartition\**</pattern>
>       </pathFilter>
>       <pathFilter>
>    <pattern>C:\ThreePartition\*.txt</pattern>
>       </pathFilter>
>          </exclusionFilters>
> </sourcecontrol>
>
>    <triggers>
>             <intervalTrigger name="continuous" seconds="240"
> buildCondition="IfModificationExists" />
>     </triggers>
>
>   <tasks>
>
>      <nant>
>         <executable>C:\Nant-0.85\bin\NAnt.exe</executable>
>   <buildFile>nant.build</buildFile>
>
>       </nant>
>  </tasks>
>
> with kind regards
> Maddy
> On Thu, Apr 16, 2009 at 1:55 PM, Craig & Sammi Sutherland <
>
> [email protected]> wrote:
> >  That really depends on the IDE. If you are using Visual Studio there is a
> > task for it:
> >http://confluence.public.thoughtworks.org/display/CCNET/Visual+Studio....
>
> > Otherwise, you’ll have to search the documentation for the IDE.
>
> > Craig
>
> > *From:* [email protected] [mailto:[email protected]] *On
> > Behalf Of *madhu nambiar
> > *Sent:* Thursday, 16 April 2009 7:21 p.m.
> > *To:* [email protected]
> > *Subject:* [ccnet-user] Re: extract the contents of an IDE ??
>
> > yes craig,
>
> > i very much agree to that.But is der any other way by which u can just get
> > the whole contents of an IDE??
>
> > wat about using AutoHotkey??
>
> > Maddy
>
> > On Thu, Apr 16, 2009 at 12:46 PM, Craig & Sammi Sutherland <
> > [email protected]> wrote:
>
> > If you can't get the errors from your IDE into the text file, there is
> > nothing CC.NET <http://cc.net/> can do. CC.NET <http://cc.net/> can only
> > pick up the results from the file.
>
> > Craig
>
> > -----Original Message-----
> > From: [email protected] [mailto:[email protected]] On
> > Behalf Of Maddy
> > Sent: Thursday, 16 April 2009 7:09 p.m.
> > To: ccnet-user
> > Subject: [ccnet-user] extract the contents of an IDE ??
>
> > Hi,
> >  I am able to partially get the output of my IDE into some text file
> > using the redirection operators in my batch files.But i am unable to
> > get the errors which i had deliberately introduced so that i can get
> > the log of my errors.
>
> > Can u plz help me out??
>
> > Thanks Stefen

Reply via email to