ant

Of Ants and Rhinos

I recently opened a Pandora’s box when investigating incorporating LESS into a web project I’ve been working on. Long story short, I found myself having to compile Rhino into a jar I could execute. Having installed Ant to perform the task, I ran the command and got the following exception: C:\rhino1_7R5\xmlimplsrc\build.xml:129: src ‘C:\rhino1_7R5\build\tmp-xbean\xbean.zip’ doesn’t exist. Which is exactly what I want to be dealing with when investigating a CSS precompiler. In… Read More »Of Ants and Rhinos