Hi Guys,
I've modified
Ice-3.2.0\demoj\Ice\Invoke sample slightly by adding the following type:
I then used the supplied ANT build.xml to build the project. During the build ICode:dictionary<string, double> DoubleDict; sequence<DoubleDict> DoubleDictSeq;
get the following error:
I've since discovered that, from the command line addingCode:... DoubleDictSeqHelper.java:39: generic array creation
Produces code that the compiler is happy with.Code:slice2java --meta java:java2 ...
My question is how or what do I have to do to the build.xml file to ensure that the java2metadata macro in common.xml gets set?
Code:C:\Ice-3.2.0\demoj\Ice\Invoke>java -version java version "1.5.0_10" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03) Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode, sharing)

Reply With Quote
