[SOLVED]
added
>/tmp/compilew.log &>/tmp/compilew.log ; tail /tmp/compilew.log
to redirect the output to the stdout. Somehow the javac has wierd behavior with the output on errors and verbose information.
Hi,
i want the JAVA-Projections and wrappers to compile after Caché created the files. The creation of the files works 100%.
My addition to createProjection in our Projectionclass is following:
if ($g(%jrodebug)=1) {
w !,"...compile:"
w !,"DEVICE : "_$g(%qdev)
w !,"$IO : "_$IO
#dim cPathTranslated = $tr(classname,".","/")
#dim cClassnamePath = $p(cPathTranslated,"/",1,$l(cPathTranslated,"/")-1)_"/"
#di