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
