Failure to load Yaml
--------------------

                 Key: JRUBY-1915
                 URL: http://jira.codehaus.org/browse/JRUBY-1915
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.0.3
         Environment: Win XP
            Reporter: David Koontz


I get this error when I run my spec task which is defined as:

Spec::Rake::SpecTask.new(:unit) do |t|
    t.libs << ["ruby_src", "lib/monkeybars", "lib", "dist"]
    t.spec_files = FileList['ruby_test/unit/*_spec.rb']
  end

I get the error message

yaml:2: library `yaml_internal' could not be loaded: 
org.jruby.exceptions.RaiseException: C:/jruby-1.0.3/lib/ruby/1.8/date.rb:0: 
Trailing '_' in number. (LoadError)

If I run individual specs by adding SPEC="path/to/spec.rb" I do not get any 
yaml loading error.  This code is running fine on OSX so it seems to be a 
Windows issue.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to