Questions tagged [buildr-extension]

3 questions
3
votes
1 answer

Enhancing the Buildr release process

I'd like to tie a custom task into the default buildr release cycle. I'd like to run this code after the project has been compiled, packaged, tagged and deployed but before it increments the version number and commits that. How would I tie into this…
Drew
  • 15,158
  • 17
  • 68
  • 77
0
votes
3 answers

Error when trying to install Buildr-as3 on Windows 7

I'm currently looking into automating a flex build so that we can get it running on a CI server. After a bit of poking around on the Internet and asking around, Buildr as3 looks like a promising option, but I cannot get it to install correctly. …
Mark Simpson
  • 23,245
  • 2
  • 44
  • 44
0
votes
1 answer

How do I implement a custom buildr task defined externally?

I have a task which I'm trying to refactor into an external module so that I can later separate it from this project and use it for other projects. When I try to run my task, I get an error: Buildr aborted! NoMethodError : undefined method `path_to'…
Hakanai
  • 12,010
  • 10
  • 62
  • 132