Advertisement

08.22.2008 at 09:51PM PDT, ID: 23671997
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.0

Using CruiseControl.Net

Asked by rpkhare in Open Source Programming, Miscellaneous Programming

Tags: ,

I am using Visual Studio 2005 for building Windows applications. I installed CruiseControl.Net on my machine to learn it how it works and for what is meant. I have successfully been able to configure it but I see a replica of my source code directories in CruiseControl's working directory. I have set the working directory different from the original. My original source code lies in a folder in C: and I have set the working directory of CruiseControl in e:. This is because I don't want CruiseControl to overlap my existing files. I am using following configuration for it. I want to know what is the use of the replica that is created in the working directory. In the working directory I didn't find any .Exe files. It contains only source code.

At the end I want to know whether using CruiseControl on a single machine for a single developer is useful or not.Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
<cruisecontrol>
	<!-- This is your CruiseControl.NET Server Configuration file. Add your projects below! -->
		<project name="Stockist@.NET">
    <sourcecontrol type="vss" autoGetSource="true" applyLabel="true">
        <executable>"E:\Microsoft Visual SourceSafe\ss.exe"</executable>
        <project>$/Stockist.root</project>
        <ssdir>G:\Visual SourceSafe Database\</ssdir>
        <workingDirectory>E:\CruiseControl.NET\server\Stockist@.NET\WorkingDirectory</workingDirectory>
        <cleanCopy>true</cleanCopy>
    </sourcecontrol>
    
    <triggers>
      <intervalTrigger seconds="60" />
    </triggers>
    <tasks>
      <devenv>
 
    <solutionfile>C:\Stockist\stockist.sln</solutionfile>
    <configuration>Debug</configuration>
        <buildtype>Build</buildtype>
        <executable>E:\MICROSOFT VISUAL STUDIO 2005\Common7\IDE\devenv.com</executable>
        <buildTimeoutSeconds>60</buildTimeoutSeconds>
      </devenv>
      
      <nunit path="E:\dotnettools\nunit\bin\nunit-console.exe">
 
        <assemblies>
        <assembly>C:\Stockist\Stockist\bin\Debug\Stockist.exe</assembly>
        </assemblies>
      </nunit>
    </tasks>
 
    <publishers>
      <xmllogger />
    </publishers>
 
  </project>
</cruisecontrol>
[+][-]08.25.2008 at 01:02AM PDT, ID: 22303868

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Open Source Programming, Miscellaneous Programming
Tags: ThoughtWorks, CruiseControl.Net
Sign Up Now!
Solution Provided By: Abh4IT
Participating Experts: 1
Solution Grade: B
 
 
[+][-]08.25.2008 at 01:07AM PDT, ID: 22303887

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628