Is there a reason why the output path for the YAML project is:
..\..\..\..\..\Main\bin\Debug\
rather than
..\..\build\debug\
? The latter tries to place binaries outside the checkout folder.
Is there a reason why the output path for the YAML project is:
..\..\..\..\..\Main\bin\Debug\
rather than
..\..\build\debug\
? The latter tries to place binaries outside the checkout folder.
The reason for this is that our internal directory tree doesn’t quite
match
the tree that gets published to RubyForge. The process for pushing out
the
sources includes the application of some transforms to file layout and
to
certain files. This file was apparently missed, probably because it was
added during the run-up to RailsConf. The best way to make sure it gets
resolved is to file a bug report for it at RubyForge.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs