Bug #350
build.rb bug when running script for the first time
| Status: | Closed | Start date: | 2009-11-01 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Branch: | OS: |
Description
I noticed a little bug in the build.rb script, after doing a fresh clone of Jamoma repo. When running the script for the first time (on 'master' branch), the terminal outputs the following error :
'Cleaning Builds folder
build.rb:58:in `chdir': No such file or directory - /Users/jln/Jamoma/Tools/../Builds (Errno::ENOENT)'
As I understand it, this happens as there is no 'Builds' folder in Jamoma directory. For now, creating such a folder solves the problem.