JBoss Tools SVN: r44066 - trunk/build/installation.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-09-26 17:16:16 -0400 (Wed, 26 Sep 2012)
New Revision: 44066
Removed:
trunk/build/installation/README.txt
trunk/build/installation/installJBossTools.cmd
trunk/build/installation/installJBossTools.sh
trunk/build/installation/installJBossTools.xml
Log:
https://issues.jboss.org/browse/JBIDE-12747 move from build/installation to download.jboss.org/jbosstools/updates/scripted-installation
Deleted: trunk/build/installation/README.txt
===================================================================
--- trunk/build/installation/README.txt 2012-09-26 21:16:07 UTC (rev 44065)
+++ trunk/build/installation/README.txt 2012-09-26 21:16:16 UTC (rev 44066)
@@ -1,40 +0,0 @@
-The scripts in this folder can be used to install JBoss Tools via commandline
-into a new or existing Eclipse 3.6 installation.
-
-.cmd is for Windows
-.sh is for Mac or Linux
-
-These files are simply wrappers which call Ant and run the .xml script, passing
-in variables for source, target, and what to install (if not everything). They
-contain examples of what you might want to do.
-
-Last tested with Eclipse 3.6.2 (maintenance build) for linux 32-bit (Fedora 12,
-OpenJDK 6) and JBoss Tools 3.2.0.CR1 on Jan 11, 2011. First attempt was incomplete
-due to timeout, but on second attempt install succeeded in 9 mins. Script used
-is below for reference. Resulting footprint on disk (including Eclipse): 784M
-
--- Nick Boldt (nboldt(a)redhat.com)
-
---- --- --- --- --- --- --- ---
-
-workspace=/home/nboldt/eclipse/workspace-clean36; \
-target=/home/nboldt/eclipse/36clean; \
-eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-SDK-M20110105-0951-linux-gtk.tar.gz; \
-echo "Wipe $target/eclipse and $workspace ..."; rm -fr $target/eclipse $workspace; \
-echo "Unpack $eclipse ..."; cd $target; tar xzf $eclipse; cd -; \
-export GDK_NATIVE_WINDOWS=true; \
-$target/eclipse/eclipse -clean -consolelog -nosplash -data $workspace \
- -application org.eclipse.ant.core.antRunner -f installJBossTools.xml \
- -DtargetDir=$target/eclipse \
- -DsourceZip=/tmp/jbosstools-3.2_trunk.aggregate-Update-SNAPSHOT.zip \
- -DotherRepos=\
-http://download.jboss.org/jbosstools/updates/target-platform/latest/,\
-http://download.eclipse.org/releases/helios/,\
-http://download.eclipse.org/birt/update-site/2.6/,\
-http://m2eclipse.sonatype.org/sites/m2e/,\
-http://m2eclipse.sonatype.org/sites/m2e-extras/,\
-http://subclipse.tigris.org/update_1.6.x\
- -vm /opt/jdk1.5.0_19/bin/java -vmargs -Xms128M \
- -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M \
- 2>&1 | tee "$target/eclipse.log.`date`.txt"
-
Deleted: trunk/build/installation/installJBossTools.cmd
===================================================================
--- trunk/build/installation/installJBossTools.cmd 2012-09-26 21:16:07 UTC (rev 44065)
+++ trunk/build/installation/installJBossTools.cmd 2012-09-26 21:16:16 UTC (rev 44066)
@@ -1,43 +0,0 @@
-@echo off
-
-:: plugin-only install example - two plugins
-c:\eclipse\36clean\eclipse\eclipse.exe -consolelog -nosplash -data c:\tmp ^
- -application org.eclipse.ant.core.antRunner ^
- -f installJBossTools.xml ^
- -DsourceZip=c:\eclipse\36clean\jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243.zip ^
- -DtargetDir=c:\eclipse\36clean\eclipse ^
- -Dinstall=org.jboss.tools.jmx.core,org.jboss.tools.jmx.ui
-
-:: simple install example - one feature
-:: note that if the file is org.jboss.tools.jmx.feature_*.jar, the feature to install is org.jboss.tools.jmx.feature.feature.group
-c:\eclipse\36clean\eclipse\eclipse.exe -consolelog -nosplash -data c:\tmp ^
- -application org.eclipse.ant.core.antRunner ^
- -f installJBossTools.xml ^
- -DsourceZip=c:\eclipse\36clean\jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243.zip ^
- -DtargetDir=c:\eclipse\36clean\eclipse ^
- -Dinstall=org.jboss.tools.jmx.feature.feature.group
-
-:: full install example - all available features
-c:\eclipse\36clean\eclipse\eclipse.exe -consolelog -nosplash -data c:\tmp ^
- -application org.eclipse.ant.core.antRunner ^
- -f installJBossTools.xml ^
- -DsourceZip=c:\eclipse\36clean\jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243.zip ^
- -DtargetDir=c:\eclipse\36clean\eclipse ^
- -DotherRepos=http://download.jboss.org/jbosstools/updates/target-platform/latest/,^
-http://download.eclipse.org/releases/helios/,^
-http://download.eclipse.org/birt/update-site/2.6/,^
-http://m2eclipse.sonatype.org/sites/m2e/,^
-http://m2eclipse.sonatype.org/sites/m2e-extras/
-
-:: more features; note that some require addition of -DotherRepos to resolve missing dependencies (ie., BIRT, Maven)
-:: -Dinstall=org.drools.eclipse.feature.feature.group,org.drools.eclipse.task.feature.feature.group,org.guvnor.tools.feature.feature.group,\
-:: org.hibernate.eclipse.feature.feature.group,org.jboss.ide.eclipse.archives.feature.feature.group,org.jboss.ide.eclipse.as.feature.feature.group,\
-:: org.jboss.ide.eclipse.freemarker.feature.feature.group,\
-:: org.jboss.tools.birt.feature.feature.group,org.jboss.tools.bpel.feature.feature.group,org.jboss.tools.esb.feature.feature.group,\
-:: org.jboss.tools.flow.common.feature.feature.group,org.jboss.tools.flow.jpdl4.feature.feature.group,org.jboss.tools.jbpm.common.feature.feature.group,\
-:: org.jboss.tools.jbpm.convert.feature.feature.group,org.jboss.tools.jbpm4.feature.feature.group,org.jboss.tools.jmx.feature.feature.group,\
-:: org.jboss.tools.maven.feature.feature.group,org.jboss.tools.maven.seam.feature.feature.group,\
-:: org.jboss.tools.portlet.feature.feature.group,org.jboss.tools.profiler.feature.feature.group,\
-:: org.jboss.tools.project.examples.feature.feature.group,org.jboss.tools.richfaces.feature.feature.group,org.jboss.tools.seam.feature.feature.group,\
-:: org.jboss.tools.smooks.feature.feature.group,org.jboss.tools.struts.feature.feature.group,\
-:: org.jboss.tools.ws.feature.feature.group,org.jboss.tools.xulrunner.feature.feature.group,org.jbpm.gd.jpdl.feature.feature.group
Deleted: trunk/build/installation/installJBossTools.sh
===================================================================
--- trunk/build/installation/installJBossTools.sh 2012-09-26 21:16:07 UTC (rev 44065)
+++ trunk/build/installation/installJBossTools.sh 2012-09-26 21:16:16 UTC (rev 44066)
@@ -1,46 +0,0 @@
-#!/bin/bash
-
-## plugin-only install example - two plugins
-/home/nboldt/eclipse/36clean/eclipse/eclipse -consolelog -nosplash -data /tmp \
- -application org.eclipse.ant.core.antRunner \
- -f installJBossTools.xml \
- -DsourceZip=/home/nboldt/eclipse/36clean/jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243a.zip \
- -DtargetDir=/home/nboldt/eclipse/36clean/eclipse \
- -Dinstall=org.jboss.tools.jmx.core,org.jboss.tools.jmx.ui
-exit
-
-## simple install example - one feature
-## note that if the file is org.jboss.tools.jmx.feature_*.jar, the feature to install is org.jboss.tools.jmx.feature.feature.group
-/home/nboldt/eclipse/36clean/eclipse/eclipse -consolelog -nosplash -data /tmp \
- -application org.eclipse.ant.core.antRunner \
- -f installJBossTools.xml \
- -DsourceZip=/home/nboldt/eclipse/36clean/jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243a.zip \
- -DtargetDir=/home/nboldt/eclipse/36clean/eclipse \
- -Dinstall=org.jboss.tools.jmx.feature.feature.group
-exit
-
-## full install example - all available features
-/home/nboldt/eclipse/36clean/eclipse/eclipse -consolelog -nosplash -data /tmp \
- -application org.eclipse.ant.core.antRunner \
- -f installJBossTools.xml \
- -DsourceZip=/home/nboldt/eclipse/36clean/jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243a.zip \
- -DtargetDir=/home/nboldt/eclipse/36clean/eclipse \
- -DotherRepos=http://download.jboss.org/jbosstools/updates/target-platform/latest/,\
-http://download.eclipse.org/releases/helios/,\
-http://download.eclipse.org/birt/update-site/2.6/,\
-http://m2eclipse.sonatype.org/sites/m2e/,\
-http://m2eclipse.sonatype.org/sites/m2e-extras/
-exit
-
-## more features; note that some require addition of -DotherRepos to resolve missing dependencies (ie., BIRT, Maven)
-## -Dinstall=org.drools.eclipse.feature.feature.group,org.drools.eclipse.task.feature.feature.group,org.guvnor.tools.feature.feature.group,\
-## org.hibernate.eclipse.feature.feature.group,org.jboss.ide.eclipse.archives.feature.feature.group,org.jboss.ide.eclipse.as.feature.feature.group,\
-## org.jboss.ide.eclipse.freemarker.feature.feature.group,\
-## org.jboss.tools.birt.feature.feature.group,org.jboss.tools.bpel.feature.feature.group,org.jboss.tools.esb.feature.feature.group,\
-## org.jboss.tools.flow.common.feature.feature.group,org.jboss.tools.flow.jpdl4.feature.feature.group,org.jboss.tools.jbpm.common.feature.feature.group,\
-## org.jboss.tools.jbpm.convert.feature.feature.group,org.jboss.tools.jbpm4.feature.feature.group,org.jboss.tools.jmx.feature.feature.group,\
-## org.jboss.tools.maven.feature.feature.group,org.jboss.tools.maven.seam.feature.feature.group,\
-## org.jboss.tools.portlet.feature.feature.group,org.jboss.tools.profiler.feature.feature.group,\
-## org.jboss.tools.project.examples.feature.feature.group,org.jboss.tools.richfaces.feature.feature.group,org.jboss.tools.seam.feature.feature.group,\
-## org.jboss.tools.smooks.feature.feature.group,org.jboss.tools.struts.feature.feature.group,\
-## org.jboss.tools.ws.feature.feature.group,org.jboss.tools.xulrunner.feature.feature.group,org.jbpm.gd.jpdl.feature.feature.group
Deleted: trunk/build/installation/installJBossTools.xml
===================================================================
--- trunk/build/installation/installJBossTools.xml 2012-09-26 21:16:07 UTC (rev 44065)
+++ trunk/build/installation/installJBossTools.xml 2012-09-26 21:16:16 UTC (rev 44066)
@@ -1,259 +0,0 @@
-<project default="install">
- <target name="help">
- <echo>
- REQUIRMENTS:
-
- This script requires Ant-Contrib. If missing, it will attempt to download
- it from Sourceforge.net for you into this folder.
-
- COMMANDLINE PARAMS:
-
- install - csv list of features to install; if missing, install ALL found features.
-
- sourceZip - /full/path/to/jboss-tools-update.zip; zip must exist
-
- targetDir - /full/path/to/an/existing/jbdevstudio/eclipse; folder must exist
-
- OPTIONAL / MAY BE REQUIRED:
-
- otherRepos - csv list of local, zipped, or remote update sites from which to install
- prereqs (eg., BIRT, Maven); may want these sites:
- http://download.jboss.org/jbosstools/updates/target-platform/latest/
- http://download.eclipse.org/releases/helios/,\
- http://download.eclipse.org//birt/update-site/2.6/,\
- http://m2eclipse.sonatype.org/sites/m2e/,\
- http://m2eclipse.sonatype.org/sites/m2e-extras/,\
- http://subclipse.tigris.org/update_1.6.x
-
- RUNNING THIS SCRIPT:
-
- /path/to/eclipse-dir/eclipse -consolelog -nosplash -data /tmp \
- -application org.eclipse.ant.core.antRunner \
- -f /path/to/installJBossTools.xml \
- -DotherRepos=http://download.jboss.org/jbosstools/updates/target-platform/latest/
- -DsourceZip=/path/to/JBossTools-Update-3.1.0.v200909102049M-H274-M3.zip \
- -DtargetDir=/path/to/eclipse-dir \
- -Dinstall=org.jboss.tools.jmx.sdk.feature.feature.group
-</echo>
- </target>
-
- <property name="install" value="" />
- <property name="otherRepos" value="" />
-
- <property name="sourceZip" value="" />
- <property name="targetDir" value="" />
-
- <target name="install" depends="init">
- <if>
- <or>
- <not>
- <isset property="targetDir" />
- </not>
- <equals arg1="${targetDir}" arg2="" />
- <not>
- <available file="${targetDir}" type="dir" />
- </not>
- </or>
- <then>
- <fail>
-ERROR!
-Must specify path to an existing Eclipse or JBoss Developer Studio
-install folder into which features will be installed.
-</fail>
- </then>
- </if>
-
- <if>
- <or>
- <not>
- <isset property="sourceZip" />
- </not>
- <equals arg1="${sourceZip}" arg2="" />
- </or>
- <then>
- <fail>
-ERROR!
-Must specify path to a previously downloaded JBoss Tools
-or JBoss Developer Studio Update site zip.
-</fail>
- </then>
- </if>
-
- <if>
- <not>
- <available file="${sourceZip}" type="file" />
- </not>
- <then>
- <fail>ERROR!
-Cannot find sourceZip in ${sourceZip}.
-</fail>
- </then>
- </if>
-
- <if>
- <or>
- <not>
- <isset property="install" />
- </not>
- <equals arg1="${install}" arg2="" />
- </or>
- <then>
- <!-- for update site zips, dest must be ${temp.dir}/eclipse; for SDKs, ${temp.dir} -->
- <tempfile property="temp.dir" />
- <mkdir dir="${temp.dir}/eclipse" />
- <unzip src="${sourceZip}" dest="${temp.dir}/eclipse" overwrite="false" />
-
- <!-- collect features to install if not specified -->
- <var name="install" value="" />
- <for param="featureJar">
- <path>
- <fileset dir="${temp.dir}/eclipse/features" includes="*.jar" />
- </path>
- <sequential>
- <var name="feature.jarfile" unset="true" />
- <var name="feature.id" unset="true" />
- <propertyregex property="feature.jarfile"
- defaultvalue="@{featureJar}"
- input="@{featureJar}"
- regexp=".+/features/([^/]+\.jar)"
- replace="\1"
- override="true"
- />
- <propertyregex property="feature.id"
- defaultvalue="${feature.jarfile}"
- input="${feature.jarfile}"
- regexp="([^_]+)_(\d+\.\d+\.\d+\..+)\.jar"
- replace="\1"
- override="true"
- />
- <propertyregex property="feature.id"
- defaultvalue="${feature.id}"
- input="${feature.id}"
- regexp="([^_]+)_(\d+\.\d+\.\d+)\.jar"
- replace="\1"
- override="true"
- />
- <var name="install" value="${install},${feature.id}.feature.group" />
- <var name="feature.jarfile" unset="true" />
- <var name="feature.id" unset="true" />
- </sequential>
- </for>
- <!-- trim prefix "," -->
- <propertyregex property="install" input="${install}" defaultvalue="${install}" regexp=",(.+)" replace="\1" override="true" />
- <delete dir="${temp.dir}" />
- </then>
- </if>
-
- <if>
- <and>
- <isset property="otherRepos" />
- <not>
- <equals arg1="${otherRepos}" arg2="" />
- </not>
- </and>
- <then>
- <var name="p2.director.input.repo" value="jar:file:${sourceZip}!/,${otherRepos}" />
- </then>
- <else>
- <var name="p2.director.input.repo" value="jar:file:${sourceZip}!/" />
- </else>
- </if>
-
-
- <antcall target="run.director">
- <param name="p2.director.installIU" value="${install}" />
- <param name="p2.director.install.path" value="${targetDir}" />
- <param name="p2.director.input.repo" value="${p2.director.input.repo}" />
- </antcall>
-
- </target>
-
- <target name="run.director">
- <property name="p2.director.extraArgs" value="" />
- <property name="p2.director.installIU" value="${install}" />
- <property name="p2.director.install.path" value="${targetDir}" />
- <property name="p2.director.input.repo" value="jar:file:${sourceZip}!/" />
- <echo>
-Source Repo(s): ${p2.director.input.repo}
-Install Path: ${p2.director.install.path}
-Feature(s) or Plugin(s) to Install:
-${install}
- </echo>
-
- <mkdir dir="${p2.director.install.path}" />
- <chmod perm="ugo+rwx" file="${p2.director.install.path}/eclipse" />
- <exec executable="${p2.director.install.path}/eclipse"
- failonerror="true"
- dir="${p2.director.install.path}"
- timeout="1200000"
- taskname="p2.dir"
- >
- <!-- deprecated application for Eclipse 3.4: org.eclipse.equinox.p2.director.app.application -->
- <arg line=" -application org.eclipse.equinox.p2.director" />
- <arg line=" -nosplash" />
- <arg line=" --launcher.suppressErrors" />
- <arg line=" -consoleLog" />
- <arg line=" -flavor tooling" />
- <arg line=" -roaming" />
- <arg line=" -profile SDKProfile" />
- <arg line=" -destination ${p2.director.install.path}" />
- <arg line=" -bundlepool ${p2.director.install.path}" />
- <arg line=" -installIU ${p2.director.installIU}" />
- <arg line=" -metadataRepository ${p2.director.input.repo},file:${p2.director.install.path}/p2/org.eclipse.equinox.p2.engine/profileRegistry/SDKProfile.profile"
- />
- <arg line=" -artifactRepository ${p2.director.input.repo},file:${p2.director.install.path}" />
- <arg line=" -profileProperties org.eclipse.update.install.features=true" />
- <arg line=" -vmargs" />
- <arg line=" -Declipse.p2.data.area=${p2.director.install.path}/p2" />
- <arg line=" -Declipse.p2.MD5Check=false" />
- </exec>
- </target>
-
- <target name="check.ant-contrib" if="antContribJarUnavailable">
- <antcall target="get.ant-contrib" />
- <available file="ant-contrib.jar" property="antContribJarAvailable" />
- <fail unless="antContribJarAvailable">Error!
-
-Ant-Contrib 1.0b2 is required. Download it from http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b2-bin.zip,
-then place it in one of the following 4 locations. You can also redefine these paths in your build.properties file:
-
-./ant-contrib.jar
- or
-/usr/share/java/ant-contrib.jar
-</fail>
- </target>
-
- <target name="get.ant-contrib">
- <get src="http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b2-bin.zip" dest="/tmp/ant-contrib-1.0b2-bin.zip" usetimestamp="true" />
- <touch file="/tmp/ant-contrib-1.0b2-bin.zip" />
- <unzip src="${downloadsDir}/ant-contrib-1.0b2-bin.zip" dest="/tmp/ant-contrib-1.0b2-bin.zip_" overwrite="true" />
- <copy file="/tmp/ant-contrib-1.0b2-bin.zip_/ant-contrib/lib/ant-contrib.jar" tofile="./ant-contrib.jar" failonerror="true" />
- <delete dir="/tmp/ant-contrib-1.0b2-bin.zip_" includeemptydirs="true" quiet="true" />
- <delete file="/tmp/ant-contrib-1.0b2-bin.zip" quiet="true" />
- </target>
-
- <target name="init">
- <condition property="antContribJarUnavailable">
- <not>
- <or>
- <available file="/usr/share/java/ant-contrib.jar" type="file" />
- <available file="../lib/ant-contrib.jar" type="file" />
- <available file="./ant-contrib.jar" type="file" />
- </or>
- </not>
- </condition>
- <antcall target="check.ant-contrib" />
- <!-- This will fail if ant-contrib.jar cannot be found. You can install Ant-Contrib via RPM, or download it here:
- http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b2-bin.zip
- -->
- <taskdef resource="net/sf/antcontrib/antlib.xml">
- <classpath>
- <pathelement location="/usr/share/java/ant-contrib.jar" />
- <pathelement location="../lib/ant-contrib.jar" />
- <pathelement location="./ant-contrib.jar" />
- </classpath>
- </taskdef>
-
- </target>
-
-</project>
12 years, 3 months
JBoss Tools SVN: r44065 - in trunk/download.jboss.org/jbosstools/updates: scripted-installation and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-09-26 17:16:07 -0400 (Wed, 26 Sep 2012)
New Revision: 44065
Added:
trunk/download.jboss.org/jbosstools/updates/scripted-installation/
trunk/download.jboss.org/jbosstools/updates/scripted-installation/README.txt
trunk/download.jboss.org/jbosstools/updates/scripted-installation/install...
trunk/download.jboss.org/jbosstools/updates/scripted-installation/install...
trunk/download.jboss.org/jbosstools/updates/scripted-installation/install...
Log:
https://issues.jboss.org/browse/JBIDE-12747 move from build/installation to download.jboss.org/jbosstools/updates/scripted-installation
Added: trunk/download.jboss.org/jbosstools/updates/scripted-installation/README.txt
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/scripted-installation/README.txt (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/scripted-installation/README.txt 2012-09-26 21:16:07 UTC (rev 44065)
@@ -0,0 +1,40 @@
+The scripts in this folder can be used to install JBoss Tools via commandline
+into a new or existing Eclipse 3.6 installation.
+
+.cmd is for Windows
+.sh is for Mac or Linux
+
+These files are simply wrappers which call Ant and run the .xml script, passing
+in variables for source, target, and what to install (if not everything). They
+contain examples of what you might want to do.
+
+Last tested with Eclipse 3.6.2 (maintenance build) for linux 32-bit (Fedora 12,
+OpenJDK 6) and JBoss Tools 3.2.0.CR1 on Jan 11, 2011. First attempt was incomplete
+due to timeout, but on second attempt install succeeded in 9 mins. Script used
+is below for reference. Resulting footprint on disk (including Eclipse): 784M
+
+-- Nick Boldt (nboldt(a)redhat.com)
+
+--- --- --- --- --- --- --- ---
+
+workspace=/home/nboldt/eclipse/workspace-clean36; \
+target=/home/nboldt/eclipse/36clean; \
+eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-SDK-M20110105-0951-linux-gtk.tar.gz; \
+echo "Wipe $target/eclipse and $workspace ..."; rm -fr $target/eclipse $workspace; \
+echo "Unpack $eclipse ..."; cd $target; tar xzf $eclipse; cd -; \
+export GDK_NATIVE_WINDOWS=true; \
+$target/eclipse/eclipse -clean -consolelog -nosplash -data $workspace \
+ -application org.eclipse.ant.core.antRunner -f installJBossTools.xml \
+ -DtargetDir=$target/eclipse \
+ -DsourceZip=/tmp/jbosstools-3.2_trunk.aggregate-Update-SNAPSHOT.zip \
+ -DotherRepos=\
+http://download.jboss.org/jbosstools/updates/target-platform/latest/,\
+http://download.eclipse.org/releases/helios/,\
+http://download.eclipse.org/birt/update-site/2.6/,\
+http://m2eclipse.sonatype.org/sites/m2e/,\
+http://m2eclipse.sonatype.org/sites/m2e-extras/,\
+http://subclipse.tigris.org/update_1.6.x\
+ -vm /opt/jdk1.5.0_19/bin/java -vmargs -Xms128M \
+ -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M \
+ 2>&1 | tee "$target/eclipse.log.`date`.txt"
+
Added: trunk/download.jboss.org/jbosstools/updates/scripted-installation/install...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/scripted-installation/install... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/scripted-installation/install... 2012-09-26 21:16:07 UTC (rev 44065)
@@ -0,0 +1,43 @@
+@echo off
+
+:: plugin-only install example - two plugins
+c:\eclipse\36clean\eclipse\eclipse.exe -consolelog -nosplash -data c:\tmp ^
+ -application org.eclipse.ant.core.antRunner ^
+ -f installJBossTools.xml ^
+ -DsourceZip=c:\eclipse\36clean\jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243.zip ^
+ -DtargetDir=c:\eclipse\36clean\eclipse ^
+ -Dinstall=org.jboss.tools.jmx.core,org.jboss.tools.jmx.ui
+
+:: simple install example - one feature
+:: note that if the file is org.jboss.tools.jmx.feature_*.jar, the feature to install is org.jboss.tools.jmx.feature.feature.group
+c:\eclipse\36clean\eclipse\eclipse.exe -consolelog -nosplash -data c:\tmp ^
+ -application org.eclipse.ant.core.antRunner ^
+ -f installJBossTools.xml ^
+ -DsourceZip=c:\eclipse\36clean\jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243.zip ^
+ -DtargetDir=c:\eclipse\36clean\eclipse ^
+ -Dinstall=org.jboss.tools.jmx.feature.feature.group
+
+:: full install example - all available features
+c:\eclipse\36clean\eclipse\eclipse.exe -consolelog -nosplash -data c:\tmp ^
+ -application org.eclipse.ant.core.antRunner ^
+ -f installJBossTools.xml ^
+ -DsourceZip=c:\eclipse\36clean\jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243.zip ^
+ -DtargetDir=c:\eclipse\36clean\eclipse ^
+ -DotherRepos=http://download.jboss.org/jbosstools/updates/target-platform/latest/,^
+http://download.eclipse.org/releases/helios/,^
+http://download.eclipse.org/birt/update-site/2.6/,^
+http://m2eclipse.sonatype.org/sites/m2e/,^
+http://m2eclipse.sonatype.org/sites/m2e-extras/
+
+:: more features; note that some require addition of -DotherRepos to resolve missing dependencies (ie., BIRT, Maven)
+:: -Dinstall=org.drools.eclipse.feature.feature.group,org.drools.eclipse.task.feature.feature.group,org.guvnor.tools.feature.feature.group,\
+:: org.hibernate.eclipse.feature.feature.group,org.jboss.ide.eclipse.archives.feature.feature.group,org.jboss.ide.eclipse.as.feature.feature.group,\
+:: org.jboss.ide.eclipse.freemarker.feature.feature.group,\
+:: org.jboss.tools.birt.feature.feature.group,org.jboss.tools.bpel.feature.feature.group,org.jboss.tools.esb.feature.feature.group,\
+:: org.jboss.tools.flow.common.feature.feature.group,org.jboss.tools.flow.jpdl4.feature.feature.group,org.jboss.tools.jbpm.common.feature.feature.group,\
+:: org.jboss.tools.jbpm.convert.feature.feature.group,org.jboss.tools.jbpm4.feature.feature.group,org.jboss.tools.jmx.feature.feature.group,\
+:: org.jboss.tools.maven.feature.feature.group,org.jboss.tools.maven.seam.feature.feature.group,\
+:: org.jboss.tools.portlet.feature.feature.group,org.jboss.tools.profiler.feature.feature.group,\
+:: org.jboss.tools.project.examples.feature.feature.group,org.jboss.tools.richfaces.feature.feature.group,org.jboss.tools.seam.feature.feature.group,\
+:: org.jboss.tools.smooks.feature.feature.group,org.jboss.tools.struts.feature.feature.group,\
+:: org.jboss.tools.ws.feature.feature.group,org.jboss.tools.xulrunner.feature.feature.group,org.jbpm.gd.jpdl.feature.feature.group
Property changes on: trunk/download.jboss.org/jbosstools/updates/scripted-installation/install...
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/download.jboss.org/jbosstools/updates/scripted-installation/install...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/scripted-installation/install... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/scripted-installation/install... 2012-09-26 21:16:07 UTC (rev 44065)
@@ -0,0 +1,46 @@
+#!/bin/bash
+
+## plugin-only install example - two plugins
+/home/nboldt/eclipse/36clean/eclipse/eclipse -consolelog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f installJBossTools.xml \
+ -DsourceZip=/home/nboldt/eclipse/36clean/jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243a.zip \
+ -DtargetDir=/home/nboldt/eclipse/36clean/eclipse \
+ -Dinstall=org.jboss.tools.jmx.core,org.jboss.tools.jmx.ui
+exit
+
+## simple install example - one feature
+## note that if the file is org.jboss.tools.jmx.feature_*.jar, the feature to install is org.jboss.tools.jmx.feature.feature.group
+/home/nboldt/eclipse/36clean/eclipse/eclipse -consolelog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f installJBossTools.xml \
+ -DsourceZip=/home/nboldt/eclipse/36clean/jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243a.zip \
+ -DtargetDir=/home/nboldt/eclipse/36clean/eclipse \
+ -Dinstall=org.jboss.tools.jmx.feature.feature.group
+exit
+
+## full install example - all available features
+/home/nboldt/eclipse/36clean/eclipse/eclipse -consolelog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f installJBossTools.xml \
+ -DsourceZip=/home/nboldt/eclipse/36clean/jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243a.zip \
+ -DtargetDir=/home/nboldt/eclipse/36clean/eclipse \
+ -DotherRepos=http://download.jboss.org/jbosstools/updates/target-platform/latest/,\
+http://download.eclipse.org/releases/helios/,\
+http://download.eclipse.org/birt/update-site/2.6/,\
+http://m2eclipse.sonatype.org/sites/m2e/,\
+http://m2eclipse.sonatype.org/sites/m2e-extras/
+exit
+
+## more features; note that some require addition of -DotherRepos to resolve missing dependencies (ie., BIRT, Maven)
+## -Dinstall=org.drools.eclipse.feature.feature.group,org.drools.eclipse.task.feature.feature.group,org.guvnor.tools.feature.feature.group,\
+## org.hibernate.eclipse.feature.feature.group,org.jboss.ide.eclipse.archives.feature.feature.group,org.jboss.ide.eclipse.as.feature.feature.group,\
+## org.jboss.ide.eclipse.freemarker.feature.feature.group,\
+## org.jboss.tools.birt.feature.feature.group,org.jboss.tools.bpel.feature.feature.group,org.jboss.tools.esb.feature.feature.group,\
+## org.jboss.tools.flow.common.feature.feature.group,org.jboss.tools.flow.jpdl4.feature.feature.group,org.jboss.tools.jbpm.common.feature.feature.group,\
+## org.jboss.tools.jbpm.convert.feature.feature.group,org.jboss.tools.jbpm4.feature.feature.group,org.jboss.tools.jmx.feature.feature.group,\
+## org.jboss.tools.maven.feature.feature.group,org.jboss.tools.maven.seam.feature.feature.group,\
+## org.jboss.tools.portlet.feature.feature.group,org.jboss.tools.profiler.feature.feature.group,\
+## org.jboss.tools.project.examples.feature.feature.group,org.jboss.tools.richfaces.feature.feature.group,org.jboss.tools.seam.feature.feature.group,\
+## org.jboss.tools.smooks.feature.feature.group,org.jboss.tools.struts.feature.feature.group,\
+## org.jboss.tools.ws.feature.feature.group,org.jboss.tools.xulrunner.feature.feature.group,org.jbpm.gd.jpdl.feature.feature.group
Property changes on: trunk/download.jboss.org/jbosstools/updates/scripted-installation/install...
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/download.jboss.org/jbosstools/updates/scripted-installation/install...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/scripted-installation/install... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/scripted-installation/install... 2012-09-26 21:16:07 UTC (rev 44065)
@@ -0,0 +1,259 @@
+<project default="install">
+ <target name="help">
+ <echo>
+ REQUIRMENTS:
+
+ This script requires Ant-Contrib. If missing, it will attempt to download
+ it from Sourceforge.net for you into this folder.
+
+ COMMANDLINE PARAMS:
+
+ install - csv list of features to install; if missing, install ALL found features.
+
+ sourceZip - /full/path/to/jboss-tools-update.zip; zip must exist
+
+ targetDir - /full/path/to/an/existing/jbdevstudio/eclipse; folder must exist
+
+ OPTIONAL / MAY BE REQUIRED:
+
+ otherRepos - csv list of local, zipped, or remote update sites from which to install
+ prereqs (eg., BIRT, Maven); may want these sites:
+ http://download.jboss.org/jbosstools/updates/target-platform/latest/
+ http://download.eclipse.org/releases/helios/,\
+ http://download.eclipse.org//birt/update-site/2.6/,\
+ http://m2eclipse.sonatype.org/sites/m2e/,\
+ http://m2eclipse.sonatype.org/sites/m2e-extras/,\
+ http://subclipse.tigris.org/update_1.6.x
+
+ RUNNING THIS SCRIPT:
+
+ /path/to/eclipse-dir/eclipse -consolelog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f /path/to/installJBossTools.xml \
+ -DotherRepos=http://download.jboss.org/jbosstools/updates/target-platform/latest/
+ -DsourceZip=/path/to/JBossTools-Update-3.1.0.v200909102049M-H274-M3.zip \
+ -DtargetDir=/path/to/eclipse-dir \
+ -Dinstall=org.jboss.tools.jmx.sdk.feature.feature.group
+</echo>
+ </target>
+
+ <property name="install" value="" />
+ <property name="otherRepos" value="" />
+
+ <property name="sourceZip" value="" />
+ <property name="targetDir" value="" />
+
+ <target name="install" depends="init">
+ <if>
+ <or>
+ <not>
+ <isset property="targetDir" />
+ </not>
+ <equals arg1="${targetDir}" arg2="" />
+ <not>
+ <available file="${targetDir}" type="dir" />
+ </not>
+ </or>
+ <then>
+ <fail>
+ERROR!
+Must specify path to an existing Eclipse or JBoss Developer Studio
+install folder into which features will be installed.
+</fail>
+ </then>
+ </if>
+
+ <if>
+ <or>
+ <not>
+ <isset property="sourceZip" />
+ </not>
+ <equals arg1="${sourceZip}" arg2="" />
+ </or>
+ <then>
+ <fail>
+ERROR!
+Must specify path to a previously downloaded JBoss Tools
+or JBoss Developer Studio Update site zip.
+</fail>
+ </then>
+ </if>
+
+ <if>
+ <not>
+ <available file="${sourceZip}" type="file" />
+ </not>
+ <then>
+ <fail>ERROR!
+Cannot find sourceZip in ${sourceZip}.
+</fail>
+ </then>
+ </if>
+
+ <if>
+ <or>
+ <not>
+ <isset property="install" />
+ </not>
+ <equals arg1="${install}" arg2="" />
+ </or>
+ <then>
+ <!-- for update site zips, dest must be ${temp.dir}/eclipse; for SDKs, ${temp.dir} -->
+ <tempfile property="temp.dir" />
+ <mkdir dir="${temp.dir}/eclipse" />
+ <unzip src="${sourceZip}" dest="${temp.dir}/eclipse" overwrite="false" />
+
+ <!-- collect features to install if not specified -->
+ <var name="install" value="" />
+ <for param="featureJar">
+ <path>
+ <fileset dir="${temp.dir}/eclipse/features" includes="*.jar" />
+ </path>
+ <sequential>
+ <var name="feature.jarfile" unset="true" />
+ <var name="feature.id" unset="true" />
+ <propertyregex property="feature.jarfile"
+ defaultvalue="@{featureJar}"
+ input="@{featureJar}"
+ regexp=".+/features/([^/]+\.jar)"
+ replace="\1"
+ override="true"
+ />
+ <propertyregex property="feature.id"
+ defaultvalue="${feature.jarfile}"
+ input="${feature.jarfile}"
+ regexp="([^_]+)_(\d+\.\d+\.\d+\..+)\.jar"
+ replace="\1"
+ override="true"
+ />
+ <propertyregex property="feature.id"
+ defaultvalue="${feature.id}"
+ input="${feature.id}"
+ regexp="([^_]+)_(\d+\.\d+\.\d+)\.jar"
+ replace="\1"
+ override="true"
+ />
+ <var name="install" value="${install},${feature.id}.feature.group" />
+ <var name="feature.jarfile" unset="true" />
+ <var name="feature.id" unset="true" />
+ </sequential>
+ </for>
+ <!-- trim prefix "," -->
+ <propertyregex property="install" input="${install}" defaultvalue="${install}" regexp=",(.+)" replace="\1" override="true" />
+ <delete dir="${temp.dir}" />
+ </then>
+ </if>
+
+ <if>
+ <and>
+ <isset property="otherRepos" />
+ <not>
+ <equals arg1="${otherRepos}" arg2="" />
+ </not>
+ </and>
+ <then>
+ <var name="p2.director.input.repo" value="jar:file:${sourceZip}!/,${otherRepos}" />
+ </then>
+ <else>
+ <var name="p2.director.input.repo" value="jar:file:${sourceZip}!/" />
+ </else>
+ </if>
+
+
+ <antcall target="run.director">
+ <param name="p2.director.installIU" value="${install}" />
+ <param name="p2.director.install.path" value="${targetDir}" />
+ <param name="p2.director.input.repo" value="${p2.director.input.repo}" />
+ </antcall>
+
+ </target>
+
+ <target name="run.director">
+ <property name="p2.director.extraArgs" value="" />
+ <property name="p2.director.installIU" value="${install}" />
+ <property name="p2.director.install.path" value="${targetDir}" />
+ <property name="p2.director.input.repo" value="jar:file:${sourceZip}!/" />
+ <echo>
+Source Repo(s): ${p2.director.input.repo}
+Install Path: ${p2.director.install.path}
+Feature(s) or Plugin(s) to Install:
+${install}
+ </echo>
+
+ <mkdir dir="${p2.director.install.path}" />
+ <chmod perm="ugo+rwx" file="${p2.director.install.path}/eclipse" />
+ <exec executable="${p2.director.install.path}/eclipse"
+ failonerror="true"
+ dir="${p2.director.install.path}"
+ timeout="1200000"
+ taskname="p2.dir"
+ >
+ <!-- deprecated application for Eclipse 3.4: org.eclipse.equinox.p2.director.app.application -->
+ <arg line=" -application org.eclipse.equinox.p2.director" />
+ <arg line=" -nosplash" />
+ <arg line=" --launcher.suppressErrors" />
+ <arg line=" -consoleLog" />
+ <arg line=" -flavor tooling" />
+ <arg line=" -roaming" />
+ <arg line=" -profile SDKProfile" />
+ <arg line=" -destination ${p2.director.install.path}" />
+ <arg line=" -bundlepool ${p2.director.install.path}" />
+ <arg line=" -installIU ${p2.director.installIU}" />
+ <arg line=" -metadataRepository ${p2.director.input.repo},file:${p2.director.install.path}/p2/org.eclipse.equinox.p2.engine/profileRegistry/SDKProfile.profile"
+ />
+ <arg line=" -artifactRepository ${p2.director.input.repo},file:${p2.director.install.path}" />
+ <arg line=" -profileProperties org.eclipse.update.install.features=true" />
+ <arg line=" -vmargs" />
+ <arg line=" -Declipse.p2.data.area=${p2.director.install.path}/p2" />
+ <arg line=" -Declipse.p2.MD5Check=false" />
+ </exec>
+ </target>
+
+ <target name="check.ant-contrib" if="antContribJarUnavailable">
+ <antcall target="get.ant-contrib" />
+ <available file="ant-contrib.jar" property="antContribJarAvailable" />
+ <fail unless="antContribJarAvailable">Error!
+
+Ant-Contrib 1.0b2 is required. Download it from http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b2-bin.zip,
+then place it in one of the following 4 locations. You can also redefine these paths in your build.properties file:
+
+./ant-contrib.jar
+ or
+/usr/share/java/ant-contrib.jar
+</fail>
+ </target>
+
+ <target name="get.ant-contrib">
+ <get src="http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b2-bin.zip" dest="/tmp/ant-contrib-1.0b2-bin.zip" usetimestamp="true" />
+ <touch file="/tmp/ant-contrib-1.0b2-bin.zip" />
+ <unzip src="${downloadsDir}/ant-contrib-1.0b2-bin.zip" dest="/tmp/ant-contrib-1.0b2-bin.zip_" overwrite="true" />
+ <copy file="/tmp/ant-contrib-1.0b2-bin.zip_/ant-contrib/lib/ant-contrib.jar" tofile="./ant-contrib.jar" failonerror="true" />
+ <delete dir="/tmp/ant-contrib-1.0b2-bin.zip_" includeemptydirs="true" quiet="true" />
+ <delete file="/tmp/ant-contrib-1.0b2-bin.zip" quiet="true" />
+ </target>
+
+ <target name="init">
+ <condition property="antContribJarUnavailable">
+ <not>
+ <or>
+ <available file="/usr/share/java/ant-contrib.jar" type="file" />
+ <available file="../lib/ant-contrib.jar" type="file" />
+ <available file="./ant-contrib.jar" type="file" />
+ </or>
+ </not>
+ </condition>
+ <antcall target="check.ant-contrib" />
+ <!-- This will fail if ant-contrib.jar cannot be found. You can install Ant-Contrib via RPM, or download it here:
+ http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b2-bin.zip
+ -->
+ <taskdef resource="net/sf/antcontrib/antlib.xml">
+ <classpath>
+ <pathelement location="/usr/share/java/ant-contrib.jar" />
+ <pathelement location="../lib/ant-contrib.jar" />
+ <pathelement location="./ant-contrib.jar" />
+ </classpath>
+ </taskdef>
+
+ </target>
+
+</project>
12 years, 3 months
JBoss Tools SVN: r44064 - trunk/download.jboss.org/jbosstools/updates/requirements/kepler.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-09-26 16:43:34 -0400 (Wed, 26 Sep 2012)
New Revision: 44064
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/kepler/build.xml
Log:
update for newer Kepler milestone
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/kepler/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/kepler/build.xml 2012-09-26 20:43:26 UTC (rev 44063)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/kepler/build.xml 2012-09-26 20:43:34 UTC (rev 44064)
@@ -5,7 +5,7 @@
-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
-consoleLog -nosplash -data /tmp
-application org.eclipse.ant.core.antRunner
- -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/juno/build.xml"
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/kepler/build.xml"
or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
@@ -13,18 +13,18 @@
${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
-application org.eclipse.ant.core.antRunner \
- -f ~/RHDS/updates/requirements/juno/build.xml -Ddestination=/tmp/juno-repo
+ -f ~/RHDS/updates/requirements/kepler/build.xml -Ddestination=/tmp/kepler-repo
-->
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/juno/" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/kepler/" />
<property name="compress" value="true" />
<property name="URL1" value="http://download.eclipse.org/releases/staging/" />
- <!-- <property name="URL1" value="http://download.eclipse.org/releases/juno/201206270900/" /> -->
+ <!-- <property name="URL1" value="http://download.eclipse.org/releases/kepler/201206270900/" /> -->
<target name="run" depends="mirror,regen"/>
<target name="mirror">
<p2.mirror>
<!-- this did nothing to reduce the size of .blobstore <comparator><exclude><artifact><property name="format" value="packed" /></artifact></exclude></comparator> -->
- <repository location="file:${destination}/201209031953-M/" name="Juno 201209031953-M" />
+ <repository location="file:${destination}/20120925-1520-M/" name="Kepler Staging Site (last modified / retrieved 20120925-1520-M)" />
<source>
<repository location="${URL1}"/>
<!-- despite the wiki, this is not allowed <properties size="1"><property name="publishPackFilesAsSiblings" value="true"/></properties>
@@ -38,8 +38,8 @@
<!-- remove OTDT patched version of o.e.jdt.core, and all other o.e.ot.otdt features/plugins; remove pack.gz files too -->
<delete>
- <fileset dir="${destination}/201209031953-M/" includes="**/*.pack.gz, **/org.eclipse.jdt.core_*OTDT*.jar*, **/org.eclipse.objectteams.otdt*.jar*"/>
+ <fileset dir="${destination}/20120925-1520-M/" includes="**/*.pack.gz, **/org.eclipse.jdt.core_*OTDT*.jar*, **/org.eclipse.objectteams.otdt*.jar*"/>
</delete>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/201209031953-M/" artifactRepository="file:${destination}/201209031953-M/" publishartifacts="true" source="${destination}/201209031953-M/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/20120925-1520-M/" artifactRepository="file:${destination}/20120925-1520-M/" publishartifacts="true" source="${destination}/20120925-1520-M/" compress="${compress}" />
</target>
</project>
12 years, 3 months
JBoss Tools SVN: r44063 - in trunk/download.jboss.org/jbosstools/updates/requirements: eclipse and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-09-26 16:43:26 -0400 (Wed, 26 Sep 2012)
New Revision: 44063
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
Log:
update for SR1
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2012-09-26 20:43:15 UTC (rev 44062)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2012-09-26 20:43:26 UTC (rev 44063)
@@ -23,13 +23,13 @@
-->
<target name="mirror">
- <!-- <property name="URL" value="http://download.eclipse.org/birt/update-site/4.2/" /> -->
- <property name="URL" value="http://download.eclipse.org/birt/update-site/4.2-interim/" />
+ <!-- <property name="URL" value="http://download.eclipse.org/birt/update-site/4.2-interim/" /> -->
+ <property name="URL" value="http://download.eclipse.org/birt/update-site/4.2/" />
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/4.2.1.v20120904/" name="BIRT 4.2.1.v20120904 (Chart + WTP support only)" />
+ <repository location="file:${destination}/4.2.1.v20120912/" name="BIRT 4.2.1.v20120912 (Chart + WTP support only)" />
<source>
<repository location="${URL}" />
</source>
@@ -44,9 +44,9 @@
</p2.mirror>
<delete>
- <fileset dir="${destination}/4.2.1.v20120904/" includes="**/artifacts.jar, **/contents.jar"/>
+ <fileset dir="${destination}/4.2.1.v20120912/" includes="**/artifacts.jar, **/contents.jar"/>
</delete>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/4.2.1.v20120904/" artifactRepository="file:${destination}/4.2.1.v20120904/" publishartifacts="true" source="${destination}/4.2.1.v20120904/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/4.2.1.v20120912/" artifactRepository="file:${destination}/4.2.1.v20120912/" publishartifacts="true" source="${destination}/4.2.1.v20120912/" compress="${compress}" />
</target>
</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2012-09-26 20:43:15 UTC (rev 44062)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2012-09-26 20:43:26 UTC (rev 44063)
@@ -16,14 +16,16 @@
-f ~/RHDS/updates/requirements/eclipse/build.xml -Ddestination=/tmp/eclipse-repo
-->
<target name="mirror">
- <property name="URL1" value="http://download.eclipse.org/eclipse/updates/4.2-M-builds/M20120829-1200/"/>
- <property name="URL2" value="http://download.eclipse.org/eclipse/updates/3.8-M-builds/M20120829-1000/"/>
+ <!-- <property name="URL1" value="http://download.eclipse.org/eclipse/updates/4.2-M-builds/R-4.2.1-20120914..."/>
+ <property name="URL2" value="http://download.eclipse.org/eclipse/updates/3.8-M-builds/M20120829-1000/"/> -->
+ <property name="URL1" value="http://download.eclipse.org/eclipse/updates/4.2/R-4.2.1-201209141800/"/>
+ <property name="URL2" value="http://download.eclipse.org/eclipse/updates/3.8/R-3.8.1-201209141540/"/>
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/eclipse/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/M20120829-1200/" name="Eclipse M20120829-1200" />
+ <repository location="file:${destination}/R-4.2.1-201209141800/" name="Eclipse R-4.2.1-201209141800" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -32,6 +34,6 @@
<slicingOptions includeFeatures="true" followStrict="true" latestversiononly="false"/>
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/M20120829-1200/" artifactRepository="file:${destination}/M20120829-1200/" publishartifacts="true" source="${destination}/M20120829-1200/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/R-4.2.1-201209141800/" artifactRepository="file:${destination}/R-4.2.1-201209141800/" publishartifacts="true" source="${destination}/R-4.2.1-201209141800/" compress="${compress}" />
</target>
</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml 2012-09-26 20:43:15 UTC (rev 44062)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml 2012-09-26 20:43:26 UTC (rev 44063)
@@ -17,13 +17,13 @@
-->
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/juno/" />
<property name="compress" value="true" />
- <property name="URL1" value="http://download.eclipse.org/releases/maintenance/" />
- <!-- <property name="URL1" value="http://download.eclipse.org/releases/juno/201206270900/" /> -->
+ <!-- <property name="URL1" value="http://download.eclipse.org/releases/maintenance/" /> -->
+ <property name="URL1" value="http://download.eclipse.org/releases/juno/201209280900/" />
<target name="run" depends="mirror,regen"/>
<target name="mirror">
<p2.mirror>
- <repository location="file:${destination}/20120905-1534-M/" name="Juno 20120905-1534-M" />
+ <repository location="file:${destination}/201209280900-R/" name="Juno 201209280900-R" />
<source>
<repository location="${URL1}" />
</source>
@@ -35,8 +35,8 @@
<!-- remove OTDT patched version of o.e.jdt.core, and all other o.e.ot.otdt features/plugins -->
<delete>
- <fileset dir="${destination}/20120905-1534-M/" includes="**/org.eclipse.jdt.core_*OTDT*.jar*, **/org.eclipse.objectteams.otdt*.jar*"/>
+ <fileset dir="${destination}/201209280900-R/" includes="**/org.eclipse.jdt.core_*OTDT*.jar*, **/org.eclipse.objectteams.otdt*.jar*"/>
</delete>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/20120905-1534-M/" artifactRepository="file:${destination}/20120905-1534-M/" publishartifacts="true" source="${destination}/20120905-1534-M/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/201209280900-R/" artifactRepository="file:${destination}/201209280900-R/" publishartifacts="true" source="${destination}/201209280900-R/" compress="${compress}" />
</target>
</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2012-09-26 20:43:15 UTC (rev 44062)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2012-09-26 20:43:26 UTC (rev 44063)
@@ -23,13 +23,13 @@
-->
<target name="mirror">
- <property name="URL" value="http://download.eclipse.org/webtools/downloads/drops/R3.4.1/M-3.4.1-20120..."/>
+ <property name="URL" value="http://download.eclipse.org/webtools/downloads/drops/R3.4.1/R-3.4.1-20120..."/>
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/webtools/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/M-3.4.1-20120831042944/" name="Web Tools M-3.4.1-20120831042944" />
+ <repository location="file:${destination}/R-3.4.1-20120917174803/" name="Web Tools R-3.4.1-20120917174803" />
<source>
<repository location="${URL}" />
</source>
@@ -38,6 +38,6 @@
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/M-3.4.1-20120831042944/" artifactRepository="file:${destination}/M-3.4.1-20120831042944/" publishartifacts="true" source="${destination}/M-3.4.1-20120831042944/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/R-3.4.1-20120917174803/" artifactRepository="file:${destination}/R-3.4.1-20120917174803/" publishartifacts="true" source="${destination}/R-3.4.1-20120917174803/" compress="${compress}" />
</target>
</project>
12 years, 3 months
JBoss Tools SVN: r44060 - in trunk/download.jboss.org/jbosstools/updates/juno: SR1 and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-09-26 16:42:57 -0400 (Wed, 26 Sep 2012)
New Revision: 44060
Added:
trunk/download.jboss.org/jbosstools/updates/juno/SR1/
trunk/download.jboss.org/jbosstools/updates/juno/SR1/compositeArtifacts.xml
trunk/download.jboss.org/jbosstools/updates/juno/SR1/compositeContent.xml
Log:
add SR1 comp req site
Added: trunk/download.jboss.org/jbosstools/updates/juno/SR1/compositeArtifacts.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/juno/SR1/compositeArtifacts.xml (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/juno/SR1/compositeArtifacts.xml 2012-09-26 20:42:57 UTC (rev 44060)
@@ -0,0 +1,38 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?compositeArtifactRepository version='1.0.0'?>
+<repository name='JBoss Tools Requirements - Composite Juno SR1 Mirror' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
+<properties size='2'>
+<property name='p2.compressed' value='true'/>
+<property name='p2.timestamp' value='1348690298000'/>
+</properties>
+<children size='12'>
+<!-- new for Juno SR1 -->
+<child location='../../requirements/juno/201209280900-R/'/>
+<child location='../../requirements/birt/4.2.1.v20120912/'/>
+<child location='../../requirements/eclipse/R-4.2.1-201209141800/'/>
+<child location='../../requirements/webtools/R-3.4.1-20120917174803/'/>
+<!-- includes m2e 1.2, m2e-extras 0.15, m2e-wtp 0.16, m2e-jdt-compiler 1.0, m2e-apt 1.0 -->
+<child location='../../requirements/m2eclipse/20120917-1234/'/>
+<!-- JBIDE-12629 do not include latest integration build <child location='../../requirements/m2eclipse/m2e-wtp-juno/'/> -->
+
+<!-- same as Juno SR0 -->
+<child location='../../requirements/gwt/3.1.0.v201208080121-rel-r42/'/>
+<child location='../../requirements/atlassian/3.0.6.v20120628/'/>
+
+<!-- Added for JBDS theming -->
+<child location='../../requirements/chrome-theme/1.5/'/>
+
+<!-- unchanged since Indigo -->
+<child location='../../requirements/swtbot/2.0.5/'/>
+<child location='../../requirements/xulrunner-1.9.2/'/>
+<!-- need newer orbit for javax.servlet 3.0 -->
+<child location='../../requirements/orbit/R20120526062928/'/>
+<!-- need older orbit for javax.servlet 2.5 -->
+<child location='../../requirements/orbit/R20100519200754/'/>
+
+<!-- 20120905 nboldt: removed to see if we still need this
+<child location='../../requirements/ecf/3.5.6/'/> -->
+
+</children>
+</repository>
+
Added: trunk/download.jboss.org/jbosstools/updates/juno/SR1/compositeContent.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/juno/SR1/compositeContent.xml (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/juno/SR1/compositeContent.xml 2012-09-26 20:42:57 UTC (rev 44060)
@@ -0,0 +1,38 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?compositeMetadataRepository version='1.0.0'?>
+<repository name='JBoss Tools Requirements - Composite Juno SR1 Mirror' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
+<properties size='2'>
+<property name='p2.compressed' value='true'/>
+<property name='p2.timestamp' value='1348690298000'/>
+</properties>
+<children size='12'>
+<!-- new for Juno SR1 -->
+<child location='../../requirements/juno/201209280900-R/'/>
+<child location='../../requirements/birt/4.2.1.v20120912/'/>
+<child location='../../requirements/eclipse/R-4.2.1-201209141800/'/>
+<child location='../../requirements/webtools/R-3.4.1-20120917174803/'/>
+<!-- includes m2e 1.2, m2e-extras 0.15, m2e-wtp 0.16, m2e-jdt-compiler 1.0, m2e-apt 1.0 -->
+<child location='../../requirements/m2eclipse/20120917-1234/'/>
+<!-- JBIDE-12629 do not include latest integration build <child location='../../requirements/m2eclipse/m2e-wtp-juno/'/> -->
+
+<!-- same as Juno SR0 -->
+<child location='../../requirements/gwt/3.1.0.v201208080121-rel-r42/'/>
+<child location='../../requirements/atlassian/3.0.6.v20120628/'/>
+
+<!-- Added for JBDS theming -->
+<child location='../../requirements/chrome-theme/1.5/'/>
+
+<!-- unchanged since Indigo -->
+<child location='../../requirements/swtbot/2.0.5/'/>
+<child location='../../requirements/xulrunner-1.9.2/'/>
+<!-- need newer orbit for javax.servlet 3.0 -->
+<child location='../../requirements/orbit/R20120526062928/'/>
+<!-- need older orbit for javax.servlet 2.5 -->
+<child location='../../requirements/orbit/R20100519200754/'/>
+
+<!-- 20120905 nboldt: removed to see if we still need this
+<child location='../../requirements/ecf/3.5.6/'/> -->
+
+</children>
+</repository>
+
12 years, 3 months
JBoss Tools SVN: r44058 - trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-09-26 16:42:38 -0400 (Wed, 26 Sep 2012)
New Revision: 44058
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml
Log:
JBDS-2296 add m2eclipse-buildhelper and update other http://download.jboss.org/jbosstools/updates/m2e-extensions/ stuff
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml 2012-09-26 19:49:47 UTC (rev 44057)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml 2012-09-26 20:42:38 UTC (rev 44058)
@@ -18,31 +18,36 @@
<target name="mirror">
<!-- <property name="URL1" value="http://download.eclipse.org/technology/m2e/releases/"/> -->
<property name="URL1" value="http://download.eclipse.org/technology/m2e/milestones/1.2/1.2.0.20120903-..."/>
- <property name="URL2" value="https://repository.sonatype.org/content/repositories/forge-sites/m2e-extr..."/>
+ <property name="URL2" value="http://download.eclipse.org/m2e-wtp/milestones/0.16.0/"/> <!-- 0.16 milestone -->
+ <!-- <property name="URL2" value="http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-w..."/> --> <!-- 0.16 nightly -->
- <property name="URL3" value="http://download.eclipse.org/m2e-wtp/milestones/0.16.0/"/> <!-- 0.16 milestone -->
- <!-- <property name="URL3" value="http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-w..."/> --> <!-- 0.16 nightly -->
+ <property name="URL3" value="https://repository.sonatype.org/content/repositories/forge-sites/m2e-extr..."/>
- <property name="URL4" value="http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-j..."/>
- <property name="URL5" value="http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-a..."/>
+ <property name="URL4a" value="http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.0.1..."/>
+ <property name="URL4b" value="http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-jdt-compi..."/>
+ <property name="URL4c" value="http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-wro4j/1.0..."/>
+
+ <property name="URL5" value="http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/m2eclipse-..."/>
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/m2eclipse/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/20120917-1234" name="m2e 1.2, m2e-extras 0.15, m2e-wtp 0.16, m2e-jdt-compiler 1.0, m2e-apt 1.0 (mirrored 20120917-1234)" />
+ <repository location="file:${destination}/20120926-1337" name="m2e/1.2, m2e-wtp/0.16, m2e-extras/0.15, m2e-apt/1.0.1, m2e-jdt-compiler/1.0.1, m2e-wro4j/1.0.1, m2eclipse-buildhelper/0.15.0 (mirrored 20120926-1337)" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
<repository location="${URL3}" />
- <repository location="${URL4}" />
+ <repository location="${URL4a}" />
+ <repository location="${URL4b}" />
+ <repository location="${URL4c}" />
<repository location="${URL5}" />
</source>
<slicingOptions includeFeatures="true" followStrict="true" />
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/20120917-1234/" artifactRepository="file:${destination}/20120917-1234/"
- publishartifacts="true" source="${destination}/20120917-1234/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/20120926-1337/" artifactRepository="file:${destination}/20120926-1337/"
+ publishartifacts="true" source="${destination}/20120926-1337/" compress="${compress}" />
</target>
</project>
12 years, 3 months