|
|
|
|
|
|
|
|
|
|
xen-api
Re: [Xen-API] What happened to the Java bindings?
unfortunately i don't.
what i did for sure was changing some constants to lowercase: Types.java public class Types{ ... public enum OnNormalExit{ //everyting to lowercase here
} public enum OnCrashBehaviour{ // lowercase } ... } it is likely that other enums have to be modified as well (these were enough for my purposes) cheers, m
2008/8/5 Jesse Pasichnyk <jesse@xxxxxxxxxxxxx>
Do you have documented the differences you had to make changes
for?
Thanks,
Jesse
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
|
|
|
|