I'm having an issue with silce2freezej...I just can't get it to work. I'm not sure what I'm doing wrong. Here's a simple slice file I created called test.ice:
Then I try to generate the Java class:Code:module test { struct MyStruct { int num; string s; }; };
I get the error "slice2freezej: error: `test.MyStruct' is not a valid type." What am I doing wrong?Code:slice2freezej --dict MyMap,string,test.MyStruct test.ice
Thanks,
Isaac

Reply With Quote