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"

 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
This page is intended to document the process of Agent Cotnroller (AC) on MAC OS X support.<br>  
+
This page is intended to document the process of Agent Controller (AC) on MAC OS X support.<br>  
  
 
<br>  
 
<br>  
  
 
TPTP [https://bugs.eclipse.org/bugs/show_bug.cgi?id=68111 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.<br>  
 
TPTP [https://bugs.eclipse.org/bugs/show_bug.cgi?id=68111 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.<br>  
 +
 +
['''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. <br>
  
 
<br>  
 
<br>  
Line 9: Line 11:
 
== Download<br>  ==
 
== Download<br>  ==
  
Agent Controller for MAC OS X []<br>  
+
Agent Controller for MAC OS X [[http://www.eclipse.org/downloads/download.php?file=/tptp/macos/dev/ac_mac_osx104_TPTP462_20091020.zip Download]]<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.  
 +
 
 +
<br>
  
 
{| cellspacing="1" cellpadding="1" border="1" style="width: 852px; height: 103px;"
 
{| cellspacing="1" cellpadding="1" border="1" style="width: 852px; height: 103px;"
Line 38: Line 42:
 
<br>  
 
<br>  
  
<br>
+
<br>  
  
 
== HowTo&nbsp;: Building AC on MAC OS X<br>  ==
 
== HowTo&nbsp;: Building AC on MAC OS X<br>  ==
  
Environment configuration script [] (Right-click to ''Save ''to the file)<br>  
+
Environment configuration script [[http://www.eclipse.org/downloads/download.php?file=/tptp/macos/dev/env-run.sh Download]] (Right-click to ''Save'')<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>  
Line 49: Line 53:
 
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>  
  
 
== Resources<br>  ==
 
== Resources<br>  ==
  
 
[To Be Completed]
 
[To Be Completed]

Latest revision as of 17:28, 3 September 2010

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