Nick.Adamson at generaldynamics.uk.com
2010-Apr-28 13:48 UTC
[Cruisecontrolrb-users] CCRB can''t see the projects in the projects folder.
Hi All. I have set up CCRB on a windows build server and am in the process of adding a project. It looks like I''ve added the project successfully however when I start cruise control the web front end says there are no projects in my projects directory. The CCRB_data/projects directory contains a ATIS-Windows folder, this is the name of my project. This folder contains a "work directory, and a file, cruise_config.rb. The log files in cruise/log don''t seem to say anything enlightening so I''m puzzled. Have I missed a step some ware? Any ideas gratefully received. Thanks. Nick. Nick Adamson Software Engineer General Dynamics United Kingdom Limited Bryn Brithdir, Oakdale Business Park, Blackwood, South Wales, NP12 4AA Telephone: +44 (0)1495 23 6467 Email: Nick.Adamson at generaldynamics.uk.com Website: www.generaldynamics.uk.com <http://www.generaldynamics.uk.com/> To help reduce waste paper, please only print this email if you really need to. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20100428/8ed121cb/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2071 bytes Desc: Signature.gif URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20100428/8ed121cb/attachment.gif>
Chad Woolley
2010-Apr-29 20:21 UTC
[Cruisecontrolrb-users] CCRB can''t see the projects in the projects folder.
yes, seems like your directories are wrong. Not sure on windows, there should be a .cruise dir in your home directory. Try a clean install on the machine. On Wed, Apr 28, 2010 at 6:48 AM, <Nick.Adamson at generaldynamics.uk.com>wrote:> Hi All. > > I have set up CCRB on a windows build server and am in the process of > adding a project. > It looks like I''ve added the project successfully however when I start > cruise control the web front end says there are no projects in my projects > directory. > > The CCRB_data/projects directory contains a ATIS-Windows folder, this is > the name of my project. This folder contains a "work directory, and a file, > cruise_config.rb. > The log files in cruise/log don''t seem to say anything enlightening so I''m > puzzled. > > Have I missed a step some ware? > Any ideas gratefully received. > > Thanks. > Nick. > > Nick Adamson > Software Engineer > General Dynamics United Kingdom Limited > Bryn Brithdir, Oakdale Business Park, Blackwood, South Wales, NP12 4AA > Telephone: +44 (0)1495 23 6467 > Email: Nick.Adamson at generaldynamics.uk.com > Website: www.generaldynamics.uk.com > To help reduce waste paper, please only print this email if you really need > to. > > > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20100429/ee4ae1ed/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2071 bytes Desc: not available URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20100429/ee4ae1ed/attachment.gif>
Nick.Adamson at generaldynamics.uk.com
2010-Apr-30 07:52 UTC
[Cruisecontrolrb-users] CCRB can''t see the projects in theprojects folder.
Hi Chad. I''ve worked out what was happening and I believe there''s a bug some ware in CCRB. I was using the CRUISE_DATA_ROOT environment variable as I didn''t want the files in my home directory as that''s on a network share. If I set CRUISE_DATA_ROOT to d:\CruiseProjects I got all sorts of problems with locating files. If I set it to c:\CruiseProjects it works fine so I would guess there''s a hard coded value for drive letter on windows. Having my files on the C drive will work for now but it would be nice to be able to use the D drive as it''s a much faster disk and has more space on it. Thanks. Nick. -----Original Message----- From: cruisecontrolrb-users-bounces at rubyforge.org [mailto:cruisecontrolrb-users-bounces at rubyforge.org] On Behalf Of Chad Woolley Sent: 29 April 2010 21:21 To: cruisecontrolrb-users at rubyforge.org Subject: Re: [Cruisecontrolrb-users] CCRB can''t see the projects in theprojects folder. yes, seems like your directories are wrong. Not sure on windows, there should be a .cruise dir in your home directory. Try a clean install on the machine. On Wed, Apr 28, 2010 at 6:48 AM, <Nick.Adamson at generaldynamics.uk.com> wrote: Hi All. I have set up CCRB on a windows build server and am in the process of adding a project. It looks like I''ve added the project successfully however when I start cruise control the web front end says there are no projects in my projects directory. The CCRB_data/projects directory contains a ATIS-Windows folder, this is the name of my project. This folder contains a "work directory, and a file, cruise_config.rb. The log files in cruise/log don''t seem to say anything enlightening so I''m puzzled. Have I missed a step some ware? Any ideas gratefully received. Thanks. Nick. Nick Adamson Software Engineer General Dynamics United Kingdom Limited Bryn Brithdir, Oakdale Business Park, Blackwood, South Wales, NP12 4AA Telephone: +44 (0)1495 23 6467 Email: Nick.Adamson at generaldynamics.uk.com Website: www.generaldynamics.uk.com <http://www.generaldynamics.uk.com/> To help reduce waste paper, please only print this email if you really need to. _______________________________________________ Cruisecontrolrb-users mailing list Cruisecontrolrb-users at rubyforge.org http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
Chad Woolley
2010-Apr-30 16:12 UTC
[Cruisecontrolrb-users] CCRB can''t see the projects in theprojects folder.
Thanks for looking into it. Please report it as a bug: https://cruisecontrolrb.lighthouseapp.com/projects/9150-cruise-control-rb On Fri, Apr 30, 2010 at 12:52 AM, <Nick.Adamson at generaldynamics.uk.com> wrote:> Hi Chad. > > I''ve worked out what was happening and I believe there''s a bug some ware > in CCRB. > > I was using the CRUISE_DATA_ROOT environment variable as I didn''t want > the files in my home directory as that''s on a network share. > If I set CRUISE_DATA_ROOT to d:\CruiseProjects I got all sorts of > problems with locating files. > If I set it to c:\CruiseProjects it works fine so I would guess there''s > a hard coded value for drive letter on windows. > Having my files on the C drive will work for now but it would be nice to > be able to use the D drive as it''s a much faster disk and has more space > on it. > > > Thanks. > Nick. > > > > -----Original Message----- > From: cruisecontrolrb-users-bounces at rubyforge.org > [mailto:cruisecontrolrb-users-bounces at rubyforge.org] On Behalf Of Chad > Woolley > Sent: 29 April 2010 21:21 > To: cruisecontrolrb-users at rubyforge.org > Subject: Re: [Cruisecontrolrb-users] CCRB can''t see the projects in > theprojects folder. > > yes, seems like your directories are wrong. ?Not sure on windows, there > should be a .cruise dir in your home directory. ?Try a clean install on > the machine. > > > On Wed, Apr 28, 2010 at 6:48 AM, <Nick.Adamson at generaldynamics.uk.com> > wrote: > > > ? ? ? ?Hi All. > > ? ? ? ?I have set up CCRB on a windows build server and am in the > process of adding a project. > ? ? ? ?It looks like I''ve added the project successfully however when I > start cruise control the web front end says there are no projects in my > projects directory. > > ? ? ? ?The CCRB_data/projects directory contains a ATIS-Windows folder, > this is the name of my project. This folder contains a "work directory, > and a file, cruise_config.rb. > ? ? ? ?The log files in cruise/log don''t seem to say anything > enlightening so I''m puzzled. > > ? ? ? ?Have I missed a step some ware? > ? ? ? ?Any ideas gratefully received. > > ? ? ? ?Thanks. > ? ? ? ?Nick. > > ? ? ? ?Nick Adamson > ? ? ? ?Software Engineer > ? ? ? ?General Dynamics United Kingdom Limited > ? ? ? ?Bryn Brithdir, Oakdale Business Park, Blackwood, South Wales, > NP12 4AA > ? ? ? ?Telephone: +44 (0)1495 23 6467 > ? ? ? ?Email: Nick.Adamson at generaldynamics.uk.com > ? ? ? ?Website: www.generaldynamics.uk.com > <http://www.generaldynamics.uk.com/> > ? ? ? ?To help reduce waste paper, please only print this email if you > really need to. > > > > ? ? ? ?_______________________________________________ > ? ? ? ?Cruisecontrolrb-users mailing list > ? ? ? ?Cruisecontrolrb-users at rubyforge.org > ? ? ? ?http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > > > > > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users >