Author: nickboldt
Date: 2011-08-23 18:32:14 -0400 (Tue, 23 Aug 2011)
New Revision: 34190
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/testng/build-6.0...
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/testng/build.xml
Log:
tweak testng build to fetch 6.1.1 bits in case we want to bump up to that version
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/testng/build-6.0...
(from rev 34189,
trunk/download.jboss.org/jbosstools/updates/requirements/testng/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/testng/build-6.0...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/testng/build-6.0... 2011-08-23
22:32:14 UTC (rev 34190)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -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/testng/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${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/testng/build.xml -Ddestination=/tmp/pmd-repo
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://beust.com/eclipse/" />
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/6.0.1.20110418_1444/"
name="testng plugins for Eclipse 3.6 - 3.7" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingoptions includefeatures="true" followstrict="true"
latestversiononly="true" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/6.0.1.20110418_1444/"
artifactRepository="file:${destination}/6.0.1.20110418_1444/"
publishartifacts="true" source="${destination}/6.0.1.20110418_1444/"
compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/testng/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/testng/build.xml 2011-08-23
22:21:50 UTC (rev 34189)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/testng/build.xml 2011-08-23
22:32:14 UTC (rev 34190)
@@ -17,11 +17,11 @@
-->
<target name="mirror">
<property name="URL"
value="http://beust.com/eclipse/" />
- <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/6.0.1.20110418_1444/"
name="testng plugins for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/6.1.1.20110810_0944/"
name="testng plugins for Eclipse 3.6 - 3.7" />
<source>
<repository location="${URL}" />
</source>
@@ -29,6 +29,6 @@
<slicingoptions includefeatures="true" followstrict="true"
latestversiononly="true" />
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/6.0.1.20110418_1444/"
artifactRepository="file:${destination}/6.0.1.20110418_1444/"
publishartifacts="true" source="${destination}/6.0.1.20110418_1444/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/6.1.1.20110810_0944/"
artifactRepository="file:${destination}/6.1.1.20110810_0944/"
publishartifacts="true" source="${destination}/6.1.1.20110810_0944/"
compress="${compress}" />
</target>
</project>