dCache / oncrpc4j

Pure Java implementation of ONCRPC/SUNRPC
Other
30 stars 30 forks source link

Jrpcgen is not able to detect ifdef in .x file. Is there any issue ?? #72

Closed challenger572 closed 5 years ago

kofemann commented 5 years ago

That's right, jrpcgen doesn't support ifdef construction. Moreover, idfef is not even a part of XDR language specification

challenger572 commented 5 years ago

Is there any solution ..when I used rpcgen it is generating server and client stubs properly but using jrpcgen am not able to parse it .. it is throwing error . In addition it is not supporting function containing object type reference .I have char array in .x file.it I automatically converts to byte array ..

challenger572 commented 5 years ago

Xdrfloat class is missed in code ..