example Java expression "copy Measure" in RPAS Extension Development Guide does not work/ 0 cell is
The java expression does not see the SrcMeasure data. From log file:
"
RHS Measure Info
measure: srcmeas
popcount: 0
"
But there are data exists.
I fix popMeasure to Left hand side, but 0 cells copied still. Has anybody succeeded with that example form the doc?
1/ I have prepeared .java and Makefile.
the code from .java:
"import java.util.*;
import com.oracle.rpas.utils.*;
public class copyMeasure implements RpasExpression {.....etc
"
2/ I run "gmake install" in the folder with .java file.
3/ and set path to RPAS_JAVA_CLASSPATH for copuMeasure.jar and RpasUtils.jar.
4/ I have created in the Config tool dstMeas, srcMeas, cellCountMeas (scalar), putched and registered RpasJavaExcperrion library with "regfunction -d .. -l"