Hi Daniel,
We have different solutions developed in Java and .NET. We
want to use cruise control
as continuous integration tool for combing our .NET and Java
applications. We will have one build server
and install cruisecontrol, IDE for .NET solutions, JDK for Java
solutions. If we have to use ant for
Java then we might as well use the same for .NET applicaitons too,
then we might not require cruise control.
We need to go for one tool either nant/ant or cruise Control.
Thanks,
Pranathi
On Dec 18, 1:49 pm, Daniel Hommel <[email protected]>
wrote:
> On Thu, 18 Dec 2008 10:25:39 -0800 (PST)
>
> Pranathi <[email protected]> wrote:
>
> > Hi Daniel,
>
> > I found the issue. I did not embed the above code in <task> tag. Once
> > I added the <task> tag . It worked.
>
> > Now I am trying to add the build.xml directly into ccnet.config
> > instead of using ant. I get an error message
> > "Unable to instantiate CruiseControl Projects from configuration.
> > Missing required elemnets from configuration".
>
> Hi Pranathi
>
> I'm sorry to say, but that won't work. CC.Net is designed to use a
> build tool to build projects. What is the problem with using ant and a
> build.xml? You could use the exec task to call javac, jar and all that
> stuff but i would not recommend that.
>
> regards,
>
> Daniel