You can use another task after the build task. If you wanna give
different parameters manually each time, use dynamic parameters. Its
available in CC.NET 1.5
Piece of example code:
<tasks>
<exec>
<executable>gendarme.exe</executable>
<baseDirectory>C:\Program Files\Novell\Gendarme</baseDirectory>
<buildArgs>--config "C:\Program Files\Novell\Gendarme\rules.xml" D:
\com\Build\*.dll D:\com\Build\*.exe</buildArgs>
<buildTimeoutSeconds>900</buildTimeoutSeconds>
<successExitCodes>0</successExitCodes>
</exec>
</tasks>
Regards,
VJ
On Feb 22, 4:29 pm, Matt <[email protected]> wrote:
> bump.
>
> anyone?
>
> On Feb 17, 3:46 pm, Matt <[email protected]> wrote:
>
>
>
> > I want to be able to run an executable after one of my projects
> > finishes building, not just when all the builds are in a specific
> > state. is this possible with CCTray? Are there any parameters that
> > CCTray passes to the executing program. I am using CC.NET 1.5- Hide quoted
> > text -
>
> - Show quoted text -