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+Task.
>
>
>
>
> 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
>
>
>