danfickle / neoflyingsaucer

[Deprecated - Please use openhtmltopdf at link] An attempt to modernize flyingsaucer, the HTML and CSS 2.1 renderer in pure Java

Home Page:https://github.com/danfickle/openhtmltopdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

master branch doesn't compile

hrj opened this issue · comments

commented

While compiling with mvn package the build fails with:

[ERROR] /home/ubuntu/shared/flyingsaucerPure/flying-saucer-core/src/main/java/org/xhtmlrenderer/test/DocumentDiffTest.java:[31,31] error: cannot find s
ymbol
[ERROR]   symbol:   class Graphics2DRenderer
  location: package org.xhtmlrenderer.simple

I am just quoting the first error. There are many like these. I tried to move further along by commenting out the test code, but that is leading to a chain of dependencies. I am still trying to hack around it.

Is there a simple way to fix the build (without hacks)?

Thanks,
hrj