Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Compiling Against Foundation


Just so you know, PDE will have first class tooling for compiling against different JRE/JCLs in M4.  

Jeff



Douglas Pollock <douglas.pollock@xxxxxxxx>
Sent by: platform-ui-dev-bounces@xxxxxxxxxxx

11/10/2005 05:05 PM

Please respond to
dpollock and "Eclipse Platform UI component developers list."

To
platform-ui-dev@xxxxxxxxxxx
cc
Subject
[platform-ui-dev] Compiling Against Foundation





Most of Platform/UI code should compile against the Foundation libraries if
possible (Appendix 1:
http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_2.html).  
The following is simple steps for setting up your projects to compile against
foundation.

1.) Check out "org.eclipse.osgi"
2.) Open the properties on your project
3.) Go to the Java Build Path > Libraries
4.) Remove JRE System Library
5.) Add JAR: "org.eclipse.osgi/osgi/ee.foundation.jar"
6.) optional: Add "org.eclipse.osgi/osgi/XMLParserAPIs.jar" as well, if you
require XML parsing


DO NOT COMMIT THESE CHANGES TO .classpath TO CVS.  This just for your local
workspace.



cheers,
d.
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top