$ ant -v Apache Ant(TM) version 1.9.4 compiled on April 29 2014 Trying the default build file: build.xml
This is on a windows machine though so it may have some specific non-os specific paths in the tests. Which I still have not looked at. On Mon, Sep 12, 2016 at 10:34 PM, Javen O'Neal <javenon...@gmail.com> wrote: > What version of Ant are you using to build POI and run the unit tests? It's > working fine on my computer with Ant 1.9.6. > > On Sep 12, 2016 14:42, "Aram Mirzadeh" <a...@mbcli.com> wrote: > > > > I sort of ran this on the run, so haven't had a chance to look at it yet > > but if github is up to date, scratchpad failed with: > > > > [junit] Running org.apache.poi.hmef.TestAttachments > > [junit] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time > elapsed: > > 0.027 sec > > > > BUILD FAILED > > E:\src\poi\build.xml:1351: Tests failed > > at > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTask. > actOnTestResult(JUnitTask.java:2150) > > ... >