Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Re: build issues on modeling.eclipse.org

I've fixed the build site. Another problem is that Unit Tests does not run, since DLTK Automated Tests dependency is not copied for some reason. Right now I'm running the 2.1.0RC5 build without Unit tests...

On Thu, Jun 18, 2009 at 8:16 AM, Michael Spector <spektom@xxxxxxxxx> wrote:
BTW, dependencies URL's are also not selected automatically anymore...


On Thu, Jun 18, 2009 at 8:14 AM, Michael Spector <spektom@xxxxxxxxx> wrote:
Hi All,

PDT 2.1.0RC5 cannot be built due to some changes in modeling.eclipse.org.
Here's the log:

[start] [01:21:51] Started on 20090618 with the following options:
  -proj pdt
  -sub -version
  -branch HEAD
  -URL http://download.eclipse.org/eclipse/downloads/drops/S-3.5RC4-200906051444/eclipse-SDK-3.5RC4-linux-gtk.tar.gz
  -URL http://download.eclipse.org/eclipse/downloads/drops/S-3.5RC4-200906051444/eclipse-SDK-3.5RC4-linux-gtk.tar.gz
  -URL http://download.eclipse.org/technology/dltk/downloads/drops/R1.0/S-1.0RC5-200906171219/dltk-core-sdk-S-1.0RC5-200906171219.zip
  -URL http://download.eclipse.org/technology/dltk/downloads/drops/R1.0/S-1.0RC5-200906171219/dltk-core-Automated_Tests-S-1.0RC5-200906171219.zip
  -URL http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.5.0/S200906151043/emf-runtime-2.5.0RC5.zip
  -URL http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.5.0/S200906151043/xsd-runtime-2.5.0RC5.zip
  -URL http://download.eclipse.org/tools/gef/downloads/drops/3.5.0/S200906091000/GEF-SDK-3.5.0RC4.zip
  -URL http://download.eclipse.org/datatools/downloads/drops/N_DTP_1.7/dtp-sdk-1.7.0RC5-200906111239.zip
  -URL http://download.eclipse.org/webtools/downloads/drops/R3.1/S-3.1RC5-20090616035105/wtp-wst-sdk-S-3.1RC5-20090616035105.zip
  -antTarget run
  -buildAlias 2.1.0RC5
  -mapfileRule use-false
  -buildType S
  -javaHome /opt/sun-java2-5.0
  -downloadsDir /home/www-data/build/downloads
  -buildDir /home/www-data/build/pdt/downloads/drops/2.1.0/S200906180121
  -writableBuildRoot /home/www-data
  -projRelengRoot :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools
  -buildTimestamp 200906180121
  -email michael@xxxxxxxx,
  -basebuilderBranch R35_M5
usage: start.sh
-proj           <REQUIRED: name of the project to be build, eg. mdt>
-sub            <REQUIRED: shortname of the project to be build, eg. uml2tools>
-version        <REQUIRED: version to use, eg., 1.0.0>
-mapfileRule    <Use static mapfile? (use-false) Generate mapfile? Tag
files during build (gen-true, gen-false)? default gen-false>
-mapfileTag     <Tag to use when generating mapfile; default to either
build_timestamp (gen-true) or cvsbranch (gen-false)>
-URL            <The URLs of the Eclipse driver, EMF driver, and any
other zips that need to be unpacked into
                the eclipse install to resolve all dependencies.
Enter one -URL [...] per required URL.>
-branch         <REQUIRED: CVS branch of the files to be built (eg.,
build_200409171617); default HEAD)>
-projRelengRoot     <optional: CVSROOT of
org.eclipse(.emf).$subprojectName.releng; default:
:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools>
-projRelengBranch   <CVS branch of org.eclipse.$subprojectName.releng
or org.eclipse.emf.$subprojectName.releng>
-commonRelengBranch <CVS branch of org.eclipse.modeling.common.releng>
-basebuilderBranch <CVS branch of org.eclipse.releng.basebuilder>
-antTarget      <The Ant target of the build script: run,
runWithoutTest; default: run>
-buildAlias     <The Alias of the build (for named S and R builds),
eg. 2.0.2RC1; default: none>
-buildType      <The type of the build: N, I, M, S, R; default: N>
-javaHome       <The JAVA_HOME directory; default: /opt/sun-java2-5.0
or value in releng-common/server-config/*.properties>
-downloadsDir   <The directory where dependent zips are downloaded;
default: $writableBuildRoot/build/downloads>
-buildTimestamp <optional: YYYYmmddhhMM timestamp to be used to label
the build; default will be generated>



Back to the top