search for: project_root

Displaying 7 results from an estimated 7 matches for "project_root".

2007 Oct 23
10
How is everyone structuring stories?
Bleeding-edge story-writers, How are you structuring your specs? I am working on a new project and tried this: ./lib ./blah ./spec ./blah ./stories But it breaks autotest, so I moved stories parallel to lib and spec. Also what about suffixes? I have adopted "xyz_story_spec.rb", and "xyz.story" for the time being, with the line runner =
2002 Jan 07
0
rsync-2.5.1 / zlib patches
....\rsync.h". Compaq C on OpenVMS can not translate this to an OpenVMS specification. The MACRO _MSC_VER is being tested for a value, when it may not exist. The prototype for strerror() is different than the one in the standard header file. -John wb8tyw@qsl.network Personal Opinion Only PROJECT_ROOT:[rsync_vms.ZLIB]ADLER32.GDIFF;1 --- ref_zlib:adler32.c Thu May 7 01:19:41 1998 +++ lcl_zlib:adler32.c Sun Jan 6 08:43:46 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_zlib:adler32.tpu on 6-JAN-2002 08:43:46.62 OPENVMS_AXP */ /* adler32.c -- compute the Adler-32...
2002 Jan 07
0
rsync-2.5.1 / lib patches
...: Compaq C T6.5 Compiler switches: /WARN=ENABLE=(LEVEL4, QUESTCODE) fnmatch.c and mdfour.c. Compaq C on OpenVMS can not deal with relative path names in #include files. Also the local prototype for getenv() does not match the one in stdlib.h. -John wb8tyw@qsl.network Personal Opinion Only PROJECT_ROOT:[rsync_vms.LIB]FNMATCH.GDIFF;1 --- ref_lib:fnmatch.c Sat Jan 29 05:35:04 2000 +++ lcl_lib:fnmatch.c Sun Jan 6 08:42:06 2002 @@ -1,4 +1,9 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_lib:fnmatch.tpu on 6-JAN-2 002 08:42:06.02 OPENVMS_AXP */ +#ifdef __VMS +#include "rsync.h&q...
2012 Jul 06
0
Running Rspec tests with JRuby fails
...eview1/gems/rspec-core-2.10.1/lib/rspec/core/command_line.rb:22 run at /home/javix/.rvm/gems/jruby-1.7.0.preview1/gems/rspec-core-2.10.1/lib/rspec/core/runner.rb:69 javix at ubuntu:~/Development/rspec_jruby$ Here is the java class, too simple just to be able to test if all works: in [project_root-src-com-models]: package com.models; public class Calculator { public int sum(int x, int y){ return x+y; } } Here is the rspec file in [project_root-spec-com-models-calculator_spec.rb]: require ''java'' require ''rubygems'' java_import ''c...
2007 Apr 17
8
problem with rspec_on_rails and @controller.should_receive(:render) in trunk
Hey guys! I am using rspec trunk, and I am having a little problem with the latest version. (I am quite sure this worked with an older version about a week ago) heres the spec: it "should render the new user form without layout for a xhr request" do @controller.should_receive(:render).with(:layout=>false) xhr :get,:new end and the controller: def new render
2011 Apr 20
1
How to get R plots with FastRweb
Dear friends, I am working in a web service project which uses integration of Java with R. I have used RJava to connect with Java and that is working fine. As R produces more interactive plots, I would also like to pipe plots generate from R on web page. I came to know that FastRWeb, R2HTML, brew and WebGraphics, Cairo together can be used to do that. I have installed all those successfully. I am
2002 Jul 21
5
superlifter design notes (OpenVMS perspective)
> Qualities > > 1. Be reasonably portable: at least in principle, it should be > possible to port to Windows, OS X, and various Unixes without major > changes. In general, I would like to see OpenVMS in that list. > Principles > > 1. Clean design rather than micro-optimization. A clean design allows optimization to be done by the compiler, and tight optimization