> Do you have something like?:
>
> define 'installer' do
> # ...
> define 'build' do
> #...
> end
> end
>
> Could you try using different project names, if the problem continues,
> please provide an overview of your project structure or a fragment
> from your buildfile.
Yes, this was my case. I changed the "build" into "build-installer" and
now it works. Problem is this "build" was there in buildfile created
automatically by buildr, so it puts wrong name there.
Thanks for help.
Best regards
Pawel Stawicki
|