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"

Line 40: Line 40:
 
== Building AC on MAC OS X<br>  ==
 
== Building AC on MAC OS X<br>  ==
  
Environment configuration script [download]<br>
+
Environment configuration script [[http://www.eclipse.org/downloads/download.php?file=/tptp/macos/env-run.sh download]] (Right-click to ''Save ''to the file)<br>  
  
The script above requires update on the first three environment varilables to fit the development environmet:<br>
+
The script above requires update on the first three environment varilables to fit the development environmet:<br>  
 
<pre>HOME_DIR=/Users/pklicnik/Desktop/racporthead/finalac
 
<pre>HOME_DIR=/Users/pklicnik/Desktop/racporthead/finalac
 
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK
 
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK
 
XERCESC_HOME=$HOME_DIR/xerces-c_2_8_0-x86-macosx-gcc_4_0
 
XERCESC_HOME=$HOME_DIR/xerces-c_2_8_0-x86-macosx-gcc_4_0
</pre>
+
</pre>  
 
[To be completed]<br>
 
[To be completed]<br>
  

Revision as of 17:42, 20 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 [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