Hi,
I am trying to use Ice Eclipse plug-in 3.4.0. Everything is working fine with single slice file (Test.ice). However, when I try to create another slice file (abc.ice) to #include the previous one, an error come out from abc.ice:
Description Resource Path Location Type
error: Can't open include file "Test.ice" #include <Test.ice>
Above Test.ice and abc.ice are in "slice" folder.
in abc.ice, I type:
#include <Test.ice>
So, is there any problem in my slice files? or do I need to change any configuration for the eclipse plug-in ??

Reply With Quote