InOut.cdl
file) in this package were generated automatically.
They were generated from the InOut.cdl
file in the following way:
rmiregistry
was run.
java -Djava.security.policy=$SOME_DIR/.java.policy -Djava.rmi.server.codebase=file:///$PROJECT_DIR$/build/TRdir/conn/ -Dsofa.nodename=nenya.ms.mff.cuni.cz SOFA.SOFAnode.Run.RunTIRAndCCNS $PROJECT_DIR$/build/storage/
$PROJECT_DIR$/build/storage/
directory
and copy files from the storage originally distributed along with the SOFA project.
java -Djava.security.policy=$SOME_DIR/.java.policy SOFA.SOFAnode.Made.CDL.Main $SRC_DIR/SOFA/SOFAnode/InOut/InOut.cdl
java -Djava.security.policy=$SOME_DIR/.java.policy -Dcodegen.typesonly=yes SOFA.SOFAnode.Made.CodeGen.Main ::SOFA::SOFAnode::InOut::TR2InOut ::SOFA::SOFAnode::InOut::InOut2Client ::SOFA::SOFAnode::InOut::InOut2InOut
$PROJECT_DIR
, $SRC_DIR
, $SOME_DIR
were used the appropriate directories (where the project,
sources and .java.policy file were installed). The .java.policy file contained:
grant {
// Allow everything for now
permission java.security.AllPermission;
};
These files were then changed manually in the following way: