Do you get a full stack trace?
Try running: buildr --trace all package
On Monday, May 7, 2012, Oliver Kopp wrote:
> Hi,
>
> I want to replace ${version} in a specific .js file with a version string.
>
> I'm trying to follow the suggestion of
>
> http://stackoverflow.com/questions/6938984/buildr-filter-web-xml-in-packaging-war
> .
> I'm having about 1700 files in subdirectories, which should not be too
> much. buildr, however, complains with "ArgumentError : interning empty
> string" at line "filter('src/main/webapp/').into(task.to_s).using(".
>
> A second run outputs no errors, but the string is not replaced.
>
> How can I debug this issue?
> buildr --trace package doesn't help much. Outputs some "mkdir -p"
> statements and then states that an "Exception while invoking prerequisites
> of task <Rake::Task default => [build]>" happened.
>
> Cheers,
>
> Oliver
>