Hi,
Mojarra no longer builds at the moment. The ant script (via
dependencies.xml) tries to download several artefacts from
download.java.net/maven, but this one does not seem to be up anymore.
The result is exceptions such as:
[get] Error opening connection java.io.FileNotFoundException:
http://download.java.net/maven/glassfish/org/glassfish/ant-tasks/3.1.1/ant-tasks-3.1.1.jar
I updated dependencies.xml here and now it builds again in the 2.3
branch:
https://github.com/omnifaces/mojarra/blob/master/common/ant/dependencies.xml
In addition to this, there's a test failure:
[INFO] Mojarra 2.3.0-m03-SNAPSHOT - Test - Servlet 3.0 - Absolute
Ordering SUCCESS [1.274s]
[INFO] Mojarra 2.3.0-m03-SNAPSHOT - Test - Servlet 3.0 - Ajax FAILURE [38.376s]
[INFO] Mojarra 2.3.0-m03-SNAPSHOT - Test - Servlet 3.0 - Ajax Namespace SKIPPED
This failure happens on both a clean checkout (with the java.net to
maven central change), but also on an existing checkout that already
has the dependencies.
Kind regards,
Arjan Tijms