This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 240779

Summary: On mac os 10.9 ruby 2.0.0 when compile scss trow error
Product: ruby Reporter: memoyr
Component: ProjectAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description memoyr 2014-01-21 15:20:49 UTC
On mac os 10.9 ruby 2.0.0 when compile scss trow error.
Sass version : sass-3.2.13 

IDE log : 
INFO [CPOnSaveHook]: processSavedFile called for Sass type on project /Users/mg/Documents/Clients/testprojet.

Sass compile Panel  :

"/usr/bin/sass" "--cache-location" "/Users/mg/Library/Caches/NetBeans/7.4/sass-compiler" "--debug-info" "/Users/mg/Documents/Clients/testprojet" "--trace" "/Users/mg/Documents/Clients/testprojet/application/acc/public/scss/default.scss" "/Users/mg/Documents/Clients/testprojet/application/acc/public/css/default.css"

/Library/Ruby/Gems/2.0.0/gems/sass-3.2.13/lib/sass/engine.rb:223:in `read': Is a directory - /Users/mg/Documents/Clients/testprojet (Errno::EISDIR)
	from /Library/Ruby/Gems/2.0.0/gems/sass-3.2.13/lib/sass/engine.rb:223:in `for_file'
	from /Library/Ruby/Gems/2.0.0/gems/sass-3.2.13/lib/sass/exec.rb:339:in `process_result'
	from /Library/Ruby/Gems/2.0.0/gems/sass-3.2.13/lib/sass/exec.rb:41:in `parse'
	from /Library/Ruby/Gems/2.0.0/gems/sass-3.2.13/lib/sass/exec.rb:21:in `parse!'
	from /Library/Ruby/Gems/2.0.0/gems/sass-3.2.13/bin/sass:13:in `<top (required)>'
	from /usr/bin/sass:23:in `load'
	from /usr/bin/sass:23:in `<main>'
Done.