KKBOX / CompassApp

Compass.app helps designers compile stylesheets easily without resorting to command line interface
http://compass.kkbox.com
GNU General Public License v2.0
757 stars 88 forks source link

No such file or directory - No such directory #226

Closed talengix closed 10 years ago

talengix commented 10 years ago

Greetings,

I keep getting this error. I get this error and then QUIT compass. When I restart it my .css files get updated. But after new changes updates to not appear in the .css file and after a few minutes this error pops up again. What am I doing wrong? I have checked and the directory /home/kj/compass.app/lib/ruby/jruby/rb-inotify-0.8.4/lib/rb-inotify/notifier.rb exists. Thank you!

No such file or directory - No such directory org/jruby/RubyDir.java:362:in entries' /home/kj/compass.app/lib/ruby/jruby/rb-inotify-0.8.4/lib/rb-inotify/notifier.rb:183:inwatch' /home/kj/compass.app/lib/ruby/jruby/rb-inotify-0.8.4/lib/rb-inotify/notifier.rb:193:in watch' org/jruby/RubyProc.java:270:incall' org/jruby/RubyProc.java:220:in call' /home/kj/compass.app/lib/ruby/jruby/rb-inotify-0.8.4/lib/rb-inotify/watcher.rb:41:incallback!' /home/kj/compass.app/lib/ruby/jruby/rb-inotify-0.8.4/lib/rb-inotify/event.rb:128:in callback!' /home/kj/compass.app/lib/ruby/jruby/rb-inotify-0.8.4/lib/rb-inotify/notifier.rb:220:inprocess' org/jruby/RubyArray.java:1620:in each' /home/kj/compass.app/lib/ruby/jruby/rb-inotify-0.8.4/lib/rb-inotify/notifier.rb:220:inprocess' /home/kj/compass.app/lib/ruby/jruby/rb-inotify-0.8.4/lib/rb-inotify/notifier.rb:203:in run' /home/kj/compass.app/lib/ruby/jruby/listen-0.7.3/lib/listen/adapters/linux.rb:47:instart' org/jruby/RubyProc.java:270:in call' org/jruby/RubyProc.java:224:incall'

hlb commented 10 years ago

@talengix what is your OS version, and where is the project folder?

talengix commented 10 years ago

Hello

I don't know if this answers your question or not

jruby 1.5.6 (ruby 1.8.7 patchlevel 249) (2013-01-08 6586) (OpenJDK 64-Bit Server VM 1.7.0_51) [amd64-java]

I use linux mint pertra 16 within cinnamon desktop.

regarding project folder i have tried in the root www directory.

thanks for help. cheers kevin

talengix commented 10 years ago

I have discovered that this is an issue with Komodo Edit. Everything works fine with Sublime Text

hlb commented 10 years ago

@talengix so it might because Komodo Edit does not trigger file change event correctly, nor JRuby does not handle it well.

You may try to edit .compass-ui/config, and change force_enable_fsevent to true. It might be much slower because it uses polling to detect changes, but you do not have to change your editor.