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

Agent Controller on MAC OS

This page is intended to document the process of Agent Controller (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.

[HELP WANTED] The development of MAC OX support depends largely on community contribution to move forward. A copy of the latest build is made available on this page to help interested party to start the development process. Technical discussion and questions can be raised and will be answered in TPTP Bug 68111.


Download

Agent Controller for MAC OS X [Download]

 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 [Download] (Right-click to Save)

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