I have a problem with generating the bibliography at the end of the chapter. Translation doing the Windows command line in: xelatex main.tex. The files have UTF8 encoding. I use XeTeX, Version 3.1415926-2.4-0.9998 (MiKTeX 2.9 64-bit). In the log file are following warnings:
- Citation 'Pinker2006' on page 4 undefined on input line 6.
- Empty bibliography on input line 13.
- There were undefined references.
- Please (re)run Biber on the file.
I´m able to run: biber main.bcf. I get:
- info: This is Biber 1.1
- Warning: Found biblatex control file version 2.2, expected version 2.0
- Writing 'main.bbl' with encoding UTF-8
Now if I make a new translation, everything is fine. My question is why the translation does not generate a correct file main.bbl? By default, I use Texlipse with the following settings:

and

MWE:
main file: main.tex
\documentclass{article} \usepackage{hyperref} \usepackage[backend=biber]{biblatex} \addbibresource{Library.bib} \begin{document} word\cite{Pinker2006} \printbibliography \end{document}
biblio file: library.bib
% This file was created with JabRef 2.8.1. % Encoding: UTF8 @BOOK{Pinker2006, title = {Číslicové systémy a jazyk VHDL}, publisher = {Nakladatelství BEN}, year = {2006}, author = {Pinker, Jiří; Poupa, Maritn}, isbn = {80-7300-198-5}, pagetotal = {352}, }
Latex says:
Package biblatex Warning: Please (re)run Biber on the file:
(biblatex) main
(biblatex) and rerun LaTeX afterwards.