Bug #2351
Metacat not compiling with RC3 libraries
100%
Description
Error on Hudson is:
compile:
[javac] Compiling 146 source files to /home/hudson/work/jobs/Metacat-unstable/workspace/trunk/build/classes
[javac] /home/hudson/work/jobs/Metacat-unstable/workspace/trunk/build/src/edu/ucsb/nceas/metacat/dataone/D1NodeService.java:843: exception org.dataone.service.exceptions.NotImplemented is never thrown in body of corresponding try statement
[javac] } catch (NotImplemented e) {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
History
#1 Updated by Ben Leinfelder almost 13 years ago
- Status changed from New to Closed
RC-3 jars are now in Metacat and the error has been addressed