Hello,
I have experimented several dissapointing
errors when working with updated Pillar tools. I am not doing anything
special besides working under Windows.
Apparently the Pillar CommandLineHandler is not working because OSEnvironment exception (Windows 8.1). When executing
Changing the method #baseDirectory to use %CD% environment variable doesn't fix it even when it works in command line:
c:\MySmalltalkProjects\Pillar\pharo-vm>echo %PWD%
%PWD%
c:\MySmalltalkProjects\Pillar\pharo-vm>echo %CD%
c:\MySmalltalkProjects\Pillar\pharo-vm
About instructions given here
Another
(worst) situation happened when I wanted to convert a generated LaTeX
to PDF. I had to remove all tables, annotations and notes from the .pier
file because errors reported in pdfLaTeX .
For tables�� :
! Undefined control sequence.
l.176 \toprule
For notes (i.e. @@note )
! LaTeX Error: Environment note undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.178 \begin{note}
Finally generated PDF looks different from previous versions.
Now I am the only one generating PDF with Pillar in Windows?