I'm getting the following 2 errors during the build on my machine:
[javac]
/opt/src/river/trunk/qa/src/com/sun/jini/test/impl/reggie/NameServiceImpl.java:29:
com.sun.jini.test.impl.reggie.NameServiceImpl is not abstract and does
not override abstract method lookupAllHostAddr(java.lang.String) in
sun.net.spi.nameservice.NameService
[javac] public class NameServiceImpl implements NameService {
[javac] ^
[javac]
/opt/src/river/trunk/qa/src/com/sun/jini/test/impl/reggie/NameServiceImpl.java:42:
lookupAllHostAddr(java.lang.String) in
com.sun.jini.test.impl.reggie.NameServiceImpl cannot implement
lookupAllHostAddr(java.lang.String) in
sun.net.spi.nameservice.NameService; attempting to use incompatible
return type
[javac] found : java.net.InetAddress[]
[javac] required: byte[][]
[javac] public InetAddress[] lookupAllHostAddr(String host)
[javac] ^
[javac] 2 errors
[javac] 3 warnings
BUILD FAILED
/opt/src/river/trunk/build.xml:2284: The following error occurred while
executing this line:
/opt/src/river/trunk/qa/build.xml:124: The following error occurred
while executing this line:
/opt/src/river/trunk/common.xml:99: Compile failed; see the compiler
error output for details.
Jukka Zitting wrote:
Hi,
On Sun, Apr 19, 2009 at 12:01 AM, Jonathan Costers
<[email protected]> wrote:
OK, here is what I think we should use for now:
cd $WORKSPACE/jtsk/trunk
ant all.clean release qa.run
OK, done.
BR,
Jukka Zitting