Community
Participate
Working Groups
Support 3.3 file transfer through client compatibility layers (Java only). Should be able to bring over the file transfer java code unchanged, with the work contained in replicating the interface found in the RAC to the new AC's client compatibility layer.
Files changed: - CCTLServer.c (1.10) - ClientCTL.c (1.10) - ClientCTL.h (1.8) - RACClientSupport.c (1.11) - RACmdHandlers.c (1.34) - TPTPClientCompTL.dsp (1.5) Files added: - java.c - java.h - security.c - security.h
The unsecured file server is implemented. The following has to be added to serviceconfig.xml in order to initiate it: <TransportLayer loadlib="tptpCCTL"> <Configuration> <Port>10002</Port> <SecuredPort>10003</SecuredPort> <FilePort>10005</FilePort> <Jvm>D:\jdk1.5.0_05\jre\bin\client\jvm.dll</Jvm> <Classpath>D:\eclipse\workspace-head\org.eclipse.tptp.platform.agentcontroller\src-native-new\lib\hexcore.jar;D:\eclipse\workspace-head\org.eclipse.tptp.platform.agentcontroller\src-native-new\lib\hexl.jar;D:\eclipse\workspace-head\org.eclipse.tptp.platform.agentcontroller\src-native-new\lib\hcframe.jar;D:\eclipse\workspace-head\org.eclipse.tptp.platform.agentcontroller\src-native-new\lib\org.eclipse.core.runtime_3.1.0.jar</Classpath> <Security>true</Security> </Configuration> <CommandExtractor>tptpCmdExtr</CommandExtractor> </TransportLayer>
Please close this out for I1 and open a new (if not already one existing) for the remainder of the work.
This is already implemented and checked into 4.2.
As of TPTP 4.6.0, TPTP is in maintenance mode and focusing on improving quality by resolving relevant enhancements/defects and increasing test coverage through test creation, automation, Build Verification Tests (BVTs), and expanded run-time execution. As part of the TPTP Bugzilla housecleaning process (see http://wiki.eclipse.org/Bugzilla_Housecleaning_Processes), this enhancement/defect is verified/closed by the Project Lead since this enhancement/defect has been resolved and unverified for more than 1 year and considered to be fixed. If this enhancement/defect is still unresolved and reproducible in the latest TPTP release (http://www.eclipse.org/tptp/home/downloads/), please re-open.