Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Agent Controller on MAC OS"

(Download)
Line 11: Line 11:
 
Agent Controller for MAC OS X []<br>  
 
Agent Controller for MAC OS X []<br>  
  
&nbsp;'''Note''': This is not a fully function Agent Controller for MAC OS X. It was built based on the latest CVS code base and it is made available for evaluation and development purpose.  
+
&nbsp;'''Note''': This is not a fully function Agent Controller for MAC OS X and it is provided AS-IS. It was built based on the latest CVS code base and it is made available for evaluation and development purpose.  
  
 
{| cellspacing="1" cellpadding="1" border="1" style="width: 852px; height: 103px;"
 
{| cellspacing="1" cellpadding="1" border="1" style="width: 852px; height: 103px;"

Revision as of 17:35, 21 October 2009

This page is intended to document the process of Agent Cotnroller (AC) on MAC OS X support.


TPTP Bug 68111 has been opened to track the process of AC development for MAC OX Support. This page is created to help users and developers to understand the status of the development, also as a center place for AC developers for resources on the development.


Download

Agent Controller for MAC OS X []

 Note: This is not a fully function Agent Controller for MAC OS X and it is provided AS-IS. It was built based on the latest CVS code base and it is made available for evaluation and development purpose.

Component
Progress
Notes
org.eclipse.tptp.platform.agentcontroller
Partially Ported
It builds and runs, some functionality is working.
org.eclipse.hyades.probekit
Not Yet Ported

org.eclipse.tptp.platform.jvmti.runtime
Not Yet Ported

org.apache.harmony_vmcore_verifier
Not Yet Ported



HowTo : Building AC on MAC OS X

Environment configuration script [] (Right-click to Save to the file)

The script above requires update on the first three environment varilables to fit the development environmet:

HOME_DIR=/Users/pklicnik/Desktop/racporthead/finalac
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK
XERCESC_HOME=$HOME_DIR/xerces-c_2_8_0-x86-macosx-gcc_4_0

[To be completed]

Resources

[To Be Completed]

Back to the top