Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 126228

Summary: Dynamically resolve the correct dependencies when generating the configuration for the Agent Controller.
Product: z_Archived Reporter: Paul Slauenwhite <paulslau>
Component: TPTPAssignee: Samson Wai <samwai>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: samwai
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Paul Slauenwhite CLA 2006-02-02 12:56:36 EST
Dynamically resolve the correct dependencies when generating the configuration for the Agent Controller.

For example, using the TPTP-4.2.0-200601310100 build, the serviceconfig.xml incorrectly references the following JARS packaged with the Agent Controller:

<Variable name="CLASSPATH_ORG_ECLIPSE_CORE_COMMANDS" position="append" value="%PLUGINS_HOME%\org.eclipse.core.commands_3.2.0.jar"/>

<Variable name="CLASSPATH_ORG_ECLIPSE_JFACE" position="append" value="%PLUGINS_HOME%\org.eclipse.jface_3.2.0.jar"/>

They should be:

<Variable name="CLASSPATH_ORG_ECLIPSE_CORE_COMMANDS" position="append" value="%PLUGINS_HOME%\org.eclipse.core.commands_3.2.0.I20051212-2000.jar"/>

<Variable name="CLASSPATH_ORG_ECLIPSE_JFACE" position="append" value="%PLUGINS_HOME%\org.eclipse.jface_3.2.0.I20051214-0010.jar"/>
Comment 1 Samson Wai CLA 2006-02-09 15:05:48 EST
Fixed in bug 126902.


*** This bug has been marked as a duplicate of 126902 ***
Comment 2 Paul Slauenwhite CLA 2006-03-06 11:29:39 EST
Verified in the TPTP-4.2.0-200602281515 driver.