Lines Matching full:font
7 <P><FONT SIZE="+3"> Automating Builds with PDE BUILD</FONT><BR></P><P>Last Updated:
8 June16, 2005</P><P><FONT SIZE="+1"><A HREF="#intro">Introduction</A></FONT></P><P><FONT SIZE="+1"><A HREF="#preparation">Preparing
9 the infrastrucure</A></FONT></P><UL><LI><A HREF="#commit">Commit feature and plug-in
11 up auto-generation of source features and plug-ins</A></LI></UL><P><FONT SIZE="+1"><A HREF="#buildconfigfiles">Preparing
12 Build Configuration Files</A> </FONT></P><UL> <LI><A HREF="#build.properties">Write
13 build.properties</A></LI><LI><A HREF="#customTargets.xml">Write customTargets.xml</A></LI></UL><P><FONT SIZE="+1"><A HREF="#buildexec">
14 Build Execution</A></FONT></P><UL> <LI><A HREF="#buildmachinesetup">Set up build
15 machine</A></LI><LI><A HREF="#runbuild">Running the build</A></LI></UL><P> </P><HR><P><FONT SIZE="+2"><B><A NAME="intro"></A>Introduction</B></FONT></P><P>This
40 its eight nested features and all their plug-ins.<br> <br> <HR><P><FONT SIZE="+2"><B><A NAME="preparation"></A>Preparing
41 the infrastructure</B></FONT></P><P><B><FONT SIZE="+1" COLOR="#000000"><A NAME="commit"></A>Commit
42 feature and plug-in projects to CVS repository</FONT></B></P><P>Since Eclipse
60 in one or more <A HREF="#createmap">map files</A>.</P><P> </P><P><B><FONT SIZE="+1"><A NAME="createmap"></A>Create
61 map file project</FONT></B></P><P>A .map file is a java property file which contains
89 <BR></P><P><B><FONT SIZE="+1"><A NAME="gensource"></A>Generating source features
90 and plug-ins at build time</FONT></B></P><P>Source features and plug-ins can be
132 for an example.<BR> </LI></OL><HR><P><FONT SIZE="+2"><A NAME="buildconfigfiles"></A><B>Preparing
133 Build Configuration Files</B></FONT></P><P>The distilled build process consists
145 for building Eclipse, GEF and VE runtimes, respectively.</P><P><B><FONT SIZE="+1"><A NAME="build.properties"></A>build.properties</FONT></B></P><P>The
151 Help for a description of required and optional properties.</P><P><B><FONT SIZE="+1"><A NAME="customTargets.xml"></A>customTargets.xml</FONT></B></P><P>customTargets.xml
192 following two targets are provided in the customTargets.xml script.</P><P><FONT COLOR="#000000"><B><target
195 <ant antfile="${assembleScriptName}"/><BR></target></B></FONT></P><P><B><FONT COLOR="#000000"><target
198 <ant antfile="${assembleScriptName}"/><BR></target></FONT></B><BR></P></TD></TR><TR><TD WIDTH="24%"><A NAME="getmaps"></A>getMapFiles</TD><TD WIDTH="76%"><P>The
216 /><BR></target></B></P><P><B><FONT COLOR="#008000"><!--helper targets---></FONT><BR></B><B><BR><target
230 unless="baseExists"></B></P><P><B><FONT COLOR="#008000"> <!--this
233 from all directories specified as a value for the directory attribute. </FONT></B><FONT COLOR="#008000"><B>Not
235 case to avoid having/needing hard-coded versions in GEF javadoc scripts.--></B></FONT><B></B><B><BR></B><B> <taskdef
237 /> <BR> <BR><FONT COLOR="#008000"> <!--this
238 property file contains the values for ${eclipseURL} and ${eclipseBuildID}--></FONT><BR> <property
245 directory="${buildDirectory}/plugins" /> <BR><BR><FONT COLOR="#008000"> <!--
246 Extract doc.zip so we can create links in GEF java doc --> </FONT><BR> <exec
285 </unzip><BR> </target></B><BR><BR></P></TD></TR></TABLE><P> </P><HR><P><BR><FONT SIZE="+2"><B><A NAME="buildexec"></A>Build
286 Execution </B></FONT></P><P><FONT SIZE="+1"><A NAME="buildmachinesetup"></A><B>Build
287 machine setup</B></FONT><BR><BR>This build process can be executed on any of the
298 can be placed in any directory.</P><P><BR><B><FONT SIZE="+1"><A NAME="runbuild"></A>Running
299 the Build</FONT></B></P><P>To run the build, execute the following command from