No ruby files in the directory
I'm getting this message, though there certainly are!
I'm using JRuby 1.6.1, on windows 7. Gem install appeared to go just fine.
I tried
umlify lib/*/*
and got
umlifying
No ruby files in the directory
Any help will be greatly appreciated, images are tantalizingly appealing.
I haven't tried it on Windows 7 although it runs on JRuby 1.6 and 1.5.
Did you make sure your files have a '.rb' extension? Also, make sure to replace 'lib//' with the folder containing your files, if it isn't 'lib/'.
If it still doesn't work, then I'll take a look on a Windows system.
I'm using windows 7 64 bit, running JRuby 1.6.1.
I'm trying it on a gem, so there are .rb files in /lib
Tried with JRuby 1.6.0 and received the same error
Ok, I confirm that. I'm working on it now. Thanks!
Is this still relevant?
I unfortunately don't have any windows machine to test it out. This issue seems to be coming from the file globing. I'm sure it wouldn't be too hard to fix.