On Mon, May 7, 2012 at 11:29 PM, Oliver Kopp <[email protected]> wrote:

> >
> > One speculation is that you have an empty placeholder in one of your
> files,
> > e.g., ${}.
> >
>
> That's right. prototype.js :)
>
> If that's the case, you could try adding a mapping from the empty string to
> > the empty string as a workaround,
> >
>
> Tried it:
>
> ArgumentError : symbol string may not contain '\0'
>
> buildr seems to filter also binary files. Maybe it has got a problem there?
>
> Isn't it possible to say that only a certain file pattern (e.g., *.js and
> *.jsp*) should be filtered?
>


Yes, filter supports both include and exclude.

http://buildr.apache.org/rdoc/classes/Buildr/Filter.html

alex

Reply via email to