Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] compiler settings in the build


Since we wrote some lovely docs for 3.2.0, here are a couple of relevant pages:

Controlling compiler settings per bundle:
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tasks/pde_compilation_env.htm

Other properties, notably setting custom encodings, and custom warning levels can be found here:
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.pde.doc.user/reference/pde_feature_generating_build.htm

-Andrew



Kim Moir/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

08/17/2006 05:22 PM

Please respond to
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] compiler settings in the build






In yesterday's arch call, it was requested that I send the default compiler settings used in the build ...here they are


       <!--compiler args-->

       <property name="compilerArg" value="-enableJavadoc -encoding ISO-8859-1 -warn:-discouraged,forbidden" />

       <property name="javacSource" value="1.3" />

       <property name="javacTarget" value="1.2" />


That being said, the Bundle-RequiredExecutionEnvironment  in the manifest specifies the execution environment


http://wiki.eclipse.org/index.php/Execution_Environments


The 3.2 plan describes the execution environment for each plugin.


http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_2.html#Appendix1


This file describes the source and target for each execution environment used by pde build when generating the build scripts.


http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pde.build/data/env.properties?rev=HEAD&content-type=text/vnd.viewcvs-markup


Kim
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top