dev@javaserverfaces.java.net

Setting up JSF build and test

From: <info_at_aplossystems.co.uk>
Date: Sun, 8 Apr 2012 20:35:30 +0000 (GMT)

Hi,

I've downloaded the source and managed to get the build working however
I'm having an issue with the tests. It's stopping on the first system
test 'test.annotations' there's an error:

  [junit] java.lang.NumberFormatException: For input string: ""
    [junit] at
java.lang.NumberFormatException.forInputString(NumberFormatException.ja
va:48)
    [junit] at java.lang.Integer.parseInt(Integer.java:470)
    [junit] at java.lang.Integer.parseInt(Integer.java:499)
    [junit] at
com.sun.faces.htmlunit.HtmlUnitFacesTestCase.setUp(HtmlUnitFacesTestCas
e.java:159)

I wanted to have a look at the HtmlUnitFacesTestCase but it seems to be
missing from the source files, I can see that the
AnnotatedComponentsTestCase extends the class but I can't find the
class itself. Does anyone know where I can find the class and how to
fix the issue?