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

Revision as of 17:42, 20 October 2009 by Ewchan.ca.ibm.com (Talk | contribs)

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 [download link]

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



Building AC on MAC OS X

Environment configuration script [download] (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