similar to: test

Displaying 20 results from an estimated 300000 matches similar to: "test"

2007 May 02
2
CCTray setup with remote CC.rb
HI All: Sorry about the test post, I posted this 2x before and never saw it on the list. I modified the CCTray instructions in the manual which say to put in http://:3333 in the "Via CruiseContro.Net Dashboard", which I''m assuming was local to the machine running CCTRay, with http://:3333 which returns a "failed to connect to server" error. On the mongrel
2007 May 02
0
CCTray access of remote CC.rb server
Hi: So I modified the instructions in the manual which say to enter http://:3333 using th CruiseControl.NET Dashboard to http://hostname:3333 which doesn''t work. CCTray reports an error. On the mongrel side I can see CC.rb can''t route /XmlServerReport.aspx. I see in the controller there is a cctray format to respond. I''m using ruby 1.8.5, rails 1.2.3 and the
2007 Apr 18
0
Ext3-users Digest, Vol 38, Issue 10
Hi, my program works well with fedora-2 .with fedora-5 it's gives following errors.. get_it_i_say.c:549: warning: implicit declaration of function 'strcmp' cc -o giis dir.o file.o get_it_i_say.o group.o init.o inode.o main.o searchnupdate.o uninit.o inode.o: In function `read_inode':inode.c:(.text+0x202): undefined reference to `S_ISDIR' inode.o: In function
2006 Oct 11
2
nls function does not use subset argument (PR#9290)
Full_Name: Tadashi Kadowaki Version: 2.4.0 OS: Redhat Linux 9 Submission from: (NULL) (58.12.166.67) Doesn't nls function support subset? It seems not to work. And, there are no information in the online help. Has it sunk into oblivion?
2007 Apr 18
1
documentation suggestion
Because I''m filing more of a sysadmin role than as a ruby developer I overlooked a nuance that is probably obvious to others, but edits to config/site_config.rb require a restart of CC-rb. I was banging my head on the wall wondering why none of my smtp auth settings made any difference. :( A suggestion would be to note this requirement in manual (http://
2008 May 19
4
2 Minor issues with 1.3.0 on windows
Hi all, Lest I forget: Windows XP Pro SP2 C:\CruiseControl\cruisecontrolrb-1.3.0>ruby --version ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] We found two minor problems with CC.rb when trying to run on windows. The first effects the Dashboard saying there is no project. In boot.rb we had to add a .gsub(''\\'',''/'') in #find_home when
2008 Jul 22
2
can''t execute a build - on windows + jruby
Hi all, Am trying to get cc.rb working on a windows machine, running under JRuby. I patched line 19 of project_migration.rb to use jruby, instead of ruby. execute "jruby #{File.join(migrate_scripts_directory, script)} #{@data_dir}" The add project works fine, but when I run start, the webpage just hangs on the ajax request to build - never actually executes the build at all, or comes
2011 Jun 21
0
Oblivion - Knights of the Nine & Shivering Isles
Greetings, my edition of Oblivion, GOTY in German, contains Knight of the Nine and Shivering Isles. Installation of Oblivion in wine required WinXP- see thread from 29.5.2011- but the game itself works fine. Nice game BTW. :) After finishing Oblivion i wanted to play the above mentioned additions. KotN was missing and for Shivering Isles i got this: http://www.triffids.de/pub/spiele/ob/ob4.jpg
2008 May 20
3
IRC bot for cc.rb?
Hi all, Don''t suppose there''s an IRC bot I can use (or repurpose) for cc.rb notifications? Will.
2011 Aug 26
1
Oblivion -5006
Hi I am having trouble with the setup of Oblivion 1. I copied my cd into an ISO file 2. I than transferred it to my computer 3. I used the command "mkdir /mnt/oblivion" 4. I used the command "mount -o loop -t iso9660 The.Elder.Scrolls.IV.Oblivion.ISO /mnt/oblivion" (it did tell me that the information was read-only) 5. I used "cd /mnt/oblivion" 6. "ls" it
2008 Aug 01
1
Samba 3.0.31 stills fails to read and write to socket.
Hi, I recently upgraded my servers from 3.0.28 to 3.0.31 trying to solve the winbind issue previously reported (Bug# 5551) but the issue is still happening in my servers. I have an ftp server (vsftpd), configured to use pam_winbind with krb5_auth and I see some random disconnects and my users cant login. My samba servers are member of a Windows 2003 domain. The relevant lines on my
2008 Feb 26
0
Best way to log output from custom plugin on build finish
I have been trying to add some logging information from my custom plugin to the build output, but no luck. I have been using variations of CruiseControl::Log.event("...") CruiseControl::Log.info("...") but nothing I try seems to output anywhere. I have looked in the build.log, production.log, _builder.log, etc Any help explaining how to log and where the messages will show
2008 Jul 29
2
why I cannot use winedbg --gdb
when I run Oblivion.exe by "winedbg --gdb", the following message appear, then it is blocked, I cannot type any letter in the terminal. if I run winedbg without "--gdb", it is OK. anyone can help? thanks! root at robwang:/mnt/home/Oblivion# winedbg --gdb Oblivion.exe 0016:0017: create process 'Z:\mnt\home\Oblivion\Oblivion.exe'/0x110670 @0x96434c (0<0>)
2011 Oct 22
1
Need help with Oblivion
Good evening my fellow Linux enthusiasts, for some time now I've been trying to run "The Elder Scrolls IV: Oblivion" on WINE with very little success. I've gotten it to play but with no sound and very glitchy graphics. The various menus flicker wildly and the characters are messed up. A while ago I launched Oblivion from the terminal and here's what I got from it:
2009 Sep 15
3
how to run all tests AND metric_fu
i want to use cruisecontrol.rb to run ?rake test? (every time a new revision is in the svn repo) and ?rake metrics:all? (let?s say every 24 hours). how do i have to configure cruisecontrol.rb? both rake tasks work. however, when i configure cruisecontrol.rb as described on the metric_fu website, i.e. add ''project.rake_task = ?metrics:all? project.scheduler.polling_interval =
2008 Jan 13
0
rake db:test:prepare causes error
I am a newbie to RoR and I''m having trouble getting testing up and running. I tried Googling my problem and haven''t found an answer that has worked. When I run rake db:test:prepare, I get the following error (I''m working with the RailsSpace book): Macintosh:rails_space myusername$ rake db:test:prepare (in /Users/myusername/Documents/rails_projects/rails_space) rake
2008 Jan 25
0
cruisecontrol.rb setup problems
Hi all, We are trying to set up cruisecontrol.rb on a windows machine. We have ruby, rails, cruisecontrol.rb (win32 versions). We have added the project, run throught the tests. The tests run 100% successfully. After the tests run, it apparently uses unit test collector to collect through some tests which have require on "cc:build" which it can''t find anymore and spits
2011 May 29
1
oblivion - data3.cab & black face of hero
Greetings, during installation of Oblivion - Game of the Year Edition GOTY in German on wine-1.3.21 the installation asks for inserting Disc 0 with the file data3.cab. Well, there is no such data3.cab on the DVD. Workaround for me was booting to WinXP, installing Oblivion there, booting to Gentoo, mounting the WinXP partition and copying the directory Oblivion to a suitable place in ~/.wine.
2006 Sep 22
2
Searching untokenized fields
Hi .. I tried to exclude certain objects from my search, by adding appropriate term queries .. i = Ferret::Index::Index.new i.field_infos.add_field(:type, :index => :untokenized, :term_vector => :no) i << {:type => "Movie", :name => "Indiana" } i << {:type => "Movie", :name => "Forrest" } i << {:type =>
2007 Mar 15
7
greetings, and first question
Hi, Nice project. I saw the checkin for jbehave and I thought "SOLD!" One question, is there a reason that it cannot be installed using gem? It would make starting the server easy. Other people can also customize the server like they do with Jetty (which I think is the coolest servlet engine because of that). -- Shane http://www.shaneduan.com