Hi all,
I was able to build GeoNetwork successfully a couple of months ago. Now I forked, cloned and checked out the latest develop branch and did a mvn clean install on it. and I get this error:
Tests in error:
textAsXml(org.fao.geonet.domain.HarvestHistoryTest): Invalid ISO date
Main points of stack trace:
java.lang.illegalArgumentException: Invalid ISO date:
at org.fao.geonet.domain.ISODate.parseDate(ISODate.java:465)
…
…
Caused by: java.lang.illegalArgumentException: Invalid ISO date:
at org.fao.geonet.domain.ISODate.parseDate(ISODate.java:432)
So, failing at the org.fao.geonet.ISODateTest, it stopped at the domain module and skipped the rest.
Any pointers how I can fix it?
Regards
Ameet