danfickle/neoflyingsaucer

master branch doesn't compile

hrj opened this issue · 0 comments

hrj 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