Build log:
Compiling Java source files to /home/snazarki/jdk.dio/dev/build/jar/dio.jar
src/share/classes/com/oracle/dio/impl/PeripheralDescriptorImpl.java:35: error: p ackage com.oracle.jme.serializer does not exist
import com.oracle.jme.serializer.SerializeManager;
^
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:85: error: cannot find symbol
throw new UnsupportedDeviceTypeException("Unsupported type: " + intf .getName());
^
symbol: variable intf
location: class RegistryImpl<T>
where T is a type-variable:
T extends Device declared in class RegistryImpl
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:94: error: cannot find symbol
throw new UnsupportedDeviceTypeException("Unsupported type: " + intf .getName());
^
symbol: variable intf
location: class RegistryImpl<T>
where T is a type-variable:
T extends Device declared in class RegistryImpl
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:96: error: cannot find symbol
content.put(id, data);
^
symbol: variable id
location: class RegistryImpl<T>
where T is a type-variable:
T extends Device declared in class RegistryImpl
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:97: error: cannot find symbol
registry.setProperty(Integer.toString(id), data.toString());
^
symbol: variable id
location: class RegistryImpl<T>
where T is a type-variable:
T extends Device declared in class RegistryImpl
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:101: error: cannot find symbol
content.remove(id);
^
symbol: variable id
location: class RegistryImpl<T>
where T is a type-variable:
T extends Device declared in class RegistryImpl
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:102: error: cannot find symbol
registry.remove(Integer.toString(id));
^
symbol: variable id
location: class RegistryImpl<T>
where T is a type-variable:
T extends Device declared in class RegistryImpl
src/share/classes/com/oracle/dio/impl/PeripheralDescriptorImpl.java:126: error: cannot find symbol
SerializeManager.serialize(config);
^
symbol: variable SerializeManager
location: class PeripheralDescriptorImpl<T>
where T is a type-variable:
T extends Device<? super T> declared in class PeripheralDescriptorImpl
Compiling Java source files to /home/snazarki/jdk.dio/dev/build/jar/dio.jar
src/share/classes/com/oracle/dio/impl/PeripheralDescriptorImpl.java:35: error: p ackage com.oracle.jme.serializer does not exist
import com.oracle.jme.serializer.SerializeManager;
^
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:85: error: cannot find symbol
throw new UnsupportedDeviceTypeException("Unsupported type: " + intf .getName());
^
symbol: variable intf
location: class RegistryImpl<T>
where T is a type-variable:
T extends Device declared in class RegistryImpl
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:94: error: cannot find symbol
throw new UnsupportedDeviceTypeException("Unsupported type: " + intf .getName());
^
symbol: variable intf
location: class RegistryImpl<T>
where T is a type-variable:
T extends Device declared in class RegistryImpl
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:96: error: cannot find symbol
content.put(id, data);
^
symbol: variable id
location: class RegistryImpl<T>
where T is a type-variable:
T extends Device declared in class RegistryImpl
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:97: error: cannot find symbol
registry.setProperty(Integer.toString(id), data.toString());
^
symbol: variable id
location: class RegistryImpl<T>
where T is a type-variable:
T extends Device declared in class RegistryImpl
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:101: error: cannot find symbol
content.remove(id);
^
symbol: variable id
location: class RegistryImpl<T>
where T is a type-variable:
T extends Device declared in class RegistryImpl
src/se/classes/com/oracle/dio/registry/RegistryImpl.java:102: error: cannot find symbol
registry.remove(Integer.toString(id));
^
symbol: variable id
location: class RegistryImpl<T>
where T is a type-variable:
T extends Device declared in class RegistryImpl
src/share/classes/com/oracle/dio/impl/PeripheralDescriptorImpl.java:126: error: cannot find symbol
SerializeManager.serialize(config);
^
symbol: variable SerializeManager
location: class PeripheralDescriptorImpl<T>
where T is a type-variable:
T extends Device<? super T> declared in class PeripheralDescriptorImpl