Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 156225 Details for
Bug 299470
Hudson build scripts output differences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Build script that keeps buildtype for promote, and only the latest
build.xml (text/xml), 3.67 KB, created by
Bouchet Stéphane
on 2010-01-15 09:26:56 EST
(
hide
)
Description:
Build script that keeps buildtype for promote, and only the latest
Filename:
MIME Type:
Creator:
Bouchet Stéphane
Created:
2010-01-15 09:26:56 EST
Size:
3.67 KB
patch
obsolete
><project default="run" name="org.eclipse.emf.eef.releng/build.xml - Run an EEF build using the Athena CBI"> > > <!-- > 1. You must check out the following projects to your workspace: > > org.eclipse.releng.basebuilder > org.eclipse.dash.common.releng > org.eclipse.emf.eef.releng > > 2. You must provide Ant-Contrib in one of four places: > > org.eclipse.dash.common.releng/lib/ant-contrib.jar > org.eclipse.myproject.releng/lib/ant-contrib.jar > ${thirdPartyJarsDir}/ant-contrib.jar (path can be customized below) > /usr/share/java/ant-contrib.jar (may require a symlink) > > You can install Ant-Contrib 1.0b2 via RPM, or download it here: > > http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b2-bin.zip > > 3. If your project's sources are in SVN, you must unpack this zip into the basebuilder project's plugins/ folder: > > http://downloads.sourceforge.net/svn-pde-build/org.eclipse.pde.build.svn-1.0.1RC2.zip > > 4. To run automated JUnit tests headlessly, you will require Xvfb or Xvnc; without this, > UI tests will be launched into your current OS session (ie., on view port :0) and you may > inadvertently interact with them. (Non-UI tests can be run without fear of accidental > interaction and do not have this requirement.) > > 5. You must also ensure that the path specified for Java, and the version of Eclipse stated in build.properties > are correct for your machine. Edit these properties to suit your needs. Note that JAVA*_HOME variables are for > convenience, set in common.releng/server.properties. You can override them in your build.properties, or define > different defaults in server.properties, if you intend to run more than one build on this server. > > dependencyURLs=http://download.eclipse.org/eclipse/downloads/drops/S-3.5M5-200902021535/eclipse-SDK-3.5M5-linux-gtk.tar.gz > JAVA_HOME=${JAVA14_HOME} > --> > > <!-- load properties and set timestamp for the build --> > <property file="build.properties" /> > <tstamp> > <format property="buildTimestamp" pattern="yyyyMMddHHmm" /> > </tstamp> > > <!-- calculate workspaceDir as parent of this folder, the project's .releng folder (relengBuilderDir) --> > <property name="relengBuilderDir" value="${basedir}" /> > <dirname file="${relengBuilderDir}" property="workspaceDir" /> > > <!-- > can build in /tmp, eg., in /tmp/build, or in workspace, eg., > ${WORKSPACE}/build > --> > <property name="writableBuildRoot" value="/tmp/build" /> > > <!-- > can be simple path, eg., > ${writableBuildRoot}/${buildType}${buildTimestamp} or longer, eg., > ${writableBuildRoot}/${topprojectName}/${projectName}/downloads/drops/${version}/${buildType}${buildTimestamp} or > ${writableBuildRoot}/${topprojectName}/${projectName}/${subprojectName}/downloads/drops/${version}/${buildType}${buildTimestamp} > --> > <property name="buildDir" value="${writableBuildRoot}/${buildType}${buildTimestamp}" /> > > <!-- invoke a new Eclipse process and launch the build from the common.releng folder --> > <target name="run" depends="init"> > <property name="relengCommonBuilderDir" value="${workspaceDir}/org.eclipse.dash.common.releng" /> > <ant antfile="${relengCommonBuilderDir}/buildAll.xml" target="runEclipse" dir="${relengCommonBuilderDir}" /> > <antcall target="cleanUp" inheritall="true" /> > </target> > > <target name="init"> > <delete dir="${writableBuildRoot}/" includes="${buildType}*/**" includeemptydirs="true" /> > </target> > > <target name="cleanUp"> > <delete dir="${buildDir}/eclipse" failonerror="false" /> > <delete dir="${buildDir}/testing" failonerror="false" /> > <delete> > <fileset dir="${writableBuildRoot}"> > <include name="**/*AllFeatures*.zip*" /> > <include name="**/*Master*.zip*" /> > </fileset> > </delete> > </target> ></project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 299470
:
156010
| 156225